@aws/nx-plugin-mcp 1.0.0-rc.95 → 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 +9 -8
- package/package.json +1 -1
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.
|
|
21943
|
-
"@nx/devkit": "23.
|
|
21944
|
-
"@nx/js": "23.
|
|
21945
|
-
"@nx/react": "23.
|
|
21946
|
-
"@nx/vite": "23.
|
|
21947
|
-
"@nx/vitest": "23.
|
|
21948
|
-
"@nx/workspace": "23.
|
|
21949
|
-
"create-nx-workspace": "23.
|
|
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;
|