unleash-server 7.6.1 → 7.6.3
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/features/client-feature-toggles/delta/client-feature-toggle-delta.d.ts.map +1 -1
- package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.js +29 -17
- package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.js.map +1 -1
- package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.test.js +99 -0
- package/dist/lib/features/client-feature-toggles/delta/client-feature-toggle-delta.test.js.map +1 -1
- package/dist/lib/features/feature-search/feature.search.e2e.test.js +1 -1
- package/dist/lib/features/feature-search/feature.search.e2e.test.js.map +1 -1
- package/dist/lib/openapi/spec/feature-search-query-parameters.d.ts +1 -1
- package/dist/lib/openapi/spec/feature-search-query-parameters.d.ts.map +1 -1
- package/dist/lib/openapi/spec/feature-search-query-parameters.js.map +1 -1
- package/dist/lib/routes/logout.d.ts +0 -1
- package/dist/lib/routes/logout.d.ts.map +1 -1
- package/dist/lib/routes/logout.js +1 -5
- package/dist/lib/routes/logout.js.map +1 -1
- package/dist/lib/routes/logout.test.js +4 -4
- package/dist/lib/routes/logout.test.js.map +1 -1
- package/dist/lib/services/user-service.d.ts.map +1 -1
- package/dist/lib/services/user-service.js +0 -4
- package/dist/lib/services/user-service.js.map +1 -1
- package/dist/lib/types/experimental.d.ts +1 -1
- package/dist/lib/types/experimental.d.ts.map +1 -1
- package/dist/lib/types/experimental.js +3 -4
- package/dist/lib/types/experimental.js.map +1 -1
- package/dist/server-dev.js +1 -1
- package/dist/server-dev.js.map +1 -1
- package/frontend/build/index.html +1 -1
- package/frontend/build/static/{AdvancedPlayground-CJ7eG--B.js → AdvancedPlayground-D7wyJyhf.js} +1 -1
- package/frontend/build/static/{BackendConnections-C9C9tzVe.js → BackendConnections-B2fwWxNM.js} +1 -1
- package/frontend/build/static/{CreateProject-C2o4HAPI.js → CreateProject-DCsDw61O.js} +1 -1
- package/frontend/build/static/{EnterpriseEdge-wEksSFXY.js → EnterpriseEdge-Bzf3ZWSM.js} +1 -1
- package/frontend/build/static/{FeatureMetricsChart-Dg3LuBck.js → FeatureMetricsChart-CA7ccj4F.js} +2 -2
- package/frontend/build/static/FeatureStaleDialog-DFGtgX-I.js +689 -0
- package/frontend/build/static/{FeatureViewLazyExport-0rEqFrgo.js → FeatureViewLazyExport-CVIpdGgg.js} +3 -3
- package/frontend/build/static/{FlagMetricsChart-DbKM-kaT.js → FlagMetricsChart-Dcc3RwL2.js} +1 -1
- package/frontend/build/static/FrontendNetworkTrafficUsage-C6ZZ-igE.js +1 -0
- package/frontend/build/static/GridLayoutWrapper-mu3C2OC4.js +3 -0
- package/frontend/build/static/{ImpactMetricsPage-BDLs7Gss.js → ImpactMetricsPage-DQ3DugFo.js} +1 -1
- package/frontend/build/static/LazyAdminExport-CEik6N0e.js +38 -0
- package/frontend/build/static/{LazyProjectExport-B5ifELrF.js → LazyProjectExport-C8B0wkkW.js} +19 -701
- package/frontend/build/static/{LifecycleChartComponent-CJWEy-Ub.js → LifecycleChartComponent-DgMY7X0Z.js} +1 -1
- package/frontend/build/static/LineChartComponent-FVKRZKUW.js +1 -0
- package/frontend/build/static/{MarkCompletedDialogue-C86IfCH-.js → MarkCompletedDialogue-BFMzJ-VW.js} +1 -1
- package/frontend/build/static/{NetworkOverview-Cjz8v1WC.js → NetworkOverview-D8wtNaRF.js} +1 -1
- package/frontend/build/static/{NetworkPrometheusAPIWarning-qXY7ao0F.js → NetworkPrometheusAPIWarning-D5-OGJsP.js} +1 -1
- package/frontend/build/static/{NetworkTraffic-BBEsgALR.js → NetworkTraffic-3cnRG5P0.js} +1 -1
- package/frontend/build/static/{NetworkTrafficUsage-a6syIscc.js → NetworkTrafficUsage-CSiuPn9W.js} +1 -1
- package/frontend/build/static/{PercentageDonut-CC9h07JZ.js → PercentageDonut-C51wuJjA.js} +1 -1
- package/frontend/build/static/{ReactJSONEditor-B-T6_DlA.js → ReactJSONEditor-BFCTTSFc.js} +1 -1
- package/frontend/build/static/{RoleCell-4trKLU2Y.js → RoleCell-CIeC6DEg.js} +1 -1
- package/frontend/build/static/Safeguard-C9U0j0cL.js +1 -0
- package/frontend/build/static/{aggregateFeatureMetrics-CAg4DbsF.js → aggregateFeatureMetrics-B-7cFh4G.js} +1 -1
- package/frontend/build/static/{formatTickValue-BxmGFWwJ.js → formatTickValue-CaA_jBqg.js} +1 -1
- package/frontend/build/static/{index-Cikp5fMR.js → index-C0tV9tYB.js} +131 -135
- package/frontend/build/static/{networkTrafficUsageHighlightPlugin-mvUd1fv5.js → networkTrafficUsageHighlightPlugin-D5DxaVbe.js} +1 -1
- package/frontend/build/static/{useApiTokens-BHKIbW5c.js → useApiTokens-DDEZMbRy.js} +1 -1
- package/frontend/package.json +2 -2
- package/package.json +3 -3
- package/frontend/build/static/FeatureStaleDialog-DmUpnOZe.js +0 -7
- package/frontend/build/static/FrontendNetworkTrafficUsage-DkvZ1uov.js +0 -1
- package/frontend/build/static/GridLayoutWrapper-Dwn6EwoE.js +0 -3
- package/frontend/build/static/LazyAdminExport-CE3juyvl.js +0 -38
- package/frontend/build/static/LineChartComponent-tPwau2Yw.js +0 -1
- package/frontend/build/static/Safeguard-DArPoSLG.js +0 -1
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.