@aws/nx-plugin-mcp 1.0.0-rc.94 → 1.0.0-rc.96

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/bin/aws-nx-mcp.js CHANGED
@@ -21939,14 +21939,14 @@ const NX_VERSION = {
21939
21939
  "@middy/core": "7.9.2",
21940
21940
  "@nxlv/python": "23.0.0",
21941
21941
  "@nx-extend/terraform": "10.4.1",
21942
- nx: "23.1.2",
21943
- "@nx/devkit": "23.1.2",
21944
- "@nx/js": "23.1.2",
21945
- "@nx/react": "23.1.2",
21946
- "@nx/vite": "23.1.2",
21947
- "@nx/vitest": "23.1.2",
21948
- "@nx/workspace": "23.1.2",
21949
- "create-nx-workspace": "23.1.2",
21942
+ nx: "23.2.0",
21943
+ "@nx/devkit": "23.2.0",
21944
+ "@nx/js": "23.2.0",
21945
+ "@nx/react": "23.2.0",
21946
+ "@nx/vite": "23.2.0",
21947
+ "@nx/vitest": "23.2.0",
21948
+ "@nx/workspace": "23.2.0",
21949
+ "create-nx-workspace": "23.2.0",
21950
21950
  "@swc-node/register": "1.12.1",
21951
21951
  "@swc/core": "1.16.1",
21952
21952
  "@modelcontextprotocol/sdk": "1.30.0",
@@ -22042,6 +22042,7 @@ const NX_VERSION = {
22042
22042
  vite: "8.2.2",
22043
22043
  typescript: "6.0.3",
22044
22044
  vitest: "4.1.11",
22045
+ jsdom: "27.4.0",
22045
22046
  zod: "4.5.4",
22046
22047
  ws: "8.21.3"
22047
22048
  }.nx;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws/nx-plugin-mcp",
3
- "version": "1.0.0-rc.94",
3
+ "version": "1.0.0-rc.96",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/awslabs/nx-plugin-for-aws.git",