@aws/create-nx-workspace 0.106.0 → 0.108.0
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/index.cjs +30 -30
- package/package.json +1 -1
package/bin/index.cjs
CHANGED
|
@@ -9,10 +9,10 @@ let child_process = require("child_process");
|
|
|
9
9
|
const NX_VERSION = {
|
|
10
10
|
"@a2a-js/sdk": "0.3.13",
|
|
11
11
|
"@aws/aws-distro-opentelemetry-node-autoinstrumentation": "0.10.0",
|
|
12
|
-
"@aws-sdk/client-dynamodb": "3.
|
|
13
|
-
"@aws-sdk/client-bedrock-runtime": "3.
|
|
14
|
-
"@aws-sdk/client-sts": "3.
|
|
15
|
-
"@aws-sdk/credential-providers": "3.
|
|
12
|
+
"@aws-sdk/client-dynamodb": "3.1039.0",
|
|
13
|
+
"@aws-sdk/client-bedrock-runtime": "3.1039.0",
|
|
14
|
+
"@aws-sdk/client-sts": "3.1039.0",
|
|
15
|
+
"@aws-sdk/credential-providers": "3.1039.0",
|
|
16
16
|
"@aws-smithy/server-apigateway": "1.0.0-alpha.10",
|
|
17
17
|
"@aws-smithy/server-node": "1.0.0-alpha.10",
|
|
18
18
|
"@aws-lambda-powertools/logger": "2.33.0",
|
|
@@ -20,33 +20,33 @@ const NX_VERSION = {
|
|
|
20
20
|
"@aws-lambda-powertools/parameters": "2.33.0",
|
|
21
21
|
"@aws-lambda-powertools/tracer": "2.33.0",
|
|
22
22
|
"@aws-lambda-powertools/parser": "2.33.0",
|
|
23
|
-
"@aws-sdk/client-appconfigdata": "3.
|
|
23
|
+
"@aws-sdk/client-appconfigdata": "3.1039.0",
|
|
24
24
|
"@middy/core": "7.3.3",
|
|
25
25
|
"@nxlv/python": "22.1.3",
|
|
26
26
|
"@nx-extend/terraform": "10.2.1",
|
|
27
|
-
"@nx/devkit": "22.7.
|
|
28
|
-
"@nx/react": "22.7.
|
|
29
|
-
"create-nx-workspace": "22.7.
|
|
27
|
+
"@nx/devkit": "22.7.1",
|
|
28
|
+
"@nx/react": "22.7.1",
|
|
29
|
+
"create-nx-workspace": "22.7.1",
|
|
30
30
|
"@modelcontextprotocol/sdk": "1.29.0",
|
|
31
31
|
"@modelcontextprotocol/inspector": "0.19.0",
|
|
32
32
|
"@ag-ui/client": "0.0.52",
|
|
33
|
-
"@copilotkit/react-core": "1.56.
|
|
33
|
+
"@copilotkit/react-core": "1.56.4",
|
|
34
34
|
rxjs: "7.8.2",
|
|
35
|
-
"@strands-agents/sdk": "1.0.0
|
|
36
|
-
"@tanstack/react-router": "1.168.
|
|
37
|
-
"@tanstack/router-plugin": "1.167.
|
|
38
|
-
"@tanstack/router-generator": "1.166.
|
|
35
|
+
"@strands-agents/sdk": "1.0.0",
|
|
36
|
+
"@tanstack/react-router": "1.168.26",
|
|
37
|
+
"@tanstack/router-plugin": "1.167.29",
|
|
38
|
+
"@tanstack/router-generator": "1.166.37",
|
|
39
39
|
"@tanstack/virtual-file-routes": "1.161.7",
|
|
40
40
|
"@tanstack/router-utils": "1.161.7",
|
|
41
|
-
"@cloudscape-design/board-components": "3.0.
|
|
42
|
-
"@cloudscape-design/chat-components": "1.0.
|
|
43
|
-
"@cloudscape-design/components": "3.0.
|
|
44
|
-
"@cloudscape-design/global-styles": "1.0.
|
|
45
|
-
"@tanstack/react-query": "5.100.
|
|
46
|
-
"@tanstack/react-query-devtools": "5.100.
|
|
47
|
-
"@trpc/tanstack-react-query": "11.
|
|
48
|
-
"@trpc/client": "11.
|
|
49
|
-
"@trpc/server": "11.
|
|
41
|
+
"@cloudscape-design/board-components": "3.0.175",
|
|
42
|
+
"@cloudscape-design/chat-components": "1.0.123",
|
|
43
|
+
"@cloudscape-design/components": "3.0.1287",
|
|
44
|
+
"@cloudscape-design/global-styles": "1.0.58",
|
|
45
|
+
"@tanstack/react-query": "5.100.6",
|
|
46
|
+
"@tanstack/react-query-devtools": "5.100.6",
|
|
47
|
+
"@trpc/tanstack-react-query": "11.17.0",
|
|
48
|
+
"@trpc/client": "11.17.0",
|
|
49
|
+
"@trpc/server": "11.17.0",
|
|
50
50
|
"@types/node": "25.6.0",
|
|
51
51
|
"@types/aws-lambda": "8.10.161",
|
|
52
52
|
"@types/cors": "2.8.19",
|
|
@@ -58,9 +58,9 @@ const NX_VERSION = {
|
|
|
58
58
|
"@vitest/ui": "4.1.5",
|
|
59
59
|
"@astrojs/react": "5.0.4",
|
|
60
60
|
"@astrojs/starlight": "0.38.4",
|
|
61
|
-
astro: "6.1.
|
|
61
|
+
astro: "6.1.10",
|
|
62
62
|
aws4fetch: "1.0.20",
|
|
63
|
-
"aws-cdk": "2.
|
|
63
|
+
"aws-cdk": "2.1120.0",
|
|
64
64
|
"aws-cdk-lib": "2.251.0",
|
|
65
65
|
"@aws-cdk/aws-bedrock-agentcore-alpha": "2.251.0-alpha.0",
|
|
66
66
|
"aws-xray-sdk-core": "3.12.0",
|
|
@@ -74,15 +74,15 @@ const NX_VERSION = {
|
|
|
74
74
|
esbuild: "0.28.0",
|
|
75
75
|
"event-source-polyfill": "1.0.31",
|
|
76
76
|
"@types/event-source-polyfill": "1.0.5",
|
|
77
|
-
"@typescript-eslint/eslint-plugin": "8.59.
|
|
78
|
-
"@typescript-eslint/parser": "8.59.
|
|
77
|
+
"@typescript-eslint/eslint-plugin": "8.59.1",
|
|
78
|
+
"@typescript-eslint/parser": "8.59.1",
|
|
79
79
|
"eslint-plugin-prettier": "5.5.5",
|
|
80
80
|
express: "5.2.1",
|
|
81
81
|
"fast-glob": "3.3.3",
|
|
82
82
|
"fs-extra": "11.3.4",
|
|
83
83
|
"@types/fs-extra": "11.0.4",
|
|
84
84
|
"jsonc-eslint-parser": "3.1.0",
|
|
85
|
-
"typescript-eslint": "8.59.
|
|
85
|
+
"typescript-eslint": "8.59.1",
|
|
86
86
|
"make-dir-cli": "4.0.0",
|
|
87
87
|
ncp: "2.0.0",
|
|
88
88
|
"npm-check-updates": "19.6.6",
|
|
@@ -99,15 +99,15 @@ const NX_VERSION = {
|
|
|
99
99
|
tailwindcss: "4.2.2",
|
|
100
100
|
"@tailwindcss/vite": "4.2.2",
|
|
101
101
|
tsx: "4.21.0",
|
|
102
|
-
"lucide-react": "1.
|
|
102
|
+
"lucide-react": "1.14.0",
|
|
103
103
|
"radix-ui": "1.4.3",
|
|
104
|
-
shadcn: "4.
|
|
104
|
+
shadcn: "4.6.0",
|
|
105
105
|
"tw-animate-css": "1.4.0",
|
|
106
106
|
"tailwind-merge": "3.5.0",
|
|
107
107
|
vite: "8.0.8",
|
|
108
108
|
typescript: "6.0.3",
|
|
109
109
|
vitest: "4.1.5",
|
|
110
|
-
zod: "4.
|
|
110
|
+
zod: "4.4.1",
|
|
111
111
|
ws: "8.20.0"
|
|
112
112
|
}["create-nx-workspace"];
|
|
113
113
|
const PRESET = "@aws/nx-plugin";
|