@aws/nx-plugin 0.81.0 → 0.82.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/LICENSE-THIRD-PARTY +118 -79
- package/package.json +4 -4
- package/src/infra/app/__snapshots__/generator.spec.ts.snap +11 -11
- package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +1 -1
- package/src/py/strands-agent/__snapshots__/generator.spec.ts.snap +5 -5
- package/src/trpc/react/__snapshots__/generator.spec.ts.snap +2 -3
- package/src/trpc/react/generator.js +1 -2
- package/src/trpc/react/generator.js.map +1 -1
- package/src/ts/mcp-server/__snapshots__/generator.spec.ts.snap +1 -1
- package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +28 -28
- package/src/ts/strands-agent/__snapshots__/generator.spec.ts.snap +5 -4
- package/src/ts/strands-agent/files/app/router.ts.template +5 -4
- package/src/utils/connection/open-api/react.js +1 -2
- package/src/utils/connection/open-api/react.js.map +1 -1
- package/src/utils/files/common/shadcn/src/components/ui/alert.tsx.template +3 -3
- package/src/utils/files/common/shadcn/src/components/ui/breadcrumb.tsx.template +3 -3
- package/src/utils/files/common/shadcn/src/components/ui/button.tsx.template +4 -4
- package/src/utils/files/common/shadcn/src/components/ui/card.tsx.template +2 -2
- package/src/utils/files/common/shadcn/src/components/ui/input.tsx.template +3 -3
- package/src/utils/files/common/shadcn/src/components/ui/separator.tsx.template +1 -1
- package/src/utils/files/common/shadcn/src/components/ui/sheet.tsx.template +9 -9
- package/src/utils/files/common/shadcn/src/components/ui/sidebar.tsx.template +18 -18
- package/src/utils/files/common/shadcn/src/components/ui/skeleton.tsx.template +1 -1
- package/src/utils/files/common/shadcn/src/components/ui/tooltip.tsx.template +2 -2
- package/src/utils/files/website/hooks/sigv4/useSigV4.tsx.template +2 -3
- package/src/utils/versions.d.ts +40 -42
- package/src/utils/versions.js +39 -41
- package/src/utils/versions.js.map +1 -1
package/src/utils/versions.js
CHANGED
|
@@ -9,11 +9,9 @@ exports.withPyVersions = exports.PY_VERSIONS = exports.withVersions = exports.TS
|
|
|
9
9
|
* Versons for TypeScript dependencies added by generators
|
|
10
10
|
*/
|
|
11
11
|
exports.TS_VERSIONS = {
|
|
12
|
-
'@aws-sdk/client-
|
|
13
|
-
'@aws-sdk/client-
|
|
14
|
-
'@aws-sdk/
|
|
15
|
-
'@aws-sdk/credential-providers': '3.992.0',
|
|
16
|
-
'@aws-sdk/credential-provider-cognito-identity': '3.972.3',
|
|
12
|
+
'@aws-sdk/client-dynamodb': '3.1004.0',
|
|
13
|
+
'@aws-sdk/client-sts': '3.1004.0',
|
|
14
|
+
'@aws-sdk/credential-providers': '3.1004.0',
|
|
17
15
|
'@aws-smithy/server-apigateway': '1.0.0-alpha.10',
|
|
18
16
|
'@aws-smithy/server-node': '1.0.0-alpha.10',
|
|
19
17
|
'@aws-lambda-powertools/logger': '2.31.0',
|
|
@@ -21,43 +19,43 @@ exports.TS_VERSIONS = {
|
|
|
21
19
|
'@aws-lambda-powertools/tracer': '2.31.0',
|
|
22
20
|
'@aws-lambda-powertools/parser': '2.31.0',
|
|
23
21
|
'@middy/core': '6.4.5',
|
|
24
|
-
'@nxlv/python': '22.1.
|
|
22
|
+
'@nxlv/python': '22.1.1',
|
|
25
23
|
'@nx-extend/terraform': '9.0.1',
|
|
26
24
|
'@nx/devkit': '22.5.3',
|
|
27
25
|
'@nx/react': '22.5.3',
|
|
28
26
|
'create-nx-workspace': '22.5.3',
|
|
29
|
-
'@modelcontextprotocol/sdk': '1.27.
|
|
27
|
+
'@modelcontextprotocol/sdk': '1.27.1',
|
|
30
28
|
'@modelcontextprotocol/inspector': '0.19.0',
|
|
31
|
-
'@strands-agents/sdk': '0.
|
|
32
|
-
'@tanstack/react-router': '1.
|
|
33
|
-
'@tanstack/router-plugin': '1.
|
|
34
|
-
'@tanstack/router-generator': '1.
|
|
35
|
-
'@tanstack/virtual-file-routes': '1.
|
|
36
|
-
'@tanstack/router-utils': '1.
|
|
37
|
-
'@cloudscape-design/board-components': '3.0.
|
|
38
|
-
'@cloudscape-design/components': '3.0.
|
|
39
|
-
'@cloudscape-design/global-styles': '1.0.
|
|
29
|
+
'@strands-agents/sdk': '0.4.0',
|
|
30
|
+
'@tanstack/react-router': '1.163.3',
|
|
31
|
+
'@tanstack/router-plugin': '1.164.0',
|
|
32
|
+
'@tanstack/router-generator': '1.164.0',
|
|
33
|
+
'@tanstack/virtual-file-routes': '1.161.4',
|
|
34
|
+
'@tanstack/router-utils': '1.161.4',
|
|
35
|
+
'@cloudscape-design/board-components': '3.0.150',
|
|
36
|
+
'@cloudscape-design/components': '3.0.1217',
|
|
37
|
+
'@cloudscape-design/global-styles': '1.0.51',
|
|
40
38
|
'@tanstack/react-query': '5.90.21',
|
|
41
39
|
'@tanstack/react-query-devtools': '5.91.3',
|
|
42
|
-
'@trpc/tanstack-react-query': '11.
|
|
43
|
-
'@trpc/client': '11.
|
|
44
|
-
'@trpc/server': '11.
|
|
45
|
-
'@types/node': '22.19.
|
|
46
|
-
'@types/aws-lambda': '8.10.
|
|
40
|
+
'@trpc/tanstack-react-query': '11.11.0',
|
|
41
|
+
'@trpc/client': '11.11.0',
|
|
42
|
+
'@trpc/server': '11.11.0',
|
|
43
|
+
'@types/node': '22.19.13',
|
|
44
|
+
'@types/aws-lambda': '8.10.161',
|
|
47
45
|
'@types/cors': '2.8.19',
|
|
48
46
|
'@types/ws': '8.18.1',
|
|
49
47
|
'@types/express': '5.0.6',
|
|
50
|
-
'@smithy/types': '4.
|
|
48
|
+
'@smithy/types': '4.13.0',
|
|
51
49
|
aws4fetch: '1.0.20',
|
|
52
|
-
'aws-cdk': '2.
|
|
53
|
-
'aws-cdk-lib': '2.
|
|
54
|
-
'@aws-cdk/aws-bedrock-agentcore-alpha': '2.
|
|
50
|
+
'aws-cdk': '2.1108.0',
|
|
51
|
+
'aws-cdk-lib': '2.241.0',
|
|
52
|
+
'@aws-cdk/aws-bedrock-agentcore-alpha': '2.241.0-alpha.0',
|
|
55
53
|
'aws-xray-sdk-core': '3.12.0',
|
|
56
|
-
constructs: '10.5.
|
|
54
|
+
constructs: '10.5.1',
|
|
57
55
|
cors: '2.8.6',
|
|
58
56
|
'class-variance-authority': '0.7.1',
|
|
59
57
|
clsx: '2.1.1',
|
|
60
|
-
electrodb: '3.
|
|
58
|
+
electrodb: '3.7.0',
|
|
61
59
|
esbuild: '0.27.3',
|
|
62
60
|
'event-source-polyfill': '1.0.31',
|
|
63
61
|
'@types/event-source-polyfill': '1.0.5',
|
|
@@ -66,7 +64,7 @@ exports.TS_VERSIONS = {
|
|
|
66
64
|
'jsonc-eslint-parser': '2.4.2',
|
|
67
65
|
'make-dir-cli': '4.0.0',
|
|
68
66
|
ncp: '2.0.0',
|
|
69
|
-
'npm-check-updates': '19.3
|
|
67
|
+
'npm-check-updates': '19.6.3',
|
|
70
68
|
'oidc-client-ts': '3.4.1',
|
|
71
69
|
prettier: '3.8.1',
|
|
72
70
|
'react-oidc-context': '3.3.0',
|
|
@@ -75,14 +73,14 @@ exports.TS_VERSIONS = {
|
|
|
75
73
|
rimraf: '6.1.3',
|
|
76
74
|
rolldown: '1.0.0-rc.1',
|
|
77
75
|
'source-map-support': '0.5.21',
|
|
78
|
-
tailwindcss: '4.1
|
|
79
|
-
'@tailwindcss/vite': '4.1
|
|
76
|
+
tailwindcss: '4.2.1',
|
|
77
|
+
'@tailwindcss/vite': '4.2.1',
|
|
80
78
|
tsx: '4.21.0',
|
|
81
|
-
'lucide-react': '0.
|
|
79
|
+
'lucide-react': '0.576.0',
|
|
82
80
|
'radix-ui': '1.4.3',
|
|
83
81
|
shadcn: '3.8.5',
|
|
84
82
|
'tw-animate-css': '1.4.0',
|
|
85
|
-
'tailwind-merge': '3.
|
|
83
|
+
'tailwind-merge': '3.5.0',
|
|
86
84
|
'vite-tsconfig-paths': '5.1.4',
|
|
87
85
|
zod: '4.3.6',
|
|
88
86
|
ws: '8.19.0',
|
|
@@ -96,19 +94,19 @@ exports.withVersions = withVersions;
|
|
|
96
94
|
* Versions for Python dependencies added by generators
|
|
97
95
|
*/
|
|
98
96
|
exports.PY_VERSIONS = {
|
|
99
|
-
'aws-lambda-powertools': '==3.
|
|
100
|
-
'aws-lambda-powertools[tracer]': '==3.
|
|
101
|
-
'aws-lambda-powertools[parser]': '==3.
|
|
97
|
+
'aws-lambda-powertools': '==3.25.0',
|
|
98
|
+
'aws-lambda-powertools[tracer]': '==3.25.0',
|
|
99
|
+
'aws-lambda-powertools[parser]': '==3.25.0',
|
|
102
100
|
'aws-opentelemetry-distro': '==0.15.0',
|
|
103
101
|
'bedrock-agentcore': '==0.1.7',
|
|
104
|
-
boto3: '==1.42.
|
|
105
|
-
checkov: '==3.2.
|
|
106
|
-
fastapi: '==0.
|
|
107
|
-
'fastapi[standard]': '==0.
|
|
102
|
+
boto3: '==1.42.63',
|
|
103
|
+
checkov: '==3.2.508',
|
|
104
|
+
fastapi: '==0.135.1',
|
|
105
|
+
'fastapi[standard]': '==0.135.1',
|
|
108
106
|
mcp: '==1.26.0',
|
|
109
107
|
'pip-check-updates': '==0.28.0',
|
|
110
|
-
'strands-agents': '==1.
|
|
111
|
-
'strands-agents-tools': '==0.2.
|
|
108
|
+
'strands-agents': '==1.29.0',
|
|
109
|
+
'strands-agents-tools': '==0.2.22',
|
|
112
110
|
uvicorn: '==0.41.0',
|
|
113
111
|
};
|
|
114
112
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/nx-plugin/src/utils/versions.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH;;GAEG;AACU,QAAA,WAAW,GAAG;IACzB,
|
|
1
|
+
{"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/nx-plugin/src/utils/versions.ts"],"names":[],"mappings":"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"}
|