@aws/nx-plugin 0.65.0 → 0.67.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 +477 -68
- package/package.json +10 -10
- package/src/infra/app/__snapshots__/generator.spec.ts.snap +14 -14
- package/src/preset/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +1 -1
- package/src/py/mcp-server/generator.js +6 -6
- package/src/py/mcp-server/generator.js.map +1 -1
- package/src/py/strands-agent/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/py/strands-agent/generator.js +4 -4
- package/src/py/strands-agent/generator.js.map +1 -1
- package/src/ts/lambda-function/__snapshots__/generator.spec.ts.snap +2 -0
- package/src/ts/lambda-function/files/handler/__lambdaFunctionKebabCase__.ts.template +2 -0
- package/src/ts/mcp-server/generator.js +3 -3
- package/src/ts/mcp-server/generator.js.map +1 -1
- package/src/ts/nx-plugin/__snapshots__/generator.spec.ts.snap +1 -1
- package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +30 -30
- package/src/ts/strands-agent/generator.js +21 -3
- package/src/ts/strands-agent/generator.js.map +1 -1
- package/src/utils/versions.d.ts +31 -31
- package/src/utils/versions.js +30 -30
package/src/utils/versions.d.ts
CHANGED
|
@@ -6,59 +6,59 @@
|
|
|
6
6
|
* Versons for TypeScript dependencies added by generators
|
|
7
7
|
*/
|
|
8
8
|
export declare const TS_VERSIONS: {
|
|
9
|
-
readonly '@aws-sdk/client-cognito-identity': "3.
|
|
10
|
-
readonly '@aws-sdk/client-dynamodb': "3.
|
|
11
|
-
readonly '@aws-sdk/credential-providers': "3.
|
|
12
|
-
readonly '@aws-sdk/credential-provider-cognito-identity': "3.
|
|
9
|
+
readonly '@aws-sdk/client-cognito-identity': "3.968.0";
|
|
10
|
+
readonly '@aws-sdk/client-dynamodb': "3.968.0";
|
|
11
|
+
readonly '@aws-sdk/credential-providers': "3.968.0";
|
|
12
|
+
readonly '@aws-sdk/credential-provider-cognito-identity': "3.968.0";
|
|
13
13
|
readonly '@aws-smithy/server-apigateway': "1.0.0-alpha.10";
|
|
14
14
|
readonly '@aws-smithy/server-node': "1.0.0-alpha.10";
|
|
15
|
-
readonly '@aws-lambda-powertools/logger': "2.30.
|
|
16
|
-
readonly '@aws-lambda-powertools/metrics': "2.30.
|
|
17
|
-
readonly '@aws-lambda-powertools/tracer': "2.30.
|
|
18
|
-
readonly '@aws-lambda-powertools/parser': "2.30.
|
|
15
|
+
readonly '@aws-lambda-powertools/logger': "2.30.2";
|
|
16
|
+
readonly '@aws-lambda-powertools/metrics': "2.30.2";
|
|
17
|
+
readonly '@aws-lambda-powertools/tracer': "2.30.2";
|
|
18
|
+
readonly '@aws-lambda-powertools/parser': "2.30.2";
|
|
19
19
|
readonly '@middy/core': "6.4.5";
|
|
20
|
-
readonly '@nxlv/python': "21.2.
|
|
20
|
+
readonly '@nxlv/python': "21.2.3";
|
|
21
21
|
readonly '@nx-extend/terraform': "9.0.1";
|
|
22
|
-
readonly '@nx/devkit': "22.
|
|
23
|
-
readonly '@nx/react': "22.
|
|
24
|
-
readonly 'create-nx-workspace': "22.
|
|
22
|
+
readonly '@nx/devkit': "22.4.1";
|
|
23
|
+
readonly '@nx/react': "22.4.1";
|
|
24
|
+
readonly 'create-nx-workspace': "22.4.1";
|
|
25
25
|
readonly '@modelcontextprotocol/sdk': "1.25.2";
|
|
26
26
|
readonly '@modelcontextprotocol/inspector': "0.18.0";
|
|
27
27
|
readonly '@strands-agents/sdk': "0.1.5";
|
|
28
|
-
readonly '@tanstack/react-router': "1.
|
|
29
|
-
readonly '@tanstack/router-plugin': "1.
|
|
30
|
-
readonly '@tanstack/router-generator': "1.
|
|
31
|
-
readonly '@tanstack/virtual-file-routes': "1.
|
|
28
|
+
readonly '@tanstack/react-router': "1.149.3";
|
|
29
|
+
readonly '@tanstack/router-plugin': "1.149.3";
|
|
30
|
+
readonly '@tanstack/router-generator': "1.149.3";
|
|
31
|
+
readonly '@tanstack/virtual-file-routes': "1.145.4";
|
|
32
32
|
readonly '@tanstack/router-utils': "1.143.11";
|
|
33
|
-
readonly '@cloudscape-design/board-components': "3.0.
|
|
34
|
-
readonly '@cloudscape-design/components': "3.0.
|
|
33
|
+
readonly '@cloudscape-design/board-components': "3.0.140";
|
|
34
|
+
readonly '@cloudscape-design/components': "3.0.1173";
|
|
35
35
|
readonly '@cloudscape-design/global-styles': "1.0.49";
|
|
36
36
|
readonly '@tanstack/react-query': "5.90.16";
|
|
37
37
|
readonly '@tanstack/react-query-devtools': "5.91.2";
|
|
38
38
|
readonly '@trpc/tanstack-react-query': "11.8.1";
|
|
39
39
|
readonly '@trpc/client': "11.8.1";
|
|
40
40
|
readonly '@trpc/server': "11.8.1";
|
|
41
|
-
readonly '@types/node': "22.19.
|
|
41
|
+
readonly '@types/node': "22.19.6";
|
|
42
42
|
readonly '@types/aws-lambda': "8.10.159";
|
|
43
43
|
readonly '@types/cors': "2.8.19";
|
|
44
44
|
readonly '@types/ws': "8.18.1";
|
|
45
45
|
readonly '@types/express': "5.0.6";
|
|
46
|
-
readonly '@smithy/types': "4.
|
|
46
|
+
readonly '@smithy/types': "4.12.0";
|
|
47
47
|
readonly aws4fetch: "1.0.20";
|
|
48
|
-
readonly 'aws-cdk': "2.1100.
|
|
49
|
-
readonly 'aws-cdk-lib': "2.
|
|
48
|
+
readonly 'aws-cdk': "2.1100.3";
|
|
49
|
+
readonly 'aws-cdk-lib': "2.234.1";
|
|
50
50
|
readonly '@aws-cdk/aws-bedrock-agentcore-alpha': "2.233.0-alpha.0";
|
|
51
51
|
readonly 'aws-xray-sdk-core': "3.12.0";
|
|
52
52
|
readonly constructs: "10.4.4";
|
|
53
53
|
readonly cors: "2.8.5";
|
|
54
|
-
readonly electrodb: "3.5.
|
|
54
|
+
readonly electrodb: "3.5.3";
|
|
55
55
|
readonly esbuild: "0.27.2";
|
|
56
56
|
readonly 'eslint-plugin-prettier': "5.5.4";
|
|
57
57
|
readonly express: "5.2.1";
|
|
58
58
|
readonly 'jsonc-eslint-parser': "2.4.2";
|
|
59
59
|
readonly 'make-dir-cli': "4.0.0";
|
|
60
60
|
readonly ncp: "2.0.0";
|
|
61
|
-
readonly 'npm-check-updates': "19.
|
|
61
|
+
readonly 'npm-check-updates': "19.3.1";
|
|
62
62
|
readonly 'oidc-client-ts': "3.4.1";
|
|
63
63
|
readonly prettier: "3.7.4";
|
|
64
64
|
readonly 'react-oidc-context': "3.3.0";
|
|
@@ -72,32 +72,32 @@ export declare const TS_VERSIONS: {
|
|
|
72
72
|
readonly tsx: "4.21.0";
|
|
73
73
|
readonly 'vite-tsconfig-paths': "5.1.4";
|
|
74
74
|
readonly zod: "4.3.5";
|
|
75
|
-
readonly ws: "8.
|
|
75
|
+
readonly ws: "8.19.0";
|
|
76
76
|
};
|
|
77
77
|
export type ITsDepVersion = keyof typeof TS_VERSIONS;
|
|
78
78
|
/**
|
|
79
79
|
* Add versions to the given dependencies
|
|
80
80
|
*/
|
|
81
81
|
export declare const withVersions: (deps: ITsDepVersion[]) => {
|
|
82
|
-
[k: string]: "3.
|
|
82
|
+
[k: string]: "3.968.0" | "1.0.0-alpha.10" | "2.30.2" | "6.4.5" | "21.2.3" | "9.0.1" | "22.4.1" | "1.25.2" | "0.18.0" | "0.1.5" | "1.149.3" | "1.145.4" | "1.143.11" | "3.0.140" | "3.0.1173" | "1.0.49" | "5.90.16" | "5.91.2" | "11.8.1" | "22.19.6" | "8.10.159" | "2.8.19" | "8.18.1" | "5.0.6" | "4.12.0" | "1.0.20" | "2.1100.3" | "2.234.1" | "2.233.0-alpha.0" | "3.12.0" | "10.4.4" | "2.8.5" | "3.5.3" | "0.27.2" | "5.5.4" | "5.2.1" | "2.4.2" | "4.0.0" | "2.0.0" | "19.3.1" | "3.4.1" | "3.7.4" | "3.3.0" | "19.2.3" | "6.1.2" | "1.0.0-beta.52" | "0.5.21" | "4.1.18" | "4.21.0" | "5.1.4" | "4.3.5" | "8.19.0";
|
|
83
83
|
};
|
|
84
84
|
/**
|
|
85
85
|
* Versions for Python dependencies added by generators
|
|
86
86
|
*/
|
|
87
87
|
export declare const PY_VERSIONS: {
|
|
88
|
-
readonly 'aws-lambda-powertools': "==3.
|
|
89
|
-
readonly 'aws-lambda-powertools[tracer]': "==3.
|
|
90
|
-
readonly 'aws-lambda-powertools[parser]': "==3.
|
|
88
|
+
readonly 'aws-lambda-powertools': "==3.24.0";
|
|
89
|
+
readonly 'aws-lambda-powertools[tracer]': "==3.24.0";
|
|
90
|
+
readonly 'aws-lambda-powertools[parser]': "==3.24.0";
|
|
91
91
|
readonly 'aws-opentelemetry-distro': "==0.14.1";
|
|
92
92
|
readonly 'bedrock-agentcore': "==0.1.7";
|
|
93
|
-
readonly boto3: "==1.42.
|
|
93
|
+
readonly boto3: "==1.42.30";
|
|
94
94
|
readonly checkov: "==3.2.497";
|
|
95
95
|
readonly fastapi: "==0.128.0";
|
|
96
96
|
readonly 'fastapi[standard]': "==0.128.0";
|
|
97
97
|
readonly mangum: "==0.20.0";
|
|
98
98
|
readonly mcp: "==1.25.0";
|
|
99
99
|
readonly 'pip-check-updates': "==0.28.0";
|
|
100
|
-
readonly 'strands-agents': "==1.
|
|
100
|
+
readonly 'strands-agents': "==1.22.0";
|
|
101
101
|
readonly 'strands-agents-tools': "==0.2.19";
|
|
102
102
|
readonly uvicorn: "==0.40.0";
|
|
103
103
|
};
|
package/src/utils/versions.js
CHANGED
|
@@ -9,59 +9,59 @@ 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-cognito-identity': '3.
|
|
13
|
-
'@aws-sdk/client-dynamodb': '3.
|
|
14
|
-
'@aws-sdk/credential-providers': '3.
|
|
15
|
-
'@aws-sdk/credential-provider-cognito-identity': '3.
|
|
12
|
+
'@aws-sdk/client-cognito-identity': '3.968.0',
|
|
13
|
+
'@aws-sdk/client-dynamodb': '3.968.0',
|
|
14
|
+
'@aws-sdk/credential-providers': '3.968.0',
|
|
15
|
+
'@aws-sdk/credential-provider-cognito-identity': '3.968.0',
|
|
16
16
|
'@aws-smithy/server-apigateway': '1.0.0-alpha.10',
|
|
17
17
|
'@aws-smithy/server-node': '1.0.0-alpha.10',
|
|
18
|
-
'@aws-lambda-powertools/logger': '2.30.
|
|
19
|
-
'@aws-lambda-powertools/metrics': '2.30.
|
|
20
|
-
'@aws-lambda-powertools/tracer': '2.30.
|
|
21
|
-
'@aws-lambda-powertools/parser': '2.30.
|
|
18
|
+
'@aws-lambda-powertools/logger': '2.30.2',
|
|
19
|
+
'@aws-lambda-powertools/metrics': '2.30.2',
|
|
20
|
+
'@aws-lambda-powertools/tracer': '2.30.2',
|
|
21
|
+
'@aws-lambda-powertools/parser': '2.30.2',
|
|
22
22
|
'@middy/core': '6.4.5',
|
|
23
|
-
'@nxlv/python': '21.2.
|
|
23
|
+
'@nxlv/python': '21.2.3',
|
|
24
24
|
'@nx-extend/terraform': '9.0.1',
|
|
25
|
-
'@nx/devkit': '22.
|
|
26
|
-
'@nx/react': '22.
|
|
27
|
-
'create-nx-workspace': '22.
|
|
25
|
+
'@nx/devkit': '22.4.1',
|
|
26
|
+
'@nx/react': '22.4.1',
|
|
27
|
+
'create-nx-workspace': '22.4.1',
|
|
28
28
|
'@modelcontextprotocol/sdk': '1.25.2',
|
|
29
29
|
'@modelcontextprotocol/inspector': '0.18.0',
|
|
30
30
|
'@strands-agents/sdk': '0.1.5',
|
|
31
|
-
'@tanstack/react-router': '1.
|
|
32
|
-
'@tanstack/router-plugin': '1.
|
|
33
|
-
'@tanstack/router-generator': '1.
|
|
34
|
-
'@tanstack/virtual-file-routes': '1.
|
|
31
|
+
'@tanstack/react-router': '1.149.3',
|
|
32
|
+
'@tanstack/router-plugin': '1.149.3',
|
|
33
|
+
'@tanstack/router-generator': '1.149.3',
|
|
34
|
+
'@tanstack/virtual-file-routes': '1.145.4',
|
|
35
35
|
'@tanstack/router-utils': '1.143.11',
|
|
36
|
-
'@cloudscape-design/board-components': '3.0.
|
|
37
|
-
'@cloudscape-design/components': '3.0.
|
|
36
|
+
'@cloudscape-design/board-components': '3.0.140',
|
|
37
|
+
'@cloudscape-design/components': '3.0.1173',
|
|
38
38
|
'@cloudscape-design/global-styles': '1.0.49',
|
|
39
39
|
'@tanstack/react-query': '5.90.16',
|
|
40
40
|
'@tanstack/react-query-devtools': '5.91.2',
|
|
41
41
|
'@trpc/tanstack-react-query': '11.8.1',
|
|
42
42
|
'@trpc/client': '11.8.1',
|
|
43
43
|
'@trpc/server': '11.8.1',
|
|
44
|
-
'@types/node': '22.19.
|
|
44
|
+
'@types/node': '22.19.6',
|
|
45
45
|
'@types/aws-lambda': '8.10.159',
|
|
46
46
|
'@types/cors': '2.8.19',
|
|
47
47
|
'@types/ws': '8.18.1',
|
|
48
48
|
'@types/express': '5.0.6',
|
|
49
|
-
'@smithy/types': '4.
|
|
49
|
+
'@smithy/types': '4.12.0',
|
|
50
50
|
aws4fetch: '1.0.20',
|
|
51
|
-
'aws-cdk': '2.1100.
|
|
52
|
-
'aws-cdk-lib': '2.
|
|
51
|
+
'aws-cdk': '2.1100.3',
|
|
52
|
+
'aws-cdk-lib': '2.234.1',
|
|
53
53
|
'@aws-cdk/aws-bedrock-agentcore-alpha': '2.233.0-alpha.0',
|
|
54
54
|
'aws-xray-sdk-core': '3.12.0',
|
|
55
55
|
constructs: '10.4.4',
|
|
56
56
|
cors: '2.8.5',
|
|
57
|
-
electrodb: '3.5.
|
|
57
|
+
electrodb: '3.5.3',
|
|
58
58
|
esbuild: '0.27.2',
|
|
59
59
|
'eslint-plugin-prettier': '5.5.4',
|
|
60
60
|
express: '5.2.1',
|
|
61
61
|
'jsonc-eslint-parser': '2.4.2',
|
|
62
62
|
'make-dir-cli': '4.0.0',
|
|
63
63
|
ncp: '2.0.0',
|
|
64
|
-
'npm-check-updates': '19.
|
|
64
|
+
'npm-check-updates': '19.3.1',
|
|
65
65
|
'oidc-client-ts': '3.4.1',
|
|
66
66
|
prettier: '3.7.4',
|
|
67
67
|
'react-oidc-context': '3.3.0',
|
|
@@ -75,7 +75,7 @@ exports.TS_VERSIONS = {
|
|
|
75
75
|
tsx: '4.21.0',
|
|
76
76
|
'vite-tsconfig-paths': '5.1.4',
|
|
77
77
|
zod: '4.3.5',
|
|
78
|
-
ws: '8.
|
|
78
|
+
ws: '8.19.0',
|
|
79
79
|
};
|
|
80
80
|
/**
|
|
81
81
|
* Add versions to the given dependencies
|
|
@@ -86,19 +86,19 @@ exports.withVersions = withVersions;
|
|
|
86
86
|
* Versions for Python dependencies added by generators
|
|
87
87
|
*/
|
|
88
88
|
exports.PY_VERSIONS = {
|
|
89
|
-
'aws-lambda-powertools': '==3.
|
|
90
|
-
'aws-lambda-powertools[tracer]': '==3.
|
|
91
|
-
'aws-lambda-powertools[parser]': '==3.
|
|
89
|
+
'aws-lambda-powertools': '==3.24.0',
|
|
90
|
+
'aws-lambda-powertools[tracer]': '==3.24.0',
|
|
91
|
+
'aws-lambda-powertools[parser]': '==3.24.0',
|
|
92
92
|
'aws-opentelemetry-distro': '==0.14.1',
|
|
93
93
|
'bedrock-agentcore': '==0.1.7',
|
|
94
|
-
boto3: '==1.42.
|
|
94
|
+
boto3: '==1.42.30',
|
|
95
95
|
checkov: '==3.2.497',
|
|
96
96
|
fastapi: '==0.128.0',
|
|
97
97
|
'fastapi[standard]': '==0.128.0',
|
|
98
98
|
mangum: '==0.20.0',
|
|
99
99
|
mcp: '==1.25.0',
|
|
100
100
|
'pip-check-updates': '==0.28.0',
|
|
101
|
-
'strands-agents': '==1.
|
|
101
|
+
'strands-agents': '==1.22.0',
|
|
102
102
|
'strands-agents-tools': '==0.2.19',
|
|
103
103
|
uvicorn: '==0.40.0',
|
|
104
104
|
};
|