@aws/create-nx-workspace 0.114.3 → 0.115.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 +53 -53
- package/package.json +1 -1
package/bin/index.cjs
CHANGED
|
@@ -8,14 +8,14 @@ let child_process = require("child_process");
|
|
|
8
8
|
*/
|
|
9
9
|
const NX_VERSION = {
|
|
10
10
|
"@a2a-js/sdk": "0.3.13",
|
|
11
|
-
"@aws/aws-distro-opentelemetry-node-autoinstrumentation": "0.
|
|
12
|
-
"@aws-sdk/client-dynamodb": "3.
|
|
13
|
-
"@aws-sdk/client-bedrock-runtime": "3.
|
|
14
|
-
"@aws-sdk/client-s3": "3.
|
|
15
|
-
"@aws-sdk/client-sts": "3.
|
|
16
|
-
"@aws-sdk/credential-providers": "3.
|
|
17
|
-
"@aws-sdk/client-secrets-manager": "3.
|
|
18
|
-
"@aws-sdk/rds-signer": "3.
|
|
11
|
+
"@aws/aws-distro-opentelemetry-node-autoinstrumentation": "0.11.0",
|
|
12
|
+
"@aws-sdk/client-dynamodb": "3.1048.0",
|
|
13
|
+
"@aws-sdk/client-bedrock-runtime": "3.1048.0",
|
|
14
|
+
"@aws-sdk/client-s3": "3.1048.0",
|
|
15
|
+
"@aws-sdk/client-sts": "3.1048.0",
|
|
16
|
+
"@aws-sdk/credential-providers": "3.1048.0",
|
|
17
|
+
"@aws-sdk/client-secrets-manager": "3.1048.0",
|
|
18
|
+
"@aws-sdk/rds-signer": "3.1048.0",
|
|
19
19
|
"@aws-smithy/server-apigateway": "1.0.0-alpha.10",
|
|
20
20
|
"@aws-smithy/server-node": "1.0.0-alpha.10",
|
|
21
21
|
"@aws-lambda-powertools/logger": "2.33.0",
|
|
@@ -23,55 +23,55 @@ const NX_VERSION = {
|
|
|
23
23
|
"@aws-lambda-powertools/parameters": "2.33.0",
|
|
24
24
|
"@aws-lambda-powertools/tracer": "2.33.0",
|
|
25
25
|
"@aws-lambda-powertools/parser": "2.33.0",
|
|
26
|
-
"@aws-sdk/client-appconfigdata": "3.
|
|
27
|
-
"@middy/core": "7.
|
|
28
|
-
"@nxlv/python": "22.1.
|
|
26
|
+
"@aws-sdk/client-appconfigdata": "3.1048.0",
|
|
27
|
+
"@middy/core": "7.6.4",
|
|
28
|
+
"@nxlv/python": "22.1.4",
|
|
29
29
|
"@nx-extend/terraform": "10.2.1",
|
|
30
|
-
"@nx/devkit": "22.7.
|
|
31
|
-
"@nx/react": "22.7.
|
|
32
|
-
"create-nx-workspace": "22.7.
|
|
30
|
+
"@nx/devkit": "22.7.2",
|
|
31
|
+
"@nx/react": "22.7.2",
|
|
32
|
+
"create-nx-workspace": "22.7.2",
|
|
33
33
|
"@modelcontextprotocol/sdk": "1.29.0",
|
|
34
34
|
"@modelcontextprotocol/inspector": "0.19.0",
|
|
35
35
|
"@ag-ui/client": "0.0.53",
|
|
36
36
|
"agent-chat-cli": "0.2.0",
|
|
37
|
-
"@copilotkit/react-core": "1.
|
|
37
|
+
"@copilotkit/react-core": "1.57.1",
|
|
38
38
|
rxjs: "7.8.2",
|
|
39
|
-
"@strands-agents/sdk": "1.
|
|
40
|
-
"@tanstack/react-router": "1.
|
|
41
|
-
"@tanstack/router-plugin": "1.
|
|
42
|
-
"@tanstack/router-generator": "1.
|
|
43
|
-
"@tanstack/virtual-file-routes": "1.
|
|
44
|
-
"@tanstack/router-utils": "1.
|
|
45
|
-
"@cloudscape-design/board-components": "3.0.
|
|
46
|
-
"@cloudscape-design/chat-components": "1.0.
|
|
47
|
-
"@cloudscape-design/components": "3.0.
|
|
48
|
-
"@cloudscape-design/global-styles": "1.0.
|
|
49
|
-
"@tanstack/react-query": "5.100.
|
|
50
|
-
"@tanstack/react-query-devtools": "5.100.
|
|
39
|
+
"@strands-agents/sdk": "1.2.0",
|
|
40
|
+
"@tanstack/react-router": "1.170.4",
|
|
41
|
+
"@tanstack/router-plugin": "1.168.6",
|
|
42
|
+
"@tanstack/router-generator": "1.167.5",
|
|
43
|
+
"@tanstack/virtual-file-routes": "1.162.0",
|
|
44
|
+
"@tanstack/router-utils": "1.162.0",
|
|
45
|
+
"@cloudscape-design/board-components": "3.0.180",
|
|
46
|
+
"@cloudscape-design/chat-components": "1.0.129",
|
|
47
|
+
"@cloudscape-design/components": "3.0.1297",
|
|
48
|
+
"@cloudscape-design/global-styles": "1.0.59",
|
|
49
|
+
"@tanstack/react-query": "5.100.10",
|
|
50
|
+
"@tanstack/react-query-devtools": "5.100.10",
|
|
51
51
|
"@trpc/tanstack-react-query": "11.17.0",
|
|
52
52
|
"@trpc/client": "11.17.0",
|
|
53
53
|
"@trpc/server": "11.17.0",
|
|
54
54
|
dockerode: "5.0.0",
|
|
55
55
|
"@types/dockerode": "4.0.1",
|
|
56
|
-
"@types/node": "25.
|
|
56
|
+
"@types/node": "25.8.0",
|
|
57
57
|
"@types/aws-lambda": "8.10.161",
|
|
58
58
|
"@types/cors": "2.8.19",
|
|
59
59
|
"@types/pg": "8.20.0",
|
|
60
60
|
"@types/ws": "8.18.1",
|
|
61
61
|
"@types/express": "5.0.6",
|
|
62
|
-
"@smithy/config-resolver": "4.
|
|
63
|
-
"@smithy/node-config-provider": "4.3
|
|
64
|
-
"@smithy/node-http-handler": "4.
|
|
65
|
-
"@smithy/types": "4.14.
|
|
66
|
-
"@vitest/coverage-v8": "4.1.
|
|
67
|
-
"@vitest/ui": "4.1.
|
|
68
|
-
"@astrojs/react": "5.0.
|
|
69
|
-
"@astrojs/starlight": "0.
|
|
70
|
-
astro: "6.
|
|
62
|
+
"@smithy/config-resolver": "4.5.3",
|
|
63
|
+
"@smithy/node-config-provider": "4.4.3",
|
|
64
|
+
"@smithy/node-http-handler": "4.7.3",
|
|
65
|
+
"@smithy/types": "4.14.2",
|
|
66
|
+
"@vitest/coverage-v8": "4.1.6",
|
|
67
|
+
"@vitest/ui": "4.1.6",
|
|
68
|
+
"@astrojs/react": "5.0.5",
|
|
69
|
+
"@astrojs/starlight": "0.39.2",
|
|
70
|
+
astro: "6.3.3",
|
|
71
71
|
aws4fetch: "1.0.20",
|
|
72
|
-
"aws-cdk": "2.
|
|
73
|
-
"aws-cdk-lib": "2.
|
|
74
|
-
"@aws-cdk/aws-bedrock-agentcore-alpha": "2.
|
|
72
|
+
"aws-cdk": "2.1122.0",
|
|
73
|
+
"aws-cdk-lib": "2.254.0",
|
|
74
|
+
"@aws-cdk/aws-bedrock-agentcore-alpha": "2.254.0-alpha.0",
|
|
75
75
|
"aws-xray-sdk-core": "3.12.0",
|
|
76
76
|
constructs: "10.6.0",
|
|
77
77
|
cors: "2.8.6",
|
|
@@ -83,18 +83,18 @@ const NX_VERSION = {
|
|
|
83
83
|
esbuild: "0.28.0",
|
|
84
84
|
"event-source-polyfill": "1.0.31",
|
|
85
85
|
"@types/event-source-polyfill": "1.0.5",
|
|
86
|
-
"@typescript-eslint/eslint-plugin": "8.59.
|
|
87
|
-
"@typescript-eslint/parser": "8.59.
|
|
86
|
+
"@typescript-eslint/eslint-plugin": "8.59.3",
|
|
87
|
+
"@typescript-eslint/parser": "8.59.3",
|
|
88
88
|
"@prisma/adapter-mariadb": "7.8.0",
|
|
89
89
|
"@prisma/adapter-pg": "7.8.0",
|
|
90
90
|
"@prisma/client": "7.8.0",
|
|
91
91
|
"eslint-plugin-prettier": "5.5.5",
|
|
92
92
|
express: "5.2.1",
|
|
93
93
|
"fast-glob": "3.3.3",
|
|
94
|
-
"fs-extra": "11.3.
|
|
94
|
+
"fs-extra": "11.3.5",
|
|
95
95
|
"@types/fs-extra": "11.0.4",
|
|
96
96
|
"jsonc-eslint-parser": "3.1.0",
|
|
97
|
-
"typescript-eslint": "8.59.
|
|
97
|
+
"typescript-eslint": "8.59.3",
|
|
98
98
|
"make-dir-cli": "4.0.0",
|
|
99
99
|
mariadb: "3.5.2",
|
|
100
100
|
ncp: "2.0.0",
|
|
@@ -104,8 +104,8 @@ const NX_VERSION = {
|
|
|
104
104
|
pg: "8.20.0",
|
|
105
105
|
prisma: "7.8.0",
|
|
106
106
|
"react-oidc-context": "3.3.1",
|
|
107
|
-
react: "19.2.
|
|
108
|
-
"react-dom": "19.2.
|
|
107
|
+
react: "19.2.6",
|
|
108
|
+
"react-dom": "19.2.6",
|
|
109
109
|
rimraf: "6.1.3",
|
|
110
110
|
rolldown: "1.0.0-rc.15",
|
|
111
111
|
"simple-git": "3.36.0",
|
|
@@ -113,17 +113,17 @@ const NX_VERSION = {
|
|
|
113
113
|
"starlight-blog": "0.26.1",
|
|
114
114
|
tailwindcss: "4.2.2",
|
|
115
115
|
"@tailwindcss/vite": "4.2.2",
|
|
116
|
-
tsx: "4.
|
|
117
|
-
"lucide-react": "1.
|
|
116
|
+
tsx: "4.22.1",
|
|
117
|
+
"lucide-react": "1.16.0",
|
|
118
118
|
"radix-ui": "1.4.3",
|
|
119
|
-
shadcn: "4.
|
|
119
|
+
shadcn: "4.7.0",
|
|
120
120
|
"tw-animate-css": "1.4.0",
|
|
121
|
-
"tailwind-merge": "3.
|
|
121
|
+
"tailwind-merge": "3.6.0",
|
|
122
122
|
vite: "8.0.8",
|
|
123
123
|
typescript: "6.0.3",
|
|
124
|
-
vitest: "4.1.
|
|
125
|
-
zod: "4.4.
|
|
126
|
-
ws: "8.20.
|
|
124
|
+
vitest: "4.1.6",
|
|
125
|
+
zod: "4.4.3",
|
|
126
|
+
ws: "8.20.1"
|
|
127
127
|
}["create-nx-workspace"];
|
|
128
128
|
const PRESET = "@aws/nx-plugin";
|
|
129
129
|
const DEFAULT_FLAGS = ["--ci=skip", "--analytics=false"];
|