unleash-server 6.0.2 → 6.0.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/playground/advanced-playground.test.js +26 -1
- package/dist/lib/features/playground/advanced-playground.test.js.map +1 -1
- package/dist/lib/features/playground/feature-evaluator/client.d.ts.map +1 -1
- package/dist/lib/features/playground/feature-evaluator/client.js +2 -6
- package/dist/lib/features/playground/feature-evaluator/client.js.map +1 -1
- package/dist/test/e2e/helpers/test-helper.d.ts +2 -2
- package/dist/test/e2e/helpers/test-helper.d.ts.map +1 -1
- package/dist/test/e2e/helpers/test-helper.js +1 -1
- package/dist/test/e2e/helpers/test-helper.js.map +1 -1
- package/frontend/build/index.html +1 -1
- package/frontend/build/static/{AdvancedPlayground-p7tDUOqb.js → AdvancedPlayground-CQsMokDK.js} +1 -1
- package/frontend/build/static/{CheckCircleOutline-CZoWHYza.js → CheckCircleOutline-3N2b6C6u.js} +1 -1
- package/frontend/build/static/{CreateProject-DhmoT0x8.js → CreateProject-C50_8DJ-.js} +1 -1
- package/frontend/build/static/{FeatureMetricsChart-CrJhmvRS.js → FeatureMetricsChart-D7hBu9bH.js} +1 -1
- package/frontend/build/static/{FeatureStaleDialog-z-UTple3.js → FeatureStaleDialog-D-1JGcwj.js} +1 -1
- package/frontend/build/static/{FeatureViewLazyExport-BOJHJp48.js → FeatureViewLazyExport-CJKGy-V3.js} +2 -2
- package/frontend/build/static/{LazyAdminExport-BfaFcAaS.js → LazyAdminExport-DiDAlXlQ.js} +2 -2
- package/frontend/build/static/{LazyProjectExport-DbkNqnlj.js → LazyProjectExport-BeTXfctj.js} +2 -2
- package/frontend/build/static/{LineChartComponent-CLaoKci9.js → LineChartComponent-Bf3RodVh.js} +1 -1
- package/frontend/build/static/{NetworkOverview-Cq83oqfi.js → NetworkOverview-C-R8wA4S.js} +1 -1
- package/frontend/build/static/{NetworkTraffic-Bt6v3FUz.js → NetworkTraffic-D_eVTdGp.js} +1 -1
- package/frontend/build/static/{NetworkTrafficUsage-Dv8h54l9.js → NetworkTrafficUsage-BlFVx812.js} +1 -1
- package/frontend/build/static/{ProjectForm-CrLtsMQu.js → ProjectForm-c43ztjmB.js} +1 -1
- package/frontend/build/static/{ReactJSONEditor-C-nON7ak.js → ReactJSONEditor-DJyV5xPu.js} +1 -1
- package/frontend/build/static/{RoleCell-6hhnTvjl.js → RoleCell-C-E960FF.js} +1 -1
- package/frontend/build/static/{StrategyItemContainer-BDY93O1W.js → StrategyItemContainer-CvZqeW-d.js} +1 -1
- package/frontend/build/static/{index-DZdOsPxT.js → index-Bql--RTy.js} +1 -1
- package/frontend/build/static/{index-lGwH-xa2.js → index-D3PezXCS.js} +45 -45
- package/frontend/build/static/{unknownify-D-iKcXLX.js → unknownify-C7_4al21.js} +1 -1
- package/frontend/build/static/{useApiTokens-BhaMXLXr.js → useApiTokens-ZwBU99TL.js} +1 -1
- package/package.json +1 -1
|
@@ -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-D3PezXCS.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-D3PezXCS.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