From 75c9dd2cff3f55ff092f163924eb2b79b5b9397a Mon Sep 17 00:00:00 2001 From: miacycle <184569369+miacycle@users.noreply.github.com> Date: Thu, 28 May 2026 00:20:11 -0500 Subject: [PATCH] chore(deps): bump @meshery/schemas to 1.3.1 Picks up the product-neutral `CURRENT_ORG_KEY` rename in the upstream schemas package: `Layer5-Current-Orgid` -> `X-Current-Orgid`. Sistent re-exports the constant through `src/schemas/index.tsx` (pass-through); no source change required here. Coordinated with: - meshery/schemas v1.3.1 (published) - meshery/meshery-cloud (PR open) - meshery/meshery (follow-up) - layer5labs/meshery-extensions (follow-up) Verification: - npm run build: green (cjs + esm + dts) - dist artifacts carry "X-Current-Orgid"; no "Layer5-Current-Orgid" - npm test: 273/273 passing Signed-off-by: miacycle <184569369+miacycle@users.noreply.github.com> --- package-lock.json | 8 ++++---- package.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c53b2919..e354c5811 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@emotion/cache": "^11.14.0", "@eslint/eslintrc": "^3.3.5", "@eslint/js": "^10.0.1", - "@meshery/schemas": "1.2.22", + "@meshery/schemas": "1.3.1", "@mui/icons-material": "^9.0.0", "@mui/material": "^9.0.0", "@mui/system": "^9.0.0", @@ -3288,9 +3288,9 @@ } }, "node_modules/@meshery/schemas": { - "version": "1.2.22", - "resolved": "https://registry.npmjs.org/@meshery/schemas/-/schemas-1.2.22.tgz", - "integrity": "sha512-PHje1ucZ9d/bjBvqsdOomnUpYB9G3c6k/RtPJ7R9CpP0H46OD80B7yLMWtSq0BJxH/NGdakWvgHAbUQOOyvesg==", + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/@meshery/schemas/-/schemas-1.3.1.tgz", + "integrity": "sha512-AB1o5VjKG6Sh8qOgYQt5QiDhUBmumyAbYSZWMyTKq9WvI0fSdaEwq5h62yrQ00OLUQ31+6FxbjMSx1c6XQZT7g==", "dev": true, "license": "ISC", "peerDependencies": { diff --git a/package.json b/package.json index aa4518bdc..d2fa46c4b 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@emotion/cache": "^11.14.0", "@eslint/eslintrc": "^3.3.5", "@eslint/js": "^10.0.1", - "@meshery/schemas": "1.2.22", + "@meshery/schemas": "1.3.1", "@mui/icons-material": "^9.0.0", "@mui/material": "^9.0.0", "@mui/system": "^9.0.0", @@ -55,6 +55,8 @@ "@rjsf/mui": "^6.5.2", "@rjsf/utils": "^6.5.2", "@rjsf/validator-ajv8": "^6.5.2", + "@swc/core": "^1.10.12", + "@swc/jest": "^0.2.37", "@testing-library/dom": "^10.4.1", "@testing-library/react": "^16.3.2", "@types/jest": "^30.0.0", @@ -85,8 +87,6 @@ "rehype-raw": "^7.0.0", "remark-gfm": "^4.0.1", "rollup": "^4.60.2", - "@swc/core": "^1.10.12", - "@swc/jest": "^0.2.37", "tsup": "^8.5.1", "typescript": "^6.0.3", "xstate": "^5.31.0"