unleash-server 4.22.3 → 4.22.6
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/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/feature-toggle-service.js +10 -0
- package/dist/lib/services/feature-toggle-service.js.map +1 -1
- package/dist/lib/services/project-service.js +15 -45
- 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/stores/feature-toggle-store.d.ts +2 -2
- package/dist/lib/types/stores/project-stats-store-type.d.ts +5 -0
- package/dist/migrations/20230420211308-update-context-fields-add-sessionId.d.ts +2 -0
- package/dist/migrations/20230420211308-update-context-fields-add-sessionId.js +21 -0
- package/dist/migrations/20230420211308-update-context-fields-add-sessionId.js.map +1 -0
- package/dist/test/e2e/api/admin/feature.e2e.test.js +48 -2
- package/dist/test/e2e/api/admin/feature.e2e.test.js.map +1 -1
- package/dist/test/e2e/services/project-service.e2e.test.js +54 -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/frontend/build/index.html +1 -1
- package/frontend/build/static/{CreateProject-a2c9a780.js → CreateProject-06fb0787.js} +1 -1
- package/frontend/build/static/{Error-38b8cdc0.js → Error-8b41c742.js} +1 -1
- package/frontend/build/static/{ExpandMore-ee840700.js → ExpandMore-14929315.js} +1 -1
- package/frontend/build/static/{FeatureArchiveDialog-0d7ae6c3.js → FeatureArchiveDialog-e0047702.js} +1 -1
- package/frontend/build/static/{FeatureMetricsChart-ed667dfd.js → FeatureMetricsChart-c3ad56b6.js} +1 -1
- package/frontend/build/static/{FeatureViewLazyExport-1b33033a.js → FeatureViewLazyExport-7827e8c5.js} +2 -2
- package/frontend/build/static/{LazyAdminExport-f1db04ed.js → LazyAdminExport-d95ca76c.js} +2 -2
- package/frontend/build/static/{LazyProjectExport-984413bf.js → LazyProjectExport-ef778b59.js} +1 -1
- package/frontend/build/static/{NetworkOverview-c9972cf4.js → NetworkOverview-b3e0c73f.js} +1 -1
- package/frontend/build/static/{NetworkTraffic-b4d65658.js → NetworkTraffic-729ad6fc.js} +1 -1
- package/frontend/build/static/{Playground-82d86aa7.js → Playground-a32c4264.js} +1 -1
- package/frontend/build/static/{StrategyItemContainer-72e360fd.js → StrategyItemContainer-681b4c1e.js} +1 -1
- package/frontend/build/static/{chartjs-adapter-date-fns.esm-00d0c032.js → chartjs-adapter-date-fns.esm-a07e3ced.js} +1 -1
- package/frontend/build/static/{index-c65a88d1.js → index-307298c7.js} +1 -1
- package/frontend/build/static/{index-78310b22.js → index-8da761a6.js} +1 -1
- package/frontend/build/static/{index-99d4171f.js → index-a6ca4785.js} +73 -73
- package/frontend/build/static/{unknownify-9d8df72f.js → unknownify-ac0e04aa.js} +1 -1
- package/frontend/build/static/{useProjectRole-dba93dda.js → useProjectRole-76e51391.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/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.