From f7d4c4ca1a6ffe1d9485ddf0a4514faf606ca9ac Mon Sep 17 00:00:00 2001 From: Rishi Raj Date: Thu, 6 Aug 2026 23:12:12 +0530 Subject: [PATCH] [build] Bump @meshery/schemas to ^1.3.44 Bump @meshery/schemas dependency to ^1.3.44 to export canonical workspace UI schema with hidden organizationId widget. Signed-off-by: Rishi Raj --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index fddfaaa31..96bf9a8b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@layer5/meshery-design-embed": "^0.6.0", - "@meshery/schemas": "^1.3.35", + "@meshery/schemas": "^1.3.44", "@sistent/mui-datatables": "^8.0.0", "@types/mui-datatables": "*", "billboard.js": "^4.0.3", @@ -3395,9 +3395,9 @@ } }, "node_modules/@meshery/schemas": { - "version": "1.3.35", - "resolved": "https://registry.npmjs.org/@meshery/schemas/-/schemas-1.3.35.tgz", - "integrity": "sha512-YDYETnh/p8kqhiY2PGrmISmXahmGfXGYDSuZcXZt1Np2/24kBcZJ5kPm9HZAMcysRVVBdSjYkA7BO29To++2gQ==", + "version": "1.3.44", + "resolved": "https://registry.npmjs.org/@meshery/schemas/-/schemas-1.3.44.tgz", + "integrity": "sha512-4pDQCF6Cswatk6sP9+2GqtyPubBZnyjZHvZnBBBPrw0CEXAy4S7ByD3A6rQLzcGDEBV6IM4cm5wDdKDal0xYCA==", "license": "ISC", "peerDependencies": { "@reduxjs/toolkit": "^2.8.1", diff --git a/package.json b/package.json index b7d79cc0d..81fa23409 100644 --- a/package.json +++ b/package.json @@ -134,7 +134,7 @@ "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@layer5/meshery-design-embed": "^0.6.0", - "@meshery/schemas": "^1.3.35", + "@meshery/schemas": "^1.3.44", "@sistent/mui-datatables": "^8.0.0", "@types/mui-datatables": "*", "billboard.js": "^4.0.3",