@aws/nx-plugin 0.58.1 → 0.59.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/package.json +8 -8
- package/src/infra/app/__snapshots__/generator.spec.ts.snap +11 -11
- package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/py/strands-agent/__snapshots__/generator.spec.ts.snap +6 -6
- package/src/ts/mcp-server/__snapshots__/generator.spec.ts.snap +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 +15 -15
- package/src/utils/versions.d.ts +30 -30
- package/src/utils/versions.js +29 -29
- package/src/utils/versions.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws/nx-plugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.59.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/awslabs/nx-plugin-for-aws.git",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"@apidevtools/swagger-parser": "^10.1.1",
|
|
27
27
|
"@hey-api/openapi-ts": "0.64.13",
|
|
28
28
|
"@iarna/toml": "^2.2.5",
|
|
29
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
30
|
-
"@nx/devkit": "~21.6.
|
|
31
|
-
"@nx/eslint": "~21.6.
|
|
32
|
-
"@nx/js": "~21.6.
|
|
33
|
-
"@nx/react": "~21.6.
|
|
34
|
-
"@nx/vite": "~21.6.
|
|
29
|
+
"@modelcontextprotocol/sdk": "^1.21.0",
|
|
30
|
+
"@nx/devkit": "~21.6.8",
|
|
31
|
+
"@nx/eslint": "~21.6.8",
|
|
32
|
+
"@nx/js": "~21.6.8",
|
|
33
|
+
"@nx/react": "~21.6.8",
|
|
34
|
+
"@nx/vite": "~21.6.8",
|
|
35
35
|
"@nxlv/python": "~21.2.0",
|
|
36
36
|
"@phenomnomnominal/tsquery": "6.1.3",
|
|
37
37
|
"enquirer": "^2.4.1",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"lodash.orderby": "^4.6.0",
|
|
43
43
|
"lodash.trim": "^4.5.1",
|
|
44
44
|
"lodash.uniqby": "^4.7.0",
|
|
45
|
-
"minimatch": "^10.
|
|
45
|
+
"minimatch": "^10.1.1",
|
|
46
46
|
"openapi-types": "^12.1.3",
|
|
47
47
|
"pip-requirements-js": "^0.2.1",
|
|
48
48
|
"typescript": "~5.9.3",
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`infra generator > should add required dependencies to package.json > dependencies 1`] = `
|
|
4
4
|
{
|
|
5
|
-
"aws-cdk": "2.1031.
|
|
6
|
-
"aws-cdk-lib": "2.
|
|
5
|
+
"aws-cdk": "2.1031.1",
|
|
6
|
+
"aws-cdk-lib": "2.222.0",
|
|
7
7
|
"constructs": "10.4.2",
|
|
8
|
-
"esbuild": "0.25.
|
|
8
|
+
"esbuild": "0.25.12",
|
|
9
9
|
"source-map-support": "0.5.21",
|
|
10
10
|
}
|
|
11
11
|
`;
|
|
@@ -21,7 +21,7 @@ exports[`infra generator > should add required dependencies to package.json > de
|
|
|
21
21
|
"@swc-node/register": "~1.9.1",
|
|
22
22
|
"@swc/core": "~1.5.7",
|
|
23
23
|
"@swc/helpers": "~0.5.11",
|
|
24
|
-
"@types/node": "22.
|
|
24
|
+
"@types/node": "22.19.0",
|
|
25
25
|
"@vitest/coverage-v8": "^3.0.5",
|
|
26
26
|
"@vitest/ui": "^3.0.0",
|
|
27
27
|
"eslint": "^9.8.0",
|
|
@@ -42,10 +42,10 @@ exports[`infra generator > should add required dependencies to package.json > de
|
|
|
42
42
|
exports[`infra generator > should add required dependencies to package.json > package-json 1`] = `
|
|
43
43
|
{
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"aws-cdk": "2.1031.
|
|
46
|
-
"aws-cdk-lib": "2.
|
|
45
|
+
"aws-cdk": "2.1031.1",
|
|
46
|
+
"aws-cdk-lib": "2.222.0",
|
|
47
47
|
"constructs": "10.4.2",
|
|
48
|
-
"esbuild": "0.25.
|
|
48
|
+
"esbuild": "0.25.12",
|
|
49
49
|
"source-map-support": "0.5.21",
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
@@ -58,7 +58,7 @@ exports[`infra generator > should add required dependencies to package.json > pa
|
|
|
58
58
|
"@swc-node/register": "~1.9.1",
|
|
59
59
|
"@swc/core": "~1.5.7",
|
|
60
60
|
"@swc/helpers": "~0.5.11",
|
|
61
|
-
"@types/node": "22.
|
|
61
|
+
"@types/node": "22.19.0",
|
|
62
62
|
"@vitest/coverage-v8": "^3.0.5",
|
|
63
63
|
"@vitest/ui": "^3.0.0",
|
|
64
64
|
"eslint": "^9.8.0",
|
|
@@ -90,7 +90,7 @@ exports[`infra generator > should configure Checkov target correctly > checkov-t
|
|
|
90
90
|
"{workspaceRoot}/dist/{projectRoot}/cdk.out",
|
|
91
91
|
],
|
|
92
92
|
"options": {
|
|
93
|
-
"command": "uvx checkov==3.2.
|
|
93
|
+
"command": "uvx checkov==3.2.491 --config-file packages/test/checkov.yml --file dist/packages/test/cdk.out/**/*.template.json",
|
|
94
94
|
},
|
|
95
95
|
"outputs": [
|
|
96
96
|
"{workspaceRoot}/dist/{projectRoot}/checkov",
|
|
@@ -175,7 +175,7 @@ exports[`infra generator > should configure project.json with correct targets >
|
|
|
175
175
|
"{workspaceRoot}/dist/{projectRoot}/cdk.out",
|
|
176
176
|
],
|
|
177
177
|
"options": {
|
|
178
|
-
"command": "uvx checkov==3.2.
|
|
178
|
+
"command": "uvx checkov==3.2.491 --config-file packages/test/checkov.yml --file dist/packages/test/cdk.out/**/*.template.json",
|
|
179
179
|
},
|
|
180
180
|
"outputs": [
|
|
181
181
|
"{workspaceRoot}/dist/{projectRoot}/checkov",
|
|
@@ -714,7 +714,7 @@ exports[`infra generator > should handle custom project names correctly > custom
|
|
|
714
714
|
"{workspaceRoot}/dist/{projectRoot}/cdk.out",
|
|
715
715
|
],
|
|
716
716
|
"options": {
|
|
717
|
-
"command": "uvx checkov==3.2.
|
|
717
|
+
"command": "uvx checkov==3.2.491 --config-file packages/custom-infra/checkov.yml --file dist/packages/custom-infra/cdk.out/**/*.template.json",
|
|
718
718
|
},
|
|
719
719
|
"outputs": [
|
|
720
720
|
"{workspaceRoot}/dist/{projectRoot}/checkov",
|
|
@@ -875,8 +875,8 @@ exports[`py#mcp-server generator > should match snapshot for generated files > u
|
|
|
875
875
|
name = "proj.test_project"
|
|
876
876
|
version = "0.1.0"
|
|
877
877
|
dependencies = [
|
|
878
|
-
"mcp==1.
|
|
879
|
-
"boto3==1.40.
|
|
878
|
+
"mcp==1.21.0",
|
|
879
|
+
"boto3==1.40.69",
|
|
880
880
|
"aws-opentelemetry-distro==0.12.2"
|
|
881
881
|
]
|
|
882
882
|
|
|
@@ -915,16 +915,16 @@ version = "0.1.0"
|
|
|
915
915
|
dependencies = [
|
|
916
916
|
"aws-opentelemetry-distro==0.12.2",
|
|
917
917
|
"bedrock-agentcore==0.1.7",
|
|
918
|
-
"fastapi==0.
|
|
919
|
-
"boto3==1.40.
|
|
920
|
-
"mcp==1.
|
|
921
|
-
"strands-agents==1.
|
|
922
|
-
"strands-agents-tools==0.2.
|
|
918
|
+
"fastapi==0.121.1",
|
|
919
|
+
"boto3==1.40.69",
|
|
920
|
+
"mcp==1.21.0",
|
|
921
|
+
"strands-agents==1.15.0",
|
|
922
|
+
"strands-agents-tools==0.2.14",
|
|
923
923
|
"uvicorn==0.38.0"
|
|
924
924
|
]
|
|
925
925
|
|
|
926
926
|
[dependency-groups]
|
|
927
|
-
dev = [ "fastapi[standard]==0.
|
|
927
|
+
dev = [ "fastapi[standard]==0.121.1" ]
|
|
928
928
|
|
|
929
929
|
[tool.uv]
|
|
930
930
|
dev-dependencies = [ ]
|
|
@@ -970,7 +970,7 @@ exports[`ts#mcp-server generator > should match snapshot for generated files > u
|
|
|
970
970
|
"snapshot-server": "./src/snapshot-server/stdio.js"
|
|
971
971
|
},
|
|
972
972
|
"dependencies": {
|
|
973
|
-
"@modelcontextprotocol/sdk": "1.
|
|
973
|
+
"@modelcontextprotocol/sdk": "1.21.0",
|
|
974
974
|
"express": "5.1.0",
|
|
975
975
|
"zod-v3": "npm:zod@^3"
|
|
976
976
|
},
|
|
@@ -242,7 +242,7 @@ export const registerCreateWorkspaceCommandTool = (server: McpServer) => {
|
|
|
242
242
|
text: \`Run the following command to create a workspace:
|
|
243
243
|
|
|
244
244
|
\\\`\\\`\\\`bash
|
|
245
|
-
npx create-nx-workspace@21.6.
|
|
245
|
+
npx create-nx-workspace@21.6.8 \${workspaceName} --pm=\${packageManager} --preset=@aws/nx-plugin --ci=skip --aiAgents
|
|
246
246
|
\\\`\\\`\\\`
|
|
247
247
|
|
|
248
248
|
This will create a new workspace within the \${workspaceName} directory.
|
|
@@ -1069,10 +1069,10 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
1069
1069
|
"{
|
|
1070
1070
|
"name": "@proj/source",
|
|
1071
1071
|
"dependencies": {
|
|
1072
|
-
"@cloudscape-design/board-components": "3.0.
|
|
1073
|
-
"@cloudscape-design/components": "3.0.
|
|
1072
|
+
"@cloudscape-design/board-components": "3.0.126",
|
|
1073
|
+
"@cloudscape-design/components": "3.0.1124",
|
|
1074
1074
|
"@cloudscape-design/global-styles": "1.0.47",
|
|
1075
|
-
"aws-cdk-lib": "2.
|
|
1075
|
+
"aws-cdk-lib": "2.222.0",
|
|
1076
1076
|
"constructs": "10.4.2",
|
|
1077
1077
|
"react": "19.0.0",
|
|
1078
1078
|
"react-dom": "19.0.0",
|
|
@@ -1093,7 +1093,7 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
1093
1093
|
"@tailwindcss/vite": "4.1.16",
|
|
1094
1094
|
"@testing-library/dom": "10.4.0",
|
|
1095
1095
|
"@testing-library/react": "16.1.0",
|
|
1096
|
-
"@types/node": "22.
|
|
1096
|
+
"@types/node": "22.19.0",
|
|
1097
1097
|
"@types/react": "19.0.0",
|
|
1098
1098
|
"@types/react-dom": "19.0.0",
|
|
1099
1099
|
"@vitejs/plugin-react": "^4.2.0",
|
|
@@ -2489,11 +2489,11 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
2489
2489
|
"{
|
|
2490
2490
|
"name": "@proj/source",
|
|
2491
2491
|
"dependencies": {
|
|
2492
|
-
"@cloudscape-design/board-components": "3.0.
|
|
2493
|
-
"@cloudscape-design/components": "3.0.
|
|
2492
|
+
"@cloudscape-design/board-components": "3.0.126",
|
|
2493
|
+
"@cloudscape-design/components": "3.0.1124",
|
|
2494
2494
|
"@cloudscape-design/global-styles": "1.0.47",
|
|
2495
|
-
"@tanstack/react-router": "1.
|
|
2496
|
-
"aws-cdk-lib": "2.
|
|
2495
|
+
"@tanstack/react-router": "1.134.12",
|
|
2496
|
+
"aws-cdk-lib": "2.222.0",
|
|
2497
2497
|
"constructs": "10.4.2",
|
|
2498
2498
|
"react": "19.0.0",
|
|
2499
2499
|
"react-dom": "19.0.0",
|
|
@@ -2512,13 +2512,13 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
2512
2512
|
"@swc/core": "~1.5.7",
|
|
2513
2513
|
"@swc/helpers": "~0.5.11",
|
|
2514
2514
|
"@tailwindcss/vite": "4.1.16",
|
|
2515
|
-
"@tanstack/router-generator": "1.
|
|
2516
|
-
"@tanstack/router-plugin": "1.
|
|
2515
|
+
"@tanstack/router-generator": "1.134.12",
|
|
2516
|
+
"@tanstack/router-plugin": "1.134.12",
|
|
2517
2517
|
"@tanstack/router-utils": "1.133.19",
|
|
2518
2518
|
"@tanstack/virtual-file-routes": "1.133.19",
|
|
2519
2519
|
"@testing-library/dom": "10.4.0",
|
|
2520
2520
|
"@testing-library/react": "16.1.0",
|
|
2521
|
-
"@types/node": "22.
|
|
2521
|
+
"@types/node": "22.19.0",
|
|
2522
2522
|
"@types/react": "19.0.0",
|
|
2523
2523
|
"@types/react-dom": "19.0.0",
|
|
2524
2524
|
"@vitejs/plugin-react": "^4.2.0",
|
|
@@ -4585,11 +4585,11 @@ root &&
|
|
|
4585
4585
|
|
|
4586
4586
|
exports[`react-website generator > should handle npm scope prefix correctly > scoped-dependencies 1`] = `
|
|
4587
4587
|
{
|
|
4588
|
-
"@cloudscape-design/board-components": "3.0.
|
|
4589
|
-
"@cloudscape-design/components": "3.0.
|
|
4588
|
+
"@cloudscape-design/board-components": "3.0.126",
|
|
4589
|
+
"@cloudscape-design/components": "3.0.1124",
|
|
4590
4590
|
"@cloudscape-design/global-styles": "1.0.47",
|
|
4591
|
-
"@tanstack/react-router": "1.
|
|
4592
|
-
"aws-cdk-lib": "2.
|
|
4591
|
+
"@tanstack/react-router": "1.134.12",
|
|
4592
|
+
"aws-cdk-lib": "2.222.0",
|
|
4593
4593
|
"constructs": "10.4.2",
|
|
4594
4594
|
"react": "19.0.0",
|
|
4595
4595
|
"react-dom": "19.0.0",
|
package/src/utils/versions.d.ts
CHANGED
|
@@ -6,10 +6,10 @@
|
|
|
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.922.0";
|
|
10
|
+
readonly '@aws-sdk/client-dynamodb': "3.922.0";
|
|
11
|
+
readonly '@aws-sdk/credential-providers': "3.922.0";
|
|
12
|
+
readonly '@aws-sdk/credential-provider-cognito-identity': "3.922.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
15
|
readonly '@aws-lambda-powertools/logger': "2.28.1";
|
|
@@ -19,36 +19,36 @@ export declare const TS_VERSIONS: {
|
|
|
19
19
|
readonly '@middy/core': "6.4.5";
|
|
20
20
|
readonly '@nxlv/python': "21.2.0";
|
|
21
21
|
readonly '@nx-extend/terraform': "9.0.1";
|
|
22
|
-
readonly '@nx/devkit': "21.6.
|
|
23
|
-
readonly 'create-nx-workspace': "21.6.
|
|
24
|
-
readonly '@modelcontextprotocol/sdk': "1.
|
|
22
|
+
readonly '@nx/devkit': "21.6.8";
|
|
23
|
+
readonly 'create-nx-workspace': "21.6.8";
|
|
24
|
+
readonly '@modelcontextprotocol/sdk': "1.21.0";
|
|
25
25
|
readonly '@modelcontextprotocol/inspector': "0.17.2";
|
|
26
|
-
readonly '@tanstack/react-router': "1.
|
|
27
|
-
readonly '@tanstack/router-plugin': "1.
|
|
28
|
-
readonly '@tanstack/router-generator': "1.
|
|
26
|
+
readonly '@tanstack/react-router': "1.134.12";
|
|
27
|
+
readonly '@tanstack/router-plugin': "1.134.12";
|
|
28
|
+
readonly '@tanstack/router-generator': "1.134.12";
|
|
29
29
|
readonly '@tanstack/virtual-file-routes': "1.133.19";
|
|
30
30
|
readonly '@tanstack/router-utils': "1.133.19";
|
|
31
|
-
readonly '@cloudscape-design/board-components': "3.0.
|
|
32
|
-
readonly '@cloudscape-design/components': "3.0.
|
|
31
|
+
readonly '@cloudscape-design/board-components': "3.0.126";
|
|
32
|
+
readonly '@cloudscape-design/components': "3.0.1124";
|
|
33
33
|
readonly '@cloudscape-design/global-styles': "1.0.47";
|
|
34
|
-
readonly '@tanstack/react-query': "5.90.
|
|
34
|
+
readonly '@tanstack/react-query': "5.90.6";
|
|
35
35
|
readonly '@tanstack/react-query-devtools': "5.90.2";
|
|
36
36
|
readonly '@trpc/tanstack-react-query': "11.7.1";
|
|
37
37
|
readonly '@trpc/client': "11.7.1";
|
|
38
38
|
readonly '@trpc/server': "11.7.1";
|
|
39
|
-
readonly '@types/node': "22.
|
|
39
|
+
readonly '@types/node': "22.19.0";
|
|
40
40
|
readonly '@types/aws-lambda': "8.10.157";
|
|
41
41
|
readonly '@types/cors': "2.8.19";
|
|
42
42
|
readonly '@types/express': "5.0.5";
|
|
43
|
-
readonly '@smithy/types': "4.8.
|
|
43
|
+
readonly '@smithy/types': "4.8.1";
|
|
44
44
|
readonly aws4fetch: "1.0.20";
|
|
45
|
-
readonly 'aws-cdk': "2.1031.
|
|
46
|
-
readonly 'aws-cdk-lib': "2.
|
|
45
|
+
readonly 'aws-cdk': "2.1031.1";
|
|
46
|
+
readonly 'aws-cdk-lib': "2.222.0";
|
|
47
47
|
readonly 'aws-xray-sdk-core': "3.11.0";
|
|
48
48
|
readonly constructs: "10.4.2";
|
|
49
49
|
readonly cors: "2.8.5";
|
|
50
50
|
readonly electrodb: "3.5.0";
|
|
51
|
-
readonly esbuild: "0.25.
|
|
51
|
+
readonly esbuild: "0.25.12";
|
|
52
52
|
readonly 'eslint-plugin-prettier': "5.5.4";
|
|
53
53
|
readonly express: "5.1.0";
|
|
54
54
|
readonly 'jsonc-eslint-parser': "2.4.1";
|
|
@@ -58,7 +58,7 @@ export declare const TS_VERSIONS: {
|
|
|
58
58
|
readonly 'oidc-client-ts': "3.3.0";
|
|
59
59
|
readonly prettier: "3.6.2";
|
|
60
60
|
readonly 'react-oidc-context': "3.3.0";
|
|
61
|
-
readonly rimraf: "6.0
|
|
61
|
+
readonly rimraf: "6.1.0";
|
|
62
62
|
readonly rolldown: "1.0.0-beta.45";
|
|
63
63
|
readonly 'source-map-support': "0.5.21";
|
|
64
64
|
readonly tailwindcss: "4.1.16";
|
|
@@ -73,26 +73,26 @@ export type ITsDepVersion = keyof typeof TS_VERSIONS;
|
|
|
73
73
|
* Add versions to the given dependencies
|
|
74
74
|
*/
|
|
75
75
|
export declare const withVersions: (deps: ITsDepVersion[]) => {
|
|
76
|
-
[k: string]: "3.
|
|
76
|
+
[k: string]: "3.922.0" | "1.0.0-alpha.10" | "2.28.1" | "6.4.5" | "21.2.0" | "9.0.1" | "21.6.8" | "1.21.0" | "0.17.2" | "1.134.12" | "1.133.19" | "3.0.126" | "3.0.1124" | "1.0.47" | "5.90.6" | "5.90.2" | "11.7.1" | "22.19.0" | "8.10.157" | "2.8.19" | "5.0.5" | "4.8.1" | "1.0.20" | "2.1031.1" | "2.222.0" | "3.11.0" | "10.4.2" | "2.8.5" | "3.5.0" | "0.25.12" | "5.5.4" | "5.1.0" | "2.4.1" | "4.0.0" | "2.0.0" | "19.1.2" | "3.3.0" | "3.6.2" | "6.1.0" | "1.0.0-beta.45" | "0.5.21" | "4.1.16" | "4.20.6" | "5.1.4" | "4.1.12" | "npm:zod@^3";
|
|
77
77
|
};
|
|
78
78
|
/**
|
|
79
79
|
* Versions for Python dependencies added by generators
|
|
80
80
|
*/
|
|
81
81
|
export declare const PY_VERSIONS: {
|
|
82
|
-
readonly 'aws-lambda-powertools': "==3.22.
|
|
83
|
-
readonly 'aws-lambda-powertools[tracer]': "==3.22.
|
|
84
|
-
readonly 'aws-lambda-powertools[parser]': "==3.22.
|
|
82
|
+
readonly 'aws-lambda-powertools': "==3.22.1";
|
|
83
|
+
readonly 'aws-lambda-powertools[tracer]': "==3.22.1";
|
|
84
|
+
readonly 'aws-lambda-powertools[parser]': "==3.22.1";
|
|
85
85
|
readonly 'aws-opentelemetry-distro': "==0.12.2";
|
|
86
86
|
readonly 'bedrock-agentcore': "==0.1.7";
|
|
87
|
-
readonly boto3: "==1.40.
|
|
88
|
-
readonly checkov: "==3.2.
|
|
89
|
-
readonly fastapi: "==0.
|
|
90
|
-
readonly 'fastapi[standard]': "==0.
|
|
87
|
+
readonly boto3: "==1.40.69";
|
|
88
|
+
readonly checkov: "==3.2.491";
|
|
89
|
+
readonly fastapi: "==0.121.1";
|
|
90
|
+
readonly 'fastapi[standard]': "==0.121.1";
|
|
91
91
|
readonly mangum: "==0.19.0";
|
|
92
|
-
readonly mcp: "==1.
|
|
92
|
+
readonly mcp: "==1.21.0";
|
|
93
93
|
readonly 'pip-check-updates': "==0.27.0";
|
|
94
|
-
readonly 'strands-agents': "==1.
|
|
95
|
-
readonly 'strands-agents-tools': "==0.2.
|
|
94
|
+
readonly 'strands-agents': "==1.15.0";
|
|
95
|
+
readonly 'strands-agents-tools': "==0.2.14";
|
|
96
96
|
readonly uvicorn: "==0.38.0";
|
|
97
97
|
};
|
|
98
98
|
export type IPyDepVersion = keyof typeof PY_VERSIONS;
|
package/src/utils/versions.js
CHANGED
|
@@ -9,10 +9,10 @@ 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.922.0',
|
|
13
|
+
'@aws-sdk/client-dynamodb': '3.922.0',
|
|
14
|
+
'@aws-sdk/credential-providers': '3.922.0',
|
|
15
|
+
'@aws-sdk/credential-provider-cognito-identity': '3.922.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.28.1',
|
|
@@ -22,36 +22,36 @@ exports.TS_VERSIONS = {
|
|
|
22
22
|
'@middy/core': '6.4.5',
|
|
23
23
|
'@nxlv/python': '21.2.0',
|
|
24
24
|
'@nx-extend/terraform': '9.0.1',
|
|
25
|
-
'@nx/devkit': '21.6.
|
|
26
|
-
'create-nx-workspace': '21.6.
|
|
27
|
-
'@modelcontextprotocol/sdk': '1.
|
|
25
|
+
'@nx/devkit': '21.6.8',
|
|
26
|
+
'create-nx-workspace': '21.6.8',
|
|
27
|
+
'@modelcontextprotocol/sdk': '1.21.0',
|
|
28
28
|
'@modelcontextprotocol/inspector': '0.17.2',
|
|
29
|
-
'@tanstack/react-router': '1.
|
|
30
|
-
'@tanstack/router-plugin': '1.
|
|
31
|
-
'@tanstack/router-generator': '1.
|
|
29
|
+
'@tanstack/react-router': '1.134.12',
|
|
30
|
+
'@tanstack/router-plugin': '1.134.12',
|
|
31
|
+
'@tanstack/router-generator': '1.134.12',
|
|
32
32
|
'@tanstack/virtual-file-routes': '1.133.19',
|
|
33
33
|
'@tanstack/router-utils': '1.133.19',
|
|
34
|
-
'@cloudscape-design/board-components': '3.0.
|
|
35
|
-
'@cloudscape-design/components': '3.0.
|
|
34
|
+
'@cloudscape-design/board-components': '3.0.126',
|
|
35
|
+
'@cloudscape-design/components': '3.0.1124',
|
|
36
36
|
'@cloudscape-design/global-styles': '1.0.47',
|
|
37
|
-
'@tanstack/react-query': '5.90.
|
|
37
|
+
'@tanstack/react-query': '5.90.6',
|
|
38
38
|
'@tanstack/react-query-devtools': '5.90.2',
|
|
39
39
|
'@trpc/tanstack-react-query': '11.7.1',
|
|
40
40
|
'@trpc/client': '11.7.1',
|
|
41
41
|
'@trpc/server': '11.7.1',
|
|
42
|
-
'@types/node': '22.
|
|
42
|
+
'@types/node': '22.19.0',
|
|
43
43
|
'@types/aws-lambda': '8.10.157',
|
|
44
44
|
'@types/cors': '2.8.19',
|
|
45
45
|
'@types/express': '5.0.5',
|
|
46
|
-
'@smithy/types': '4.8.
|
|
46
|
+
'@smithy/types': '4.8.1',
|
|
47
47
|
aws4fetch: '1.0.20',
|
|
48
|
-
'aws-cdk': '2.1031.
|
|
49
|
-
'aws-cdk-lib': '2.
|
|
48
|
+
'aws-cdk': '2.1031.1',
|
|
49
|
+
'aws-cdk-lib': '2.222.0',
|
|
50
50
|
'aws-xray-sdk-core': '3.11.0',
|
|
51
51
|
constructs: '10.4.2',
|
|
52
52
|
cors: '2.8.5',
|
|
53
53
|
electrodb: '3.5.0',
|
|
54
|
-
esbuild: '0.25.
|
|
54
|
+
esbuild: '0.25.12',
|
|
55
55
|
'eslint-plugin-prettier': '5.5.4',
|
|
56
56
|
express: '5.1.0',
|
|
57
57
|
'jsonc-eslint-parser': '2.4.1',
|
|
@@ -61,7 +61,7 @@ exports.TS_VERSIONS = {
|
|
|
61
61
|
'oidc-client-ts': '3.3.0',
|
|
62
62
|
prettier: '3.6.2',
|
|
63
63
|
'react-oidc-context': '3.3.0',
|
|
64
|
-
rimraf: '6.0
|
|
64
|
+
rimraf: '6.1.0',
|
|
65
65
|
rolldown: '1.0.0-beta.45',
|
|
66
66
|
'source-map-support': '0.5.21',
|
|
67
67
|
tailwindcss: '4.1.16',
|
|
@@ -82,20 +82,20 @@ exports.withVersions = withVersions;
|
|
|
82
82
|
* Versions for Python dependencies added by generators
|
|
83
83
|
*/
|
|
84
84
|
exports.PY_VERSIONS = {
|
|
85
|
-
'aws-lambda-powertools': '==3.22.
|
|
86
|
-
'aws-lambda-powertools[tracer]': '==3.22.
|
|
87
|
-
'aws-lambda-powertools[parser]': '==3.22.
|
|
85
|
+
'aws-lambda-powertools': '==3.22.1',
|
|
86
|
+
'aws-lambda-powertools[tracer]': '==3.22.1',
|
|
87
|
+
'aws-lambda-powertools[parser]': '==3.22.1',
|
|
88
88
|
'aws-opentelemetry-distro': '==0.12.2',
|
|
89
89
|
'bedrock-agentcore': '==0.1.7',
|
|
90
|
-
boto3: '==1.40.
|
|
91
|
-
checkov: '==3.2.
|
|
92
|
-
fastapi: '==0.
|
|
93
|
-
'fastapi[standard]': '==0.
|
|
90
|
+
boto3: '==1.40.69',
|
|
91
|
+
checkov: '==3.2.491',
|
|
92
|
+
fastapi: '==0.121.1',
|
|
93
|
+
'fastapi[standard]': '==0.121.1',
|
|
94
94
|
mangum: '==0.19.0',
|
|
95
|
-
mcp: '==1.
|
|
95
|
+
mcp: '==1.21.0',
|
|
96
96
|
'pip-check-updates': '==0.27.0',
|
|
97
|
-
'strands-agents': '==1.
|
|
98
|
-
'strands-agents-tools': '==0.2.
|
|
97
|
+
'strands-agents': '==1.15.0',
|
|
98
|
+
'strands-agents-tools': '==0.2.14',
|
|
99
99
|
uvicorn: '==0.38.0',
|
|
100
100
|
};
|
|
101
101
|
/**
|
|
@@ -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,kCAAkC,EAAE,SAAS;IAC7C,0BAA0B,EAAE,SAAS;IACrC,+BAA+B,EAAE,SAAS;IAC1C,+CAA+C,EAAE,SAAS;IAC1D,+BAA+B,EAAE,gBAAgB;IACjD,yBAAyB,EAAE,gBAAgB;IAC3C,+BAA+B,EAAE,QAAQ;IACzC,gCAAgC,EAAE,QAAQ;IAC1C,+BAA+B,EAAE,QAAQ;IACzC,+BAA+B,EAAE,QAAQ;IACzC,aAAa,EAAE,OAAO;IACtB,cAAc,EAAE,QAAQ;IACxB,sBAAsB,EAAE,OAAO;IAC/B,YAAY,EAAE,QAAQ;IACtB,qBAAqB,EAAE,QAAQ;IAC/B,2BAA2B,EAAE,QAAQ;IACrC,iCAAiC,EAAE,QAAQ;IAC3C,wBAAwB,EAAE,UAAU;IACpC,yBAAyB,EAAE,UAAU;IACrC,4BAA4B,EAAE,UAAU;IACxC,+BAA+B,EAAE,UAAU;IAC3C,wBAAwB,EAAE,UAAU;IACpC,qCAAqC,EAAE,SAAS;IAChD,+BAA+B,EAAE,UAAU;IAC3C,kCAAkC,EAAE,QAAQ;IAC5C,uBAAuB,EAAE,QAAQ;IACjC,gCAAgC,EAAE,QAAQ;IAC1C,4BAA4B,EAAE,QAAQ;IACtC,cAAc,EAAE,QAAQ;IACxB,cAAc,EAAE,QAAQ;IACxB,aAAa,EAAE,
|
|
1
|
+
{"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/nx-plugin/src/utils/versions.ts"],"names":[],"mappings":"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"}
|