unleash-server 4.22.2 → 4.22.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/db/feature-toggle-store.d.ts +2 -2
- package/dist/lib/db/feature-toggle-store.js +4 -4
- package/dist/lib/db/feature-toggle-store.js.map +1 -1
- package/dist/lib/db/project-stats-store.d.ts +2 -1
- package/dist/lib/db/project-stats-store.js +22 -0
- package/dist/lib/db/project-stats-store.js.map +1 -1
- package/dist/lib/db/project-store.js +2 -1
- package/dist/lib/db/project-store.js.map +1 -1
- package/dist/lib/features/feature-toggle/time-to-production/time-to-production.d.ts +2 -0
- package/dist/lib/features/feature-toggle/time-to-production/time-to-production.js +15 -0
- package/dist/lib/features/feature-toggle/time-to-production/time-to-production.js.map +1 -0
- package/dist/lib/features/feature-toggle/time-to-production/time-to-production.test.js +27 -0
- package/dist/lib/features/feature-toggle/time-to-production/time-to-production.test.js.map +1 -0
- package/dist/lib/services/project-service.js +16 -46
- package/dist/lib/services/project-service.js.map +1 -1
- package/dist/lib/types/experimental.d.ts +1 -0
- package/dist/lib/types/experimental.js +1 -0
- package/dist/lib/types/experimental.js.map +1 -1
- package/dist/lib/types/model.d.ts +1 -1
- package/dist/lib/types/stores/feature-toggle-store.d.ts +2 -2
- package/dist/lib/types/stores/project-stats-store-type.d.ts +5 -0
- package/dist/test/e2e/api/admin/project/features.e2e.test.js +6 -1
- package/dist/test/e2e/api/admin/project/features.e2e.test.js.map +1 -1
- package/dist/test/e2e/api/proxy/proxy.e2e.test.js +1 -1
- package/dist/test/e2e/api/proxy/proxy.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/api-token-service.e2e.test.js +1 -0
- package/dist/test/e2e/services/api-token-service.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/project-service.e2e.test.js +98 -0
- package/dist/test/e2e/services/project-service.e2e.test.js.map +1 -1
- package/dist/test/fixtures/fake-feature-toggle-store.d.ts +2 -2
- package/dist/test/fixtures/fake-feature-toggle-store.js +2 -2
- package/dist/test/fixtures/fake-feature-toggle-store.js.map +1 -1
- package/dist/test/fixtures/fake-project-stats-store.d.ts +2 -1
- package/dist/test/fixtures/fake-project-stats-store.js +3 -0
- package/dist/test/fixtures/fake-project-stats-store.js.map +1 -1
- package/dist/test/fixtures/fake-project-store.js +1 -0
- package/dist/test/fixtures/fake-project-store.js.map +1 -1
- package/frontend/build/index.html +1 -1
- package/frontend/build/static/{CreateProject-51932050.js → CreateProject-a2c9a780.js} +1 -1
- package/frontend/build/static/{Error-e6e1194a.js → Error-38b8cdc0.js} +1 -1
- package/frontend/build/static/{ExpandMore-d71bbced.js → ExpandMore-ee840700.js} +1 -1
- package/frontend/build/static/{FeatureArchiveDialog-fd71aac2.js → FeatureArchiveDialog-0d7ae6c3.js} +1 -1
- package/frontend/build/static/{FeatureMetricsChart-66e2ebdf.js → FeatureMetricsChart-ed667dfd.js} +1 -1
- package/frontend/build/static/FeatureViewLazyExport-1b33033a.js +7 -0
- package/frontend/build/static/{LazyAdminExport-17ef1739.js → LazyAdminExport-f1db04ed.js} +2 -2
- package/frontend/build/static/{LazyProjectExport-96365c31.js → LazyProjectExport-984413bf.js} +1 -1
- package/frontend/build/static/{NetworkOverview-02d7cec9.js → NetworkOverview-c9972cf4.js} +1 -1
- package/frontend/build/static/{NetworkTraffic-ea8ea762.js → NetworkTraffic-b4d65658.js} +1 -1
- package/frontend/build/static/{Playground-1b14c01c.js → Playground-82d86aa7.js} +1 -1
- package/frontend/build/static/{StrategyItemContainer-7ce39bda.js → StrategyItemContainer-72e360fd.js} +1 -1
- package/frontend/build/static/{chartjs-adapter-date-fns.esm-8ccfeb24.js → chartjs-adapter-date-fns.esm-00d0c032.js} +1 -1
- package/frontend/build/static/{index-17782336.js → index-78310b22.js} +1 -1
- package/frontend/build/static/{index-1d165488.js → index-99d4171f.js} +61 -61
- package/frontend/build/static/{index-96dcc77e.js → index-c65a88d1.js} +1 -1
- package/frontend/build/static/{unknownify-132fbce3.js → unknownify-9d8df72f.js} +1 -1
- package/frontend/build/static/{useProjectRole-f048973d.js → useProjectRole-dba93dda.js} +1 -1
- package/package.json +1 -1
- package/dist/lib/read-models/time-to-production/time-to-production.d.ts +0 -20
- package/dist/lib/read-models/time-to-production/time-to-production.js +0 -75
- package/dist/lib/read-models/time-to-production/time-to-production.js.map +0 -1
- package/dist/lib/read-models/time-to-production/time-to-production.test.js +0 -182
- package/dist/lib/read-models/time-to-production/time-to-production.test.js.map +0 -1
- package/frontend/build/static/FeatureViewLazyExport-3403c2b4.js +0 -7
- /package/dist/lib/{read-models → features/feature-toggle}/time-to-production/time-to-production.test.d.ts +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.