unleash-server 6.0.3 → 6.0.4
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/feature-lifecycle/feature-lifecycle-controller.d.ts.map +1 -1
- package/dist/lib/features/feature-lifecycle/feature-lifecycle-controller.js +4 -4
- package/dist/lib/features/feature-lifecycle/feature-lifecycle-controller.js.map +1 -1
- package/dist/lib/features/feature-lifecycle/feature-lifecycle-service.d.ts +2 -2
- package/dist/lib/features/feature-lifecycle/feature-lifecycle-service.d.ts.map +1 -1
- package/dist/lib/features/feature-lifecycle/feature-lifecycle-service.js +4 -2
- package/dist/lib/features/feature-lifecycle/feature-lifecycle-service.js.map +1 -1
- package/dist/lib/features/project/project-service.d.ts.map +1 -1
- package/dist/lib/features/project/project-service.e2e.test.js +34 -4
- package/dist/lib/features/project/project-service.e2e.test.js.map +1 -1
- package/dist/lib/features/project/project-service.js +9 -5
- package/dist/lib/features/project/project-service.js.map +1 -1
- package/dist/lib/types/events.d.ts +4 -0
- package/dist/lib/types/events.d.ts.map +1 -1
- package/dist/lib/types/events.js +4 -2
- package/dist/lib/types/events.js.map +1 -1
- package/frontend/build/index.html +1 -1
- package/frontend/build/static/{AdvancedPlayground-CQsMokDK.js → AdvancedPlayground-Bc9c5QIu.js} +1 -1
- package/frontend/build/static/{CheckCircleOutline-3N2b6C6u.js → CheckCircleOutline-CyNpGFzN.js} +1 -1
- package/frontend/build/static/{CreateProject-C50_8DJ-.js → CreateProject-B91SCik8.js} +2 -2
- package/frontend/build/static/{FeatureMetricsChart-D7hBu9bH.js → FeatureMetricsChart-Cn08Adtf.js} +2 -2
- package/frontend/build/static/{FeatureStaleDialog-D-1JGcwj.js → FeatureStaleDialog-jSLAJQtZ.js} +1 -1
- package/frontend/build/static/{FeatureViewLazyExport-CJKGy-V3.js → FeatureViewLazyExport-eKifpj1D.js} +2 -2
- package/frontend/build/static/{LazyAdminExport-DiDAlXlQ.js → LazyAdminExport-DnKliaaa.js} +2 -2
- package/frontend/build/static/LazyProjectExport-BvwRpjUv.js +28 -0
- package/frontend/build/static/{LineChartComponent-Bf3RodVh.js → LineChartComponent-BxUv14sk.js} +1 -1
- package/frontend/build/static/{NetworkOverview-C-R8wA4S.js → NetworkOverview-CQj9Hx4v.js} +1 -1
- package/frontend/build/static/{NetworkTraffic-D_eVTdGp.js → NetworkTraffic-L8bIbbjr.js} +1 -1
- package/frontend/build/static/{NetworkTrafficUsage-BlFVx812.js → NetworkTrafficUsage-CjR2xB0-.js} +2 -2
- package/frontend/build/static/{ProjectForm-c43ztjmB.js → ProjectForm-znrNnDpy.js} +1 -1
- package/frontend/build/static/{ReactJSONEditor-DJyV5xPu.js → ReactJSONEditor-SGunMDHt.js} +1 -1
- package/frontend/build/static/{RoleCell-C-E960FF.js → RoleCell-DMQfcXNA.js} +1 -1
- package/frontend/build/static/{StrategyItemContainer-CvZqeW-d.js → StrategyItemContainer-T36tKLmC.js} +1 -1
- package/frontend/build/static/{index-Bql--RTy.js → index-CEZA3h-h.js} +1 -1
- package/frontend/build/static/{index-D3PezXCS.js → index-CoEyUZTq.js} +7 -7
- package/frontend/build/static/{unknownify-C7_4al21.js → unknownify-BsPyZIhJ.js} +1 -1
- package/frontend/build/static/{useApiTokens-ZwBU99TL.js → useApiTokens-Gal6e-36.js} +1 -1
- package/package.json +1 -1
- package/frontend/build/static/LazyProjectExport-BeTXfctj.js +0 -28
|
@@ -1 +1 @@
|
|
|
1
|
-
import{bj as r,b5 as a,r as o,b7 as c}from"./index-
|
|
1
|
+
import{bj as r,b5 as a,r as o,b7 as c}from"./index-CoEyUZTq.js";const u=(e={})=>{const{data:t,error:n,mutate:s}=r(a("api/admin/metrics/rps"),i,e);return o.useMemo(()=>({metrics:t,loading:!n&&!t,refetch:()=>s(),error:n}),[t,n,s])},i=e=>fetch(e).then(c("Instance Metrics")).then(t=>t.json()),f=e=>!e||e==="undefined"?"unknown":e;export{f as a,u};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{b5 as i,bj as p,r as n,b7 as u}from"./index-
|
|
1
|
+
import{b5 as i,bj as p,r as n,b7 as u}from"./index-CoEyUZTq.js";const k=(s={})=>{const a=i("api/admin/api-tokens"),{data:t,error:e,mutate:o}=p(a,h,s),r=n.useMemo(()=>t??[],[t]),c=n.useCallback(()=>{o().catch(console.warn)},[o]);return{tokens:r,error:e,loading:!e&&!t,refetch:c}},h=async s=>(await(await fetch(s).then(u("Api tokens"))).json()).tokens;export{k as u};
|
package/package.json
CHANGED