Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

package.json 7.9 KiB

pirms 7 gadiem
pirms 7 gadiem
pirms 7 gadiem
pirms 7 gadiem
pirms 7 gadiem
pirms 7 gadiem
pirms 7 gadiem
pirms 7 gadiem
pirms 7 gadiem
Bug/update dependencies (#4543) * Add package-lock * Remove karma* as no longer used. mocha is the test runner now * Update patch and minor dev dependencies * Update other dev dependencies, one at time * Update webpack to v3 and fix package warnings * Update production dependencies * Update to react-inspector and Remove react-addons-shallow-compare as no longer used/required in 15.6 * Unused dependencies * brace * getbase * matcher * promise-worker * react-addons-test-utils * react-height * redux-logger * scroll-to-element * shallowequal * whatwg-fetch * initial perf, which gets stripped out in production (#4131) * Refactor deep-linking, in the process extracted out OperationsTag (#4349) * add configsActions.loaded hook * add OperationTag to hold Operations * fix test for operations * refactor deep-linking plugin * [FIX] nested `url` option replacement when $API_URLS contains `url: .*,` pattern (#4601) * fix(try-it-out): initially unset required booleans (#4613) * fix(tio-params): disable empty values for required+enum booleans (#4615) * feat(rendering): gate rendering based on valid version identifiers (#4614) * create VersionPragmaFilter component * use VersionPragmaFilter in BaseLayout * tighten version idenitifier constraints * handle case where user specifies a valid `swagger` and `openapi` field * add traceable class names for each message * add tests * linter fixes! * UNRELATED CHANGE: remove travis short-circuit * add bypass switch to VersionPragmaFilter * v3.17.0 (#4616) * v3.17.0 * rebuild dist * Update system.js (#4626) Fix typo * Revert "initial perf, which gets stripped out in production (#4131)" (#4636) This reverts commit 5ea2150ae7d05e56191f79ab5f9bda1a69930a1e. * Update add-plugin.md (#4620) Fixed some spacing * fix: sample generation for nested oject schemas (#4648) * Fix improper markdown (#4645) escape `|` * housekeeping: factor out components for easier BaseLayout reuse (#4604) * improve: wrap schemes to encapsulate rendering logic * improve: wrap filter to encapsulate rendering logic * improve: wrap info section to encapsulate rendering logic * improve: wrap servers plugin to encapsulate rendering logic * improve: added tests for schemes-wrapper rendering logic * improve: added tests for info-wrapper rendering logic, also do not render info if info is undefined * improve: added tests for filter rendering logic * improve: added tests for servers-wrapper rendering logic * `InfoWrapper` -> `InfoContainer` * add `containers` alias to Babel configuration * `SchemesWrapper` -> `SchemesContainer` * drop `container` from container file names * `ServersWrapper` -> `ServersContainer` * `Filter` -> `FilterContainer` * follow `core/containers` pattern in BasePreset * use HTTPS for Petstore by default (#4652) * housekeeping: update e2e selectors (#4655) * v3.17.1 (#4656) * v3.17.1 * rebuild dist * Doc updates * Improvement: Hash-keyed Try-It-Out parameter value storage (#4670) * allow param update by identity + hashed value storage * add specActions.changeParamByIdentity * add identity-based lookup support in spec selectors * migrate `changeParam` usage to `changeParamByIdentity` * migrate usage of `parameterWithMeta` to `parameterWithMetaByIdentity` * update invocations of `changeParamByIdentity` to match fn signature * use OrderedMap throughout hash-based selectors for consistency * normalize usage of ParameterRow `onChange` * migrate bug 4557 tests to reflect new ParameterRow interface * remove exclusive test blocks * linter fixes * copy Parameters changes into OAS3 wrapper * use rawParam for meta lookups in ParameterRow * drop unused dependencies from `package.json` * re-pin selenium dependency version
pirms 6 gadiem
pirms 7 gadiem
Bug/update dependencies (#4543) * Add package-lock * Remove karma* as no longer used. mocha is the test runner now * Update patch and minor dev dependencies * Update other dev dependencies, one at time * Update webpack to v3 and fix package warnings * Update production dependencies * Update to react-inspector and Remove react-addons-shallow-compare as no longer used/required in 15.6 * Unused dependencies * brace * getbase * matcher * promise-worker * react-addons-test-utils * react-height * redux-logger * scroll-to-element * shallowequal * whatwg-fetch * initial perf, which gets stripped out in production (#4131) * Refactor deep-linking, in the process extracted out OperationsTag (#4349) * add configsActions.loaded hook * add OperationTag to hold Operations * fix test for operations * refactor deep-linking plugin * [FIX] nested `url` option replacement when $API_URLS contains `url: .*,` pattern (#4601) * fix(try-it-out): initially unset required booleans (#4613) * fix(tio-params): disable empty values for required+enum booleans (#4615) * feat(rendering): gate rendering based on valid version identifiers (#4614) * create VersionPragmaFilter component * use VersionPragmaFilter in BaseLayout * tighten version idenitifier constraints * handle case where user specifies a valid `swagger` and `openapi` field * add traceable class names for each message * add tests * linter fixes! * UNRELATED CHANGE: remove travis short-circuit * add bypass switch to VersionPragmaFilter * v3.17.0 (#4616) * v3.17.0 * rebuild dist * Update system.js (#4626) Fix typo * Revert "initial perf, which gets stripped out in production (#4131)" (#4636) This reverts commit 5ea2150ae7d05e56191f79ab5f9bda1a69930a1e. * Update add-plugin.md (#4620) Fixed some spacing * fix: sample generation for nested oject schemas (#4648) * Fix improper markdown (#4645) escape `|` * housekeeping: factor out components for easier BaseLayout reuse (#4604) * improve: wrap schemes to encapsulate rendering logic * improve: wrap filter to encapsulate rendering logic * improve: wrap info section to encapsulate rendering logic * improve: wrap servers plugin to encapsulate rendering logic * improve: added tests for schemes-wrapper rendering logic * improve: added tests for info-wrapper rendering logic, also do not render info if info is undefined * improve: added tests for filter rendering logic * improve: added tests for servers-wrapper rendering logic * `InfoWrapper` -> `InfoContainer` * add `containers` alias to Babel configuration * `SchemesWrapper` -> `SchemesContainer` * drop `container` from container file names * `ServersWrapper` -> `ServersContainer` * `Filter` -> `FilterContainer` * follow `core/containers` pattern in BasePreset * use HTTPS for Petstore by default (#4652) * housekeeping: update e2e selectors (#4655) * v3.17.1 (#4656) * v3.17.1 * rebuild dist * Doc updates * Improvement: Hash-keyed Try-It-Out parameter value storage (#4670) * allow param update by identity + hashed value storage * add specActions.changeParamByIdentity * add identity-based lookup support in spec selectors * migrate `changeParam` usage to `changeParamByIdentity` * migrate usage of `parameterWithMeta` to `parameterWithMetaByIdentity` * update invocations of `changeParamByIdentity` to match fn signature * use OrderedMap throughout hash-based selectors for consistency * normalize usage of ParameterRow `onChange` * migrate bug 4557 tests to reflect new ParameterRow interface * remove exclusive test blocks * linter fixes * copy Parameters changes into OAS3 wrapper * use rawParam for meta lookups in ParameterRow * drop unused dependencies from `package.json` * re-pin selenium dependency version
pirms 6 gadiem
Bug/update dependencies (#4543) * Add package-lock * Remove karma* as no longer used. mocha is the test runner now * Update patch and minor dev dependencies * Update other dev dependencies, one at time * Update webpack to v3 and fix package warnings * Update production dependencies * Update to react-inspector and Remove react-addons-shallow-compare as no longer used/required in 15.6 * Unused dependencies * brace * getbase * matcher * promise-worker * react-addons-test-utils * react-height * redux-logger * scroll-to-element * shallowequal * whatwg-fetch * initial perf, which gets stripped out in production (#4131) * Refactor deep-linking, in the process extracted out OperationsTag (#4349) * add configsActions.loaded hook * add OperationTag to hold Operations * fix test for operations * refactor deep-linking plugin * [FIX] nested `url` option replacement when $API_URLS contains `url: .*,` pattern (#4601) * fix(try-it-out): initially unset required booleans (#4613) * fix(tio-params): disable empty values for required+enum booleans (#4615) * feat(rendering): gate rendering based on valid version identifiers (#4614) * create VersionPragmaFilter component * use VersionPragmaFilter in BaseLayout * tighten version idenitifier constraints * handle case where user specifies a valid `swagger` and `openapi` field * add traceable class names for each message * add tests * linter fixes! * UNRELATED CHANGE: remove travis short-circuit * add bypass switch to VersionPragmaFilter * v3.17.0 (#4616) * v3.17.0 * rebuild dist * Update system.js (#4626) Fix typo * Revert "initial perf, which gets stripped out in production (#4131)" (#4636) This reverts commit 5ea2150ae7d05e56191f79ab5f9bda1a69930a1e. * Update add-plugin.md (#4620) Fixed some spacing * fix: sample generation for nested oject schemas (#4648) * Fix improper markdown (#4645) escape `|` * housekeeping: factor out components for easier BaseLayout reuse (#4604) * improve: wrap schemes to encapsulate rendering logic * improve: wrap filter to encapsulate rendering logic * improve: wrap info section to encapsulate rendering logic * improve: wrap servers plugin to encapsulate rendering logic * improve: added tests for schemes-wrapper rendering logic * improve: added tests for info-wrapper rendering logic, also do not render info if info is undefined * improve: added tests for filter rendering logic * improve: added tests for servers-wrapper rendering logic * `InfoWrapper` -> `InfoContainer` * add `containers` alias to Babel configuration * `SchemesWrapper` -> `SchemesContainer` * drop `container` from container file names * `ServersWrapper` -> `ServersContainer` * `Filter` -> `FilterContainer` * follow `core/containers` pattern in BasePreset * use HTTPS for Petstore by default (#4652) * housekeeping: update e2e selectors (#4655) * v3.17.1 (#4656) * v3.17.1 * rebuild dist * Doc updates * Improvement: Hash-keyed Try-It-Out parameter value storage (#4670) * allow param update by identity + hashed value storage * add specActions.changeParamByIdentity * add identity-based lookup support in spec selectors * migrate `changeParam` usage to `changeParamByIdentity` * migrate usage of `parameterWithMeta` to `parameterWithMetaByIdentity` * update invocations of `changeParamByIdentity` to match fn signature * use OrderedMap throughout hash-based selectors for consistency * normalize usage of ParameterRow `onChange` * migrate bug 4557 tests to reflect new ParameterRow interface * remove exclusive test blocks * linter fixes * copy Parameters changes into OAS3 wrapper * use rawParam for meta lookups in ParameterRow * drop unused dependencies from `package.json` * re-pin selenium dependency version
pirms 6 gadiem
Bug/update dependencies (#4543) * Add package-lock * Remove karma* as no longer used. mocha is the test runner now * Update patch and minor dev dependencies * Update other dev dependencies, one at time * Update webpack to v3 and fix package warnings * Update production dependencies * Update to react-inspector and Remove react-addons-shallow-compare as no longer used/required in 15.6 * Unused dependencies * brace * getbase * matcher * promise-worker * react-addons-test-utils * react-height * redux-logger * scroll-to-element * shallowequal * whatwg-fetch * initial perf, which gets stripped out in production (#4131) * Refactor deep-linking, in the process extracted out OperationsTag (#4349) * add configsActions.loaded hook * add OperationTag to hold Operations * fix test for operations * refactor deep-linking plugin * [FIX] nested `url` option replacement when $API_URLS contains `url: .*,` pattern (#4601) * fix(try-it-out): initially unset required booleans (#4613) * fix(tio-params): disable empty values for required+enum booleans (#4615) * feat(rendering): gate rendering based on valid version identifiers (#4614) * create VersionPragmaFilter component * use VersionPragmaFilter in BaseLayout * tighten version idenitifier constraints * handle case where user specifies a valid `swagger` and `openapi` field * add traceable class names for each message * add tests * linter fixes! * UNRELATED CHANGE: remove travis short-circuit * add bypass switch to VersionPragmaFilter * v3.17.0 (#4616) * v3.17.0 * rebuild dist * Update system.js (#4626) Fix typo * Revert "initial perf, which gets stripped out in production (#4131)" (#4636) This reverts commit 5ea2150ae7d05e56191f79ab5f9bda1a69930a1e. * Update add-plugin.md (#4620) Fixed some spacing * fix: sample generation for nested oject schemas (#4648) * Fix improper markdown (#4645) escape `|` * housekeeping: factor out components for easier BaseLayout reuse (#4604) * improve: wrap schemes to encapsulate rendering logic * improve: wrap filter to encapsulate rendering logic * improve: wrap info section to encapsulate rendering logic * improve: wrap servers plugin to encapsulate rendering logic * improve: added tests for schemes-wrapper rendering logic * improve: added tests for info-wrapper rendering logic, also do not render info if info is undefined * improve: added tests for filter rendering logic * improve: added tests for servers-wrapper rendering logic * `InfoWrapper` -> `InfoContainer` * add `containers` alias to Babel configuration * `SchemesWrapper` -> `SchemesContainer` * drop `container` from container file names * `ServersWrapper` -> `ServersContainer` * `Filter` -> `FilterContainer` * follow `core/containers` pattern in BasePreset * use HTTPS for Petstore by default (#4652) * housekeeping: update e2e selectors (#4655) * v3.17.1 (#4656) * v3.17.1 * rebuild dist * Doc updates * Improvement: Hash-keyed Try-It-Out parameter value storage (#4670) * allow param update by identity + hashed value storage * add specActions.changeParamByIdentity * add identity-based lookup support in spec selectors * migrate `changeParam` usage to `changeParamByIdentity` * migrate usage of `parameterWithMeta` to `parameterWithMetaByIdentity` * update invocations of `changeParamByIdentity` to match fn signature * use OrderedMap throughout hash-based selectors for consistency * normalize usage of ParameterRow `onChange` * migrate bug 4557 tests to reflect new ParameterRow interface * remove exclusive test blocks * linter fixes * copy Parameters changes into OAS3 wrapper * use rawParam for meta lookups in ParameterRow * drop unused dependencies from `package.json` * re-pin selenium dependency version
pirms 6 gadiem
pirms 7 gadiem
Bug/update dependencies (#4543) * Add package-lock * Remove karma* as no longer used. mocha is the test runner now * Update patch and minor dev dependencies * Update other dev dependencies, one at time * Update webpack to v3 and fix package warnings * Update production dependencies * Update to react-inspector and Remove react-addons-shallow-compare as no longer used/required in 15.6 * Unused dependencies * brace * getbase * matcher * promise-worker * react-addons-test-utils * react-height * redux-logger * scroll-to-element * shallowequal * whatwg-fetch * initial perf, which gets stripped out in production (#4131) * Refactor deep-linking, in the process extracted out OperationsTag (#4349) * add configsActions.loaded hook * add OperationTag to hold Operations * fix test for operations * refactor deep-linking plugin * [FIX] nested `url` option replacement when $API_URLS contains `url: .*,` pattern (#4601) * fix(try-it-out): initially unset required booleans (#4613) * fix(tio-params): disable empty values for required+enum booleans (#4615) * feat(rendering): gate rendering based on valid version identifiers (#4614) * create VersionPragmaFilter component * use VersionPragmaFilter in BaseLayout * tighten version idenitifier constraints * handle case where user specifies a valid `swagger` and `openapi` field * add traceable class names for each message * add tests * linter fixes! * UNRELATED CHANGE: remove travis short-circuit * add bypass switch to VersionPragmaFilter * v3.17.0 (#4616) * v3.17.0 * rebuild dist * Update system.js (#4626) Fix typo * Revert "initial perf, which gets stripped out in production (#4131)" (#4636) This reverts commit 5ea2150ae7d05e56191f79ab5f9bda1a69930a1e. * Update add-plugin.md (#4620) Fixed some spacing * fix: sample generation for nested oject schemas (#4648) * Fix improper markdown (#4645) escape `|` * housekeeping: factor out components for easier BaseLayout reuse (#4604) * improve: wrap schemes to encapsulate rendering logic * improve: wrap filter to encapsulate rendering logic * improve: wrap info section to encapsulate rendering logic * improve: wrap servers plugin to encapsulate rendering logic * improve: added tests for schemes-wrapper rendering logic * improve: added tests for info-wrapper rendering logic, also do not render info if info is undefined * improve: added tests for filter rendering logic * improve: added tests for servers-wrapper rendering logic * `InfoWrapper` -> `InfoContainer` * add `containers` alias to Babel configuration * `SchemesWrapper` -> `SchemesContainer` * drop `container` from container file names * `ServersWrapper` -> `ServersContainer` * `Filter` -> `FilterContainer` * follow `core/containers` pattern in BasePreset * use HTTPS for Petstore by default (#4652) * housekeeping: update e2e selectors (#4655) * v3.17.1 (#4656) * v3.17.1 * rebuild dist * Doc updates * Improvement: Hash-keyed Try-It-Out parameter value storage (#4670) * allow param update by identity + hashed value storage * add specActions.changeParamByIdentity * add identity-based lookup support in spec selectors * migrate `changeParam` usage to `changeParamByIdentity` * migrate usage of `parameterWithMeta` to `parameterWithMetaByIdentity` * update invocations of `changeParamByIdentity` to match fn signature * use OrderedMap throughout hash-based selectors for consistency * normalize usage of ParameterRow `onChange` * migrate bug 4557 tests to reflect new ParameterRow interface * remove exclusive test blocks * linter fixes * copy Parameters changes into OAS3 wrapper * use rawParam for meta lookups in ParameterRow * drop unused dependencies from `package.json` * re-pin selenium dependency version
pirms 6 gadiem
Bug/update dependencies (#4543) * Add package-lock * Remove karma* as no longer used. mocha is the test runner now * Update patch and minor dev dependencies * Update other dev dependencies, one at time * Update webpack to v3 and fix package warnings * Update production dependencies * Update to react-inspector and Remove react-addons-shallow-compare as no longer used/required in 15.6 * Unused dependencies * brace * getbase * matcher * promise-worker * react-addons-test-utils * react-height * redux-logger * scroll-to-element * shallowequal * whatwg-fetch * initial perf, which gets stripped out in production (#4131) * Refactor deep-linking, in the process extracted out OperationsTag (#4349) * add configsActions.loaded hook * add OperationTag to hold Operations * fix test for operations * refactor deep-linking plugin * [FIX] nested `url` option replacement when $API_URLS contains `url: .*,` pattern (#4601) * fix(try-it-out): initially unset required booleans (#4613) * fix(tio-params): disable empty values for required+enum booleans (#4615) * feat(rendering): gate rendering based on valid version identifiers (#4614) * create VersionPragmaFilter component * use VersionPragmaFilter in BaseLayout * tighten version idenitifier constraints * handle case where user specifies a valid `swagger` and `openapi` field * add traceable class names for each message * add tests * linter fixes! * UNRELATED CHANGE: remove travis short-circuit * add bypass switch to VersionPragmaFilter * v3.17.0 (#4616) * v3.17.0 * rebuild dist * Update system.js (#4626) Fix typo * Revert "initial perf, which gets stripped out in production (#4131)" (#4636) This reverts commit 5ea2150ae7d05e56191f79ab5f9bda1a69930a1e. * Update add-plugin.md (#4620) Fixed some spacing * fix: sample generation for nested oject schemas (#4648) * Fix improper markdown (#4645) escape `|` * housekeeping: factor out components for easier BaseLayout reuse (#4604) * improve: wrap schemes to encapsulate rendering logic * improve: wrap filter to encapsulate rendering logic * improve: wrap info section to encapsulate rendering logic * improve: wrap servers plugin to encapsulate rendering logic * improve: added tests for schemes-wrapper rendering logic * improve: added tests for info-wrapper rendering logic, also do not render info if info is undefined * improve: added tests for filter rendering logic * improve: added tests for servers-wrapper rendering logic * `InfoWrapper` -> `InfoContainer` * add `containers` alias to Babel configuration * `SchemesWrapper` -> `SchemesContainer` * drop `container` from container file names * `ServersWrapper` -> `ServersContainer` * `Filter` -> `FilterContainer` * follow `core/containers` pattern in BasePreset * use HTTPS for Petstore by default (#4652) * housekeeping: update e2e selectors (#4655) * v3.17.1 (#4656) * v3.17.1 * rebuild dist * Doc updates * Improvement: Hash-keyed Try-It-Out parameter value storage (#4670) * allow param update by identity + hashed value storage * add specActions.changeParamByIdentity * add identity-based lookup support in spec selectors * migrate `changeParam` usage to `changeParamByIdentity` * migrate usage of `parameterWithMeta` to `parameterWithMetaByIdentity` * update invocations of `changeParamByIdentity` to match fn signature * use OrderedMap throughout hash-based selectors for consistency * normalize usage of ParameterRow `onChange` * migrate bug 4557 tests to reflect new ParameterRow interface * remove exclusive test blocks * linter fixes * copy Parameters changes into OAS3 wrapper * use rawParam for meta lookups in ParameterRow * drop unused dependencies from `package.json` * re-pin selenium dependency version
pirms 6 gadiem
Bug/update dependencies (#4543) * Add package-lock * Remove karma* as no longer used. mocha is the test runner now * Update patch and minor dev dependencies * Update other dev dependencies, one at time * Update webpack to v3 and fix package warnings * Update production dependencies * Update to react-inspector and Remove react-addons-shallow-compare as no longer used/required in 15.6 * Unused dependencies * brace * getbase * matcher * promise-worker * react-addons-test-utils * react-height * redux-logger * scroll-to-element * shallowequal * whatwg-fetch * initial perf, which gets stripped out in production (#4131) * Refactor deep-linking, in the process extracted out OperationsTag (#4349) * add configsActions.loaded hook * add OperationTag to hold Operations * fix test for operations * refactor deep-linking plugin * [FIX] nested `url` option replacement when $API_URLS contains `url: .*,` pattern (#4601) * fix(try-it-out): initially unset required booleans (#4613) * fix(tio-params): disable empty values for required+enum booleans (#4615) * feat(rendering): gate rendering based on valid version identifiers (#4614) * create VersionPragmaFilter component * use VersionPragmaFilter in BaseLayout * tighten version idenitifier constraints * handle case where user specifies a valid `swagger` and `openapi` field * add traceable class names for each message * add tests * linter fixes! * UNRELATED CHANGE: remove travis short-circuit * add bypass switch to VersionPragmaFilter * v3.17.0 (#4616) * v3.17.0 * rebuild dist * Update system.js (#4626) Fix typo * Revert "initial perf, which gets stripped out in production (#4131)" (#4636) This reverts commit 5ea2150ae7d05e56191f79ab5f9bda1a69930a1e. * Update add-plugin.md (#4620) Fixed some spacing * fix: sample generation for nested oject schemas (#4648) * Fix improper markdown (#4645) escape `|` * housekeeping: factor out components for easier BaseLayout reuse (#4604) * improve: wrap schemes to encapsulate rendering logic * improve: wrap filter to encapsulate rendering logic * improve: wrap info section to encapsulate rendering logic * improve: wrap servers plugin to encapsulate rendering logic * improve: added tests for schemes-wrapper rendering logic * improve: added tests for info-wrapper rendering logic, also do not render info if info is undefined * improve: added tests for filter rendering logic * improve: added tests for servers-wrapper rendering logic * `InfoWrapper` -> `InfoContainer` * add `containers` alias to Babel configuration * `SchemesWrapper` -> `SchemesContainer` * drop `container` from container file names * `ServersWrapper` -> `ServersContainer` * `Filter` -> `FilterContainer` * follow `core/containers` pattern in BasePreset * use HTTPS for Petstore by default (#4652) * housekeeping: update e2e selectors (#4655) * v3.17.1 (#4656) * v3.17.1 * rebuild dist * Doc updates * Improvement: Hash-keyed Try-It-Out parameter value storage (#4670) * allow param update by identity + hashed value storage * add specActions.changeParamByIdentity * add identity-based lookup support in spec selectors * migrate `changeParam` usage to `changeParamByIdentity` * migrate usage of `parameterWithMeta` to `parameterWithMetaByIdentity` * update invocations of `changeParamByIdentity` to match fn signature * use OrderedMap throughout hash-based selectors for consistency * normalize usage of ParameterRow `onChange` * migrate bug 4557 tests to reflect new ParameterRow interface * remove exclusive test blocks * linter fixes * copy Parameters changes into OAS3 wrapper * use rawParam for meta lookups in ParameterRow * drop unused dependencies from `package.json` * re-pin selenium dependency version
pirms 6 gadiem
Bug/update dependencies (#4543) * Add package-lock * Remove karma* as no longer used. mocha is the test runner now * Update patch and minor dev dependencies * Update other dev dependencies, one at time * Update webpack to v3 and fix package warnings * Update production dependencies * Update to react-inspector and Remove react-addons-shallow-compare as no longer used/required in 15.6 * Unused dependencies * brace * getbase * matcher * promise-worker * react-addons-test-utils * react-height * redux-logger * scroll-to-element * shallowequal * whatwg-fetch * initial perf, which gets stripped out in production (#4131) * Refactor deep-linking, in the process extracted out OperationsTag (#4349) * add configsActions.loaded hook * add OperationTag to hold Operations * fix test for operations * refactor deep-linking plugin * [FIX] nested `url` option replacement when $API_URLS contains `url: .*,` pattern (#4601) * fix(try-it-out): initially unset required booleans (#4613) * fix(tio-params): disable empty values for required+enum booleans (#4615) * feat(rendering): gate rendering based on valid version identifiers (#4614) * create VersionPragmaFilter component * use VersionPragmaFilter in BaseLayout * tighten version idenitifier constraints * handle case where user specifies a valid `swagger` and `openapi` field * add traceable class names for each message * add tests * linter fixes! * UNRELATED CHANGE: remove travis short-circuit * add bypass switch to VersionPragmaFilter * v3.17.0 (#4616) * v3.17.0 * rebuild dist * Update system.js (#4626) Fix typo * Revert "initial perf, which gets stripped out in production (#4131)" (#4636) This reverts commit 5ea2150ae7d05e56191f79ab5f9bda1a69930a1e. * Update add-plugin.md (#4620) Fixed some spacing * fix: sample generation for nested oject schemas (#4648) * Fix improper markdown (#4645) escape `|` * housekeeping: factor out components for easier BaseLayout reuse (#4604) * improve: wrap schemes to encapsulate rendering logic * improve: wrap filter to encapsulate rendering logic * improve: wrap info section to encapsulate rendering logic * improve: wrap servers plugin to encapsulate rendering logic * improve: added tests for schemes-wrapper rendering logic * improve: added tests for info-wrapper rendering logic, also do not render info if info is undefined * improve: added tests for filter rendering logic * improve: added tests for servers-wrapper rendering logic * `InfoWrapper` -> `InfoContainer` * add `containers` alias to Babel configuration * `SchemesWrapper` -> `SchemesContainer` * drop `container` from container file names * `ServersWrapper` -> `ServersContainer` * `Filter` -> `FilterContainer` * follow `core/containers` pattern in BasePreset * use HTTPS for Petstore by default (#4652) * housekeeping: update e2e selectors (#4655) * v3.17.1 (#4656) * v3.17.1 * rebuild dist * Doc updates * Improvement: Hash-keyed Try-It-Out parameter value storage (#4670) * allow param update by identity + hashed value storage * add specActions.changeParamByIdentity * add identity-based lookup support in spec selectors * migrate `changeParam` usage to `changeParamByIdentity` * migrate usage of `parameterWithMeta` to `parameterWithMetaByIdentity` * update invocations of `changeParamByIdentity` to match fn signature * use OrderedMap throughout hash-based selectors for consistency * normalize usage of ParameterRow `onChange` * migrate bug 4557 tests to reflect new ParameterRow interface * remove exclusive test blocks * linter fixes * copy Parameters changes into OAS3 wrapper * use rawParam for meta lookups in ParameterRow * drop unused dependencies from `package.json` * re-pin selenium dependency version
pirms 6 gadiem
pirms 7 gadiem
pirms 7 gadiem
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  1. {
  2. "name": "swagger-ui",
  3. "version": "3.31.1",
  4. "main": "dist/swagger-ui.js",
  5. "module": "dist/swagger-ui-es-bundle.js",
  6. "homepage": "https://github.com/swagger-api/swagger-ui",
  7. "repository": "git@github.com:swagger-api/swagger-ui.git",
  8. "contributors": [
  9. "(in alphabetical order)",
  10. "Anna Bodnia <anna.bodnia@gmail.com>",
  11. "Buu Nguyen <buunguyen@gmail.com>",
  12. "Josh Ponelat <jponelat@gmail.com>",
  13. "Kyle Shockey <kyleshockey@gmail.com>",
  14. "Robert Barnwell <robert@robertismy.name>",
  15. "Sahar Jafari <shr.jafari@gmail.com>"
  16. ],
  17. "license": "Apache-2.0",
  18. "scripts": {
  19. "automated-release": "release-it -VV --config ./release/.release-it.json",
  20. "build": "run-p --aggregate-output build-core build-bundle build-standalone build-stylesheets build:core:commonjs build:core:es build:es:bundle build:es:bundle:core",
  21. "build-bundle": "webpack --colors --config webpack/bundle.babel.js",
  22. "build-core": "webpack --colors --config webpack/core.babel.js",
  23. "build-standalone": "webpack --colors --config webpack/standalone.babel.js",
  24. "build-stylesheets": "webpack --colors --config webpack/stylesheets.babel.js",
  25. "build:es:bundle": "webpack --colors --config webpack/es-bundle.babel.js",
  26. "build:es:bundle:core": "webpack --colors --config webpack/es-bundle-core.babel.js",
  27. "predev": "npm install",
  28. "dev": "webpack-dev-server --config webpack/dev.babel.js",
  29. "deps-license": "license-checker --production --csv --out $npm_package_config_deps_check_dir/licenses.csv && license-checker --development --csv --out $npm_package_config_deps_check_dir/licenses-dev.csv",
  30. "deps-size": "webpack -p --config webpack/bundle.babel.js --json | webpack-bundle-size-analyzer >| $npm_package_config_deps_check_dir/sizes.txt",
  31. "deps-check": "run-s deps-license deps-size",
  32. "lint": "eslint --cache --ext \".js,.jsx\" src test",
  33. "lint-errors": "eslint --cache --quiet --ext \".js,.jsx\" src test",
  34. "lint-fix": "eslint --cache --ext \".js,.jsx\" src test --fix",
  35. "test": "run-s just-test-in-node e2e-cypress lint-errors",
  36. "test-in-node": "run-s lint-errors just-test-in-node",
  37. "just-test-in-node": "cross-env BABEL_ENV=test mocha \"test/mocha/**/*.{js,jsx}\"",
  38. "test-e2e-cypress": "cypress run",
  39. "test-e2e-selenium": "sleep 3 && nightwatch test/e2e-selenium/scenarios/ --config test/e2e-selenium/nightwatch.json",
  40. "test:artifact": "run-s test:artifact:umd:bundle test:artifact:es:bundle test:artifact:es:bundle:core",
  41. "test:artifact:umd:bundle": "npm run build-bundle && cross-env BABEL_ENV=commonjs jest --config ./config/jest/jest.artifact-umd-bundle.config.js",
  42. "test:artifact:es:bundle": "npm run build:es:bundle && cross-env BABEL_ENV=commonjs jest --config ./config/jest/jest.artifact-es-bundle.config.js",
  43. "test:artifact:es:bundle:core": "npm run build:es:bundle:core && cross-env BABEL_ENV=commonjs jest --config ./config/jest/jest.artifact-es-bundle-core.config.js",
  44. "e2e-initial-render": "nightwatch test/e2e-selenium/scenarios/ --config test/e2e-selenium/nightwatch.json --group initial-render",
  45. "mock-api": "json-server --watch test/e2e-selenium/db.json --port 3204",
  46. "hot-e2e-cypress-server": "webpack-dev-server --config webpack/dev-e2e.babel.js --content-base test/e2e-cypress/static",
  47. "hot-e2e-selenium-server": "webpack-dev-server --config webpack/dev-e2e.babel.js --content-base test/e2e-selenium/static",
  48. "e2e-cypress": "run-p -r hot-e2e-cypress-server mock-api test-e2e-cypress",
  49. "dev-e2e-cypress-open": "cypress open",
  50. "dev-e2e-cypress": "run-p -r hot-e2e-cypress-server mock-api dev-e2e-cypress-open",
  51. "e2e-selenium": "run-p -r hot-e2e-selenium-server mock-api test-e2e-selenium",
  52. "open-static": "node -e \"require('open')('http://localhost:3002')\"",
  53. "security-audit": "run-s -sc security-audit:all security-audit:prod",
  54. "security-audit:prod": "npm-audit-ci-wrapper -p -t low",
  55. "security-audit:all": "npm-audit-ci-wrapper -t moderate",
  56. "serve-static": "http-server dist/ -i -a 0.0.0.0 -p 3002",
  57. "start": "npm-run-all --parallel serve-static open-static"
  58. },
  59. "dependencies": {
  60. "@babel/runtime-corejs2": "^7.10.4",
  61. "@braintree/sanitize-url": "^4.0.0",
  62. "@kyleshockey/object-assign-deep": "^0.4.2",
  63. "@kyleshockey/xml": "^1.0.2",
  64. "base64-js": "^1.2.0",
  65. "classnames": "^2.2.6",
  66. "core-js": "^2.6.11",
  67. "css.escape": "1.5.1",
  68. "deep-extend": "0.6.0",
  69. "dompurify": "^2.0.7",
  70. "ieee754": "^1.1.13",
  71. "immutable": "^3.x.x",
  72. "js-file-download": "^0.4.1",
  73. "js-yaml": "^3.13.1",
  74. "lodash": "^4.17.19",
  75. "memoizee": "^0.4.12",
  76. "prop-types": "^15.7.2",
  77. "randombytes": "^2.1.0",
  78. "react": "^15.6.2",
  79. "react-copy-to-clipboard": "5.0.1",
  80. "react-debounce-input": "^3.2.0",
  81. "react-dom": "^15.6.2",
  82. "react-immutable-proptypes": "2.1.0",
  83. "react-immutable-pure-component": "^1.1.1",
  84. "react-inspector": "^2.3.0",
  85. "react-motion": "^0.5.2",
  86. "react-redux": "^5.1.2",
  87. "react-syntax-highlighter": "=12.2.1",
  88. "redux": "^4.0.5",
  89. "redux-immutable": "3.1.0",
  90. "remarkable": "^2.0.1",
  91. "reselect": "^4.0.0",
  92. "serialize-error": "^2.1.0",
  93. "sha.js": "^2.4.11",
  94. "swagger-client": "=3.10.12",
  95. "url-parse": "^1.4.7",
  96. "xml-but-prettier": "^1.0.1",
  97. "zenscroll": "^4.0.2"
  98. },
  99. "devDependencies": {
  100. "@babel/cli": "^7.10.1",
  101. "@babel/core": "^7.10.2",
  102. "@babel/plugin-proposal-class-properties": "^7.10.1",
  103. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.1",
  104. "@babel/plugin-proposal-optional-chaining": "^7.10.1",
  105. "@babel/plugin-transform-runtime": "^7.10.1",
  106. "@babel/preset-env": "^7.10.2",
  107. "@babel/preset-react": "^7.10.1",
  108. "@babel/register": "^7.10.1",
  109. "@jest/globals": "=26.4.0",
  110. "@release-it/conventional-changelog": "=1.1.0",
  111. "autoprefixer": "^9.0.0",
  112. "babel-eslint": "^10.0.0",
  113. "babel-loader": "^8.1.0",
  114. "babel-plugin-lodash": "=3.3.4",
  115. "babel-plugin-module-resolver": "^4.0.0",
  116. "babel-plugin-transform-react-remove-prop-types": "^0.4.13",
  117. "body-parser": "^1.19.0",
  118. "bundlesize": "^0.18.0",
  119. "chromedriver": "^80.0.2",
  120. "copy-webpack-plugin": "^6.0.0",
  121. "cors": "^2.8.5",
  122. "cross-env": "=7.0.2",
  123. "css-loader": "^3.5.3",
  124. "cypress": "^3.8.3",
  125. "dedent": "^0.7.0",
  126. "deepmerge": "^4.0.0",
  127. "enzyme": "^2.7.1",
  128. "eslint": "^4.1.1",
  129. "eslint-plugin-import": "^2.21.1",
  130. "eslint-plugin-mocha": "^6.3.0",
  131. "eslint-plugin-react": "^7.20.0",
  132. "esm": "=3.2.25",
  133. "expect": "^1.20.2",
  134. "express": "^4.17.1",
  135. "file-loader": "^6.0.0",
  136. "git-describe": "^4.0.4",
  137. "http-server": "^0.12.3",
  138. "ignore-assets-webpack-plugin": "^2.0.1",
  139. "imports-loader": "^0.8.0",
  140. "inspectpack": "=4.5.2",
  141. "jest": "=26.4.0",
  142. "jsdom": "^11.10.0",
  143. "json-loader": "^0.5.7",
  144. "json-merger": "^1.1.2",
  145. "json-server": "^0.15.0",
  146. "less": "^3.11.2",
  147. "license-checker": "^25.0.0",
  148. "mini-css-extract-plugin": "^0.9.0",
  149. "mocha": "=7.2.0",
  150. "nightwatch": "^1.3.6",
  151. "node-sass": "^4.14.1",
  152. "npm-audit-ci-wrapper": "^2.5.4",
  153. "npm-run-all": "^4.1.5",
  154. "oauth2-server": "^2.4.1",
  155. "open": "^7.0.4",
  156. "optimize-css-assets-webpack-plugin": "^5.0.3",
  157. "postcss-loader": "^3.0.0",
  158. "prettier": "^2.0.0",
  159. "raw-loader": "^4.0.0",
  160. "react-test-renderer": "^15.5.4",
  161. "release-it": "=12.4.3",
  162. "rimraf": "^3.0.0",
  163. "sass-loader": "^7.1.0",
  164. "selenium-server-standalone-jar": "^3.141.5",
  165. "source-map-support": "^0.5.19",
  166. "standard": "^11.0.1",
  167. "tachyons-sass": "^4.9.5",
  168. "terser-webpack-plugin": "^1.4.4",
  169. "url-loader": "^2.3.0",
  170. "webpack": "^4.43.0",
  171. "webpack-bundle-size-analyzer": "^3.1.0",
  172. "webpack-cli": "^3.3.11",
  173. "webpack-dev-server": "^3.11.0",
  174. "webpack-stats-plugin": "=0.3.2"
  175. },
  176. "config": {
  177. "deps_check_dir": ".deps_check"
  178. },
  179. "bundlesize": [
  180. {
  181. "path": "./dist/swagger-ui-bundle.js",
  182. "maxSize": "1 MB",
  183. "compression": "none"
  184. }
  185. ]
  186. }