@aws/create-nx-workspace 1.0.0-rc.80 → 1.0.0-rc.82
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 +48 -47
- package/package.json +1 -1
package/bin/index.cjs
CHANGED
|
@@ -11,26 +11,26 @@ const TS_VERSIONS = {
|
|
|
11
11
|
"@aws/aws-distro-opentelemetry-node-autoinstrumentation": "0.12.0",
|
|
12
12
|
"@opentelemetry/propagator-jaeger": "2.10.0",
|
|
13
13
|
minimatch: "10.2.6",
|
|
14
|
-
"@aws-sdk/client-dynamodb": "3.
|
|
15
|
-
"@aws-sdk/client-api-gateway": "3.
|
|
16
|
-
"@aws-sdk/client-iam": "3.
|
|
17
|
-
"@aws-sdk/client-bedrock-agentcore": "3.
|
|
18
|
-
"@aws-sdk/client-bedrock-runtime": "3.
|
|
19
|
-
"@aws-sdk/client-s3": "3.
|
|
20
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
-
"@aws-sdk/credential-providers": "3.
|
|
22
|
-
"@aws-sdk/credential-provider-cognito-identity": "3.972.
|
|
23
|
-
"@aws-sdk/client-secrets-manager": "3.
|
|
24
|
-
"@aws-sdk/rds-signer": "3.
|
|
14
|
+
"@aws-sdk/client-dynamodb": "3.1116.0",
|
|
15
|
+
"@aws-sdk/client-api-gateway": "3.1116.0",
|
|
16
|
+
"@aws-sdk/client-iam": "3.1116.0",
|
|
17
|
+
"@aws-sdk/client-bedrock-agentcore": "3.1116.0",
|
|
18
|
+
"@aws-sdk/client-bedrock-runtime": "3.1116.0",
|
|
19
|
+
"@aws-sdk/client-s3": "3.1116.0",
|
|
20
|
+
"@aws-sdk/client-sts": "3.1116.0",
|
|
21
|
+
"@aws-sdk/credential-providers": "3.1116.0",
|
|
22
|
+
"@aws-sdk/credential-provider-cognito-identity": "3.972.69",
|
|
23
|
+
"@aws-sdk/client-secrets-manager": "3.1116.0",
|
|
24
|
+
"@aws-sdk/rds-signer": "3.1116.0",
|
|
25
25
|
"@smithy/server-apigateway": "0.3.3",
|
|
26
26
|
"@smithy/server-node": "0.3.3",
|
|
27
|
-
"@aws-lambda-powertools/logger": "2.
|
|
28
|
-
"@aws-lambda-powertools/metrics": "2.
|
|
29
|
-
"@aws-lambda-powertools/parameters": "2.
|
|
30
|
-
"@aws-lambda-powertools/tracer": "2.
|
|
31
|
-
"@aws-lambda-powertools/parser": "2.
|
|
32
|
-
"@aws-sdk/client-appconfigdata": "3.
|
|
33
|
-
"@middy/core": "7.
|
|
27
|
+
"@aws-lambda-powertools/logger": "2.35.0",
|
|
28
|
+
"@aws-lambda-powertools/metrics": "2.35.0",
|
|
29
|
+
"@aws-lambda-powertools/parameters": "2.35.0",
|
|
30
|
+
"@aws-lambda-powertools/tracer": "2.35.0",
|
|
31
|
+
"@aws-lambda-powertools/parser": "2.35.0",
|
|
32
|
+
"@aws-sdk/client-appconfigdata": "3.1116.0",
|
|
33
|
+
"@middy/core": "7.8.0",
|
|
34
34
|
"@nxlv/python": "23.0.0",
|
|
35
35
|
"@nx-extend/terraform": "10.4.1",
|
|
36
36
|
nx: "23.1.1",
|
|
@@ -42,50 +42,51 @@ const TS_VERSIONS = {
|
|
|
42
42
|
"@nx/workspace": "23.1.1",
|
|
43
43
|
"create-nx-workspace": "23.1.1",
|
|
44
44
|
"@swc-node/register": "1.12.1",
|
|
45
|
-
"@swc/core": "1.16.
|
|
45
|
+
"@swc/core": "1.16.1",
|
|
46
46
|
"@modelcontextprotocol/sdk": "1.30.0",
|
|
47
|
-
"@modelcontextprotocol/inspector": "2.
|
|
47
|
+
"@modelcontextprotocol/inspector": "2.3.0",
|
|
48
48
|
"@ag-ui/a2ui-toolkit": "0.0.4",
|
|
49
49
|
"@ag-ui/aws-strands": "0.2.3",
|
|
50
50
|
"@ag-ui/client": "0.0.57",
|
|
51
51
|
"@ag-ui/core": "0.0.57",
|
|
52
52
|
"@ag-ui/encoder": "0.0.57",
|
|
53
53
|
"agent-chat-cli": "0.3.0",
|
|
54
|
-
"@copilotkit/react-core": "1.
|
|
54
|
+
"@copilotkit/react-core": "1.69.0",
|
|
55
55
|
rxjs: "7.8.2",
|
|
56
|
-
"@strands-agents/sdk": "1.
|
|
57
|
-
"@tanstack/react-router": "1.170.
|
|
58
|
-
"@tanstack/router-plugin": "1.168.
|
|
59
|
-
"@tanstack/router-generator": "1.167.
|
|
56
|
+
"@strands-agents/sdk": "1.14.0",
|
|
57
|
+
"@tanstack/react-router": "1.170.31",
|
|
58
|
+
"@tanstack/router-plugin": "1.168.34",
|
|
59
|
+
"@tanstack/router-generator": "1.167.32",
|
|
60
60
|
"@tanstack/virtual-file-routes": "1.162.0",
|
|
61
61
|
"@tanstack/router-utils": "1.162.2",
|
|
62
|
-
"@cloudscape-design/board-components": "3.0.
|
|
63
|
-
"@cloudscape-design/chat-components": "1.0.
|
|
64
|
-
"@cloudscape-design/components": "3.0.
|
|
65
|
-
"@cloudscape-design/global-styles": "1.0.
|
|
66
|
-
"@tanstack/react-query": "5.
|
|
67
|
-
"@tanstack/react-query-devtools": "5.
|
|
62
|
+
"@cloudscape-design/board-components": "3.0.220",
|
|
63
|
+
"@cloudscape-design/chat-components": "1.0.164",
|
|
64
|
+
"@cloudscape-design/components": "3.0.1352",
|
|
65
|
+
"@cloudscape-design/global-styles": "1.0.67",
|
|
66
|
+
"@tanstack/react-query": "5.102.0",
|
|
67
|
+
"@tanstack/react-query-devtools": "5.102.0",
|
|
68
68
|
"@trpc/tanstack-react-query": "11.18.0",
|
|
69
69
|
"@trpc/client": "11.18.0",
|
|
70
70
|
"@trpc/server": "11.18.0",
|
|
71
71
|
"@types/node": "26.2.0",
|
|
72
72
|
"@types/aws-lambda": "8.10.162",
|
|
73
73
|
"@types/cors": "2.8.19",
|
|
74
|
-
"@types/pg": "8.
|
|
74
|
+
"@types/pg": "8.23.1",
|
|
75
75
|
"@types/ws": "8.18.1",
|
|
76
76
|
"@types/express": "5.0.6",
|
|
77
77
|
"@smithy/config-resolver": "4.7.2",
|
|
78
78
|
"@smithy/node-config-provider": "4.6.2",
|
|
79
|
-
"@smithy/node-http-handler": "4.11.
|
|
79
|
+
"@smithy/node-http-handler": "4.11.3",
|
|
80
80
|
"@smithy/types": "4.17.2",
|
|
81
|
-
"@vitest/coverage-v8": "4.1.
|
|
82
|
-
"@vitest/ui": "4.1.
|
|
83
|
-
"@astrojs/react": "6.0.
|
|
81
|
+
"@vitest/coverage-v8": "4.1.11",
|
|
82
|
+
"@vitest/ui": "4.1.11",
|
|
83
|
+
"@astrojs/react": "6.0.4",
|
|
84
84
|
"@astrojs/starlight": "0.41.7",
|
|
85
|
-
astro: "7.
|
|
85
|
+
astro: "7.2.4",
|
|
86
|
+
cookie: "2.0.1",
|
|
86
87
|
aws4fetch: "1.0.20",
|
|
87
|
-
"aws-cdk": "2.
|
|
88
|
-
"aws-cdk-lib": "2.
|
|
88
|
+
"aws-cdk": "2.1138.0",
|
|
89
|
+
"aws-cdk-lib": "2.266.0",
|
|
89
90
|
"aws-xray-sdk-core": "3.12.0",
|
|
90
91
|
constructs: "10.8.1",
|
|
91
92
|
cors: "2.8.6",
|
|
@@ -98,7 +99,7 @@ const TS_VERSIONS = {
|
|
|
98
99
|
esbuild: "0.28.2",
|
|
99
100
|
"event-source-polyfill": "1.0.31",
|
|
100
101
|
"@types/event-source-polyfill": "1.0.5",
|
|
101
|
-
"@biomejs/biome": "2.5.
|
|
102
|
+
"@biomejs/biome": "2.5.10",
|
|
102
103
|
"@prisma/adapter-mariadb": "7.9.1",
|
|
103
104
|
"@prisma/adapter-pg": "7.9.1",
|
|
104
105
|
"@prisma/client": "7.9.1",
|
|
@@ -111,7 +112,7 @@ const TS_VERSIONS = {
|
|
|
111
112
|
"@types/fs-extra": "11.0.4",
|
|
112
113
|
"make-dir-cli": "4.0.0",
|
|
113
114
|
mariadb: "3.5.3",
|
|
114
|
-
mise: "2026.8.
|
|
115
|
+
mise: "2026.8.10",
|
|
115
116
|
ncp: "2.0.0",
|
|
116
117
|
npm: "12.0.2",
|
|
117
118
|
"npm-check-updates": "23.0.2",
|
|
@@ -122,22 +123,22 @@ const TS_VERSIONS = {
|
|
|
122
123
|
react: "19.2.8",
|
|
123
124
|
"react-dom": "19.2.8",
|
|
124
125
|
rimraf: "6.1.3",
|
|
125
|
-
rolldown: "1.2.
|
|
126
|
+
rolldown: "1.2.5",
|
|
126
127
|
"rolldown-plugin-dts": "0.28.2",
|
|
127
128
|
"simple-git": "3.36.0",
|
|
128
129
|
"source-map-support": "0.5.21",
|
|
129
|
-
"starlight-blog": "0.
|
|
130
|
+
"starlight-blog": "0.29.0",
|
|
130
131
|
tailwindcss: "4.3.3",
|
|
131
132
|
"@tailwindcss/vite": "4.3.3",
|
|
132
133
|
tsx: "4.23.12",
|
|
133
|
-
"lucide-react": "1.
|
|
134
|
+
"lucide-react": "1.33.0",
|
|
134
135
|
"radix-ui": "1.6.7",
|
|
135
|
-
shadcn: "4.
|
|
136
|
+
shadcn: "4.19.0",
|
|
136
137
|
"tw-animate-css": "1.4.0",
|
|
137
138
|
"tailwind-merge": "3.6.0",
|
|
138
|
-
vite: "8.2.
|
|
139
|
+
vite: "8.2.2",
|
|
139
140
|
typescript: "6.0.3",
|
|
140
|
-
vitest: "4.1.
|
|
141
|
+
vitest: "4.1.11",
|
|
141
142
|
zod: "4.4.3",
|
|
142
143
|
ws: "8.21.3"
|
|
143
144
|
};
|