@aws/nx-plugin 0.45.0 → 0.45.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws/nx-plugin",
3
- "version": "0.45.0",
3
+ "version": "0.45.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/awslabs/nx-plugin-for-aws.git",
@@ -2,12 +2,12 @@
2
2
 
3
3
  exports[`infra generator > should add required dependencies to package.json > dependencies 1`] = `
4
4
  {
5
- "@cdklabs/cdk-validator-cfnguard": "^0.0.60",
6
- "aws-cdk": "^2.1006.0",
7
- "aws-cdk-lib": "^2.207.0",
8
- "constructs": "^10.4.2",
9
- "esbuild": "^0.25.1",
10
- "source-map-support": "^0.5.21",
5
+ "@cdklabs/cdk-validator-cfnguard": "0.0.60",
6
+ "aws-cdk": "2.1027.0",
7
+ "aws-cdk-lib": "2.213.0",
8
+ "constructs": "10.4.2",
9
+ "esbuild": "0.25.9",
10
+ "source-map-support": "0.5.21",
11
11
  }
12
12
  `;
13
13
 
@@ -22,16 +22,16 @@ exports[`infra generator > should add required dependencies to package.json > de
22
22
  "@swc-node/register": "~1.9.1",
23
23
  "@swc/core": "~1.5.7",
24
24
  "@swc/helpers": "~0.5.11",
25
- "@types/node": "^22.13.13",
25
+ "@types/node": "22.18.0",
26
26
  "@vitest/coverage-v8": "^3.0.5",
27
27
  "@vitest/ui": "^3.0.0",
28
28
  "eslint": "^9.8.0",
29
29
  "eslint-config-prettier": "^10.0.0",
30
- "eslint-plugin-prettier": "^5.2.5",
30
+ "eslint-plugin-prettier": "5.5.4",
31
31
  "jiti": "2.4.2",
32
32
  "jsdom": "~22.1.0",
33
- "jsonc-eslint-parser": "^2.4.0",
34
- "prettier": "^3.5.3",
33
+ "jsonc-eslint-parser": "2.4.0",
34
+ "prettier": "3.6.2",
35
35
  "tsx": "4.20.1",
36
36
  "typescript": "~5.8.2",
37
37
  "typescript-eslint": "^8.29.0",
@@ -43,12 +43,12 @@ exports[`infra generator > should add required dependencies to package.json > de
43
43
  exports[`infra generator > should add required dependencies to package.json > package-json 1`] = `
44
44
  {
45
45
  "dependencies": {
46
- "@cdklabs/cdk-validator-cfnguard": "^0.0.60",
47
- "aws-cdk": "^2.1006.0",
48
- "aws-cdk-lib": "^2.207.0",
49
- "constructs": "^10.4.2",
50
- "esbuild": "^0.25.1",
51
- "source-map-support": "^0.5.21",
46
+ "@cdklabs/cdk-validator-cfnguard": "0.0.60",
47
+ "aws-cdk": "2.1027.0",
48
+ "aws-cdk-lib": "2.213.0",
49
+ "constructs": "10.4.2",
50
+ "esbuild": "0.25.9",
51
+ "source-map-support": "0.5.21",
52
52
  },
53
53
  "devDependencies": {
54
54
  "@eslint/js": "^9.8.0",
@@ -60,16 +60,16 @@ exports[`infra generator > should add required dependencies to package.json > pa
60
60
  "@swc-node/register": "~1.9.1",
61
61
  "@swc/core": "~1.5.7",
62
62
  "@swc/helpers": "~0.5.11",
63
- "@types/node": "^22.13.13",
63
+ "@types/node": "22.18.0",
64
64
  "@vitest/coverage-v8": "^3.0.5",
65
65
  "@vitest/ui": "^3.0.0",
66
66
  "eslint": "^9.8.0",
67
67
  "eslint-config-prettier": "^10.0.0",
68
- "eslint-plugin-prettier": "^5.2.5",
68
+ "eslint-plugin-prettier": "5.5.4",
69
69
  "jiti": "2.4.2",
70
70
  "jsdom": "~22.1.0",
71
- "jsonc-eslint-parser": "^2.4.0",
72
- "prettier": "^3.5.3",
71
+ "jsonc-eslint-parser": "2.4.0",
72
+ "prettier": "3.6.2",
73
73
  "tsx": "4.20.1",
74
74
  "typescript": "~5.8.2",
75
75
  "typescript-eslint": "^8.29.0",
@@ -329,9 +329,9 @@ exports[`py#mcp-server generator > should match snapshot for generated files > u
329
329
  name = "proj.test_project"
330
330
  version = "0.1.0"
331
331
  dependencies = [
332
- "mcp~=1.13.0",
333
- "boto3~=1.40.14",
334
- "aws-opentelemetry-distro~=0.11.0"
332
+ "mcp==1.13.1",
333
+ "boto3==1.40.20",
334
+ "aws-opentelemetry-distro==0.12.0"
335
335
  ]
336
336
 
337
337
  [dependency-groups]
@@ -358,12 +358,12 @@ exports[`py#strands-agent generator > should match snapshot for generated files
358
358
  name = "proj.test_project"
359
359
  version = "0.1.0"
360
360
  dependencies = [
361
- "aws-opentelemetry-distro~=0.11.0",
362
- "bedrock-agentcore~=0.1.2",
363
- "boto3~=1.40.14",
364
- "mcp~=1.13.0",
365
- "strands-agents~=1.5.0",
366
- "strands-agents-tools~=0.2.4"
361
+ "aws-opentelemetry-distro==0.12.0",
362
+ "bedrock-agentcore==0.1.2",
363
+ "boto3==1.40.20",
364
+ "mcp==1.13.1",
365
+ "strands-agents==1.6.0",
366
+ "strands-agents-tools==0.2.5"
367
367
  ]
368
368
 
369
369
  [dependency-groups]
@@ -428,13 +428,13 @@ exports[`ts#mcp-server generator > should match snapshot for generated files > u
428
428
  "snapshot-server": "./src/snapshot-server/stdio.js"
429
429
  },
430
430
  "dependencies": {
431
- "@modelcontextprotocol/sdk": "^1.11.3",
432
- "express": "^5.1.0",
431
+ "@modelcontextprotocol/sdk": "1.17.4",
432
+ "express": "5.1.0",
433
433
  "zod-v3": "npm:zod@^3"
434
434
  },
435
435
  "devDependencies": {
436
- "@modelcontextprotocol/inspector": "^0.16.5",
437
- "@types/express": "^5.0.3",
436
+ "@modelcontextprotocol/inspector": "0.16.5",
437
+ "@types/express": "5.0.3",
438
438
  "tsx": "4.20.1"
439
439
  }
440
440
  }
@@ -298,14 +298,14 @@ exports[`react-website generator > Tanstack router integration > should generate
298
298
  "{
299
299
  "name": "@proj/source",
300
300
  "dependencies": {
301
- "@cloudscape-design/board-components": "^3.0.94",
302
- "@cloudscape-design/components": "^3.0.928",
303
- "@cloudscape-design/global-styles": "^1.0.38",
304
- "aws-cdk-lib": "^2.207.0",
305
- "constructs": "^10.4.2",
301
+ "@cloudscape-design/board-components": "3.0.117",
302
+ "@cloudscape-design/components": "3.0.1075",
303
+ "@cloudscape-design/global-styles": "1.0.45",
304
+ "aws-cdk-lib": "2.213.0",
305
+ "constructs": "10.4.2",
306
306
  "react": "19.0.0",
307
307
  "react-dom": "19.0.0",
308
- "tailwindcss": "^4.1.11"
308
+ "tailwindcss": "4.1.12"
309
309
  },
310
310
  "devDependencies": {
311
311
  "@eslint/js": "^9.8.0",
@@ -319,10 +319,10 @@ exports[`react-website generator > Tanstack router integration > should generate
319
319
  "@swc/cli": "~0.6.0",
320
320
  "@swc/core": "~1.5.7",
321
321
  "@swc/helpers": "~0.5.11",
322
- "@tailwindcss/vite": "^4.1.11",
322
+ "@tailwindcss/vite": "4.1.12",
323
323
  "@testing-library/dom": "10.4.0",
324
324
  "@testing-library/react": "16.1.0",
325
- "@types/node": "^22.13.13",
325
+ "@types/node": "22.18.0",
326
326
  "@types/react": "19.0.0",
327
327
  "@types/react-dom": "19.0.0",
328
328
  "@vitejs/plugin-react": "^4.2.0",
@@ -332,17 +332,17 @@ exports[`react-website generator > Tanstack router integration > should generate
332
332
  "eslint-config-prettier": "^10.0.0",
333
333
  "eslint-plugin-import": "2.31.0",
334
334
  "eslint-plugin-jsx-a11y": "6.10.1",
335
- "eslint-plugin-prettier": "^5.2.5",
335
+ "eslint-plugin-prettier": "5.5.4",
336
336
  "eslint-plugin-react": "7.35.0",
337
337
  "eslint-plugin-react-hooks": "5.0.0",
338
338
  "jiti": "2.4.2",
339
339
  "jsdom": "~22.1.0",
340
- "jsonc-eslint-parser": "^2.4.0",
341
- "prettier": "^3.5.3",
340
+ "jsonc-eslint-parser": "2.4.0",
341
+ "prettier": "3.6.2",
342
342
  "typescript": "~5.8.2",
343
343
  "typescript-eslint": "^8.29.0",
344
344
  "vite": "^6.0.0",
345
- "vite-tsconfig-paths": "^5.1.4",
345
+ "vite-tsconfig-paths": "5.1.4",
346
346
  "vitest": "^3.0.0"
347
347
  },
348
348
  "type": "module"
@@ -1595,15 +1595,15 @@ exports[`react-website generator > Tanstack router integration > should generate
1595
1595
  "{
1596
1596
  "name": "@proj/source",
1597
1597
  "dependencies": {
1598
- "@cloudscape-design/board-components": "^3.0.94",
1599
- "@cloudscape-design/components": "^3.0.928",
1600
- "@cloudscape-design/global-styles": "^1.0.38",
1601
- "@tanstack/react-router": "^1.121.16",
1602
- "aws-cdk-lib": "^2.207.0",
1603
- "constructs": "^10.4.2",
1598
+ "@cloudscape-design/board-components": "3.0.117",
1599
+ "@cloudscape-design/components": "3.0.1075",
1600
+ "@cloudscape-design/global-styles": "1.0.45",
1601
+ "@tanstack/react-router": "1.131.28",
1602
+ "aws-cdk-lib": "2.213.0",
1603
+ "constructs": "10.4.2",
1604
1604
  "react": "19.0.0",
1605
1605
  "react-dom": "19.0.0",
1606
- "tailwindcss": "^4.1.11"
1606
+ "tailwindcss": "4.1.12"
1607
1607
  },
1608
1608
  "devDependencies": {
1609
1609
  "@eslint/js": "^9.8.0",
@@ -1617,14 +1617,14 @@ exports[`react-website generator > Tanstack router integration > should generate
1617
1617
  "@swc/cli": "~0.6.0",
1618
1618
  "@swc/core": "~1.5.7",
1619
1619
  "@swc/helpers": "~0.5.11",
1620
- "@tailwindcss/vite": "^4.1.11",
1621
- "@tanstack/router-generator": "^1.121.16",
1622
- "@tanstack/router-plugin": "^1.121.16",
1623
- "@tanstack/router-utils": "^1.121.0",
1624
- "@tanstack/virtual-file-routes": "^1.120.17",
1620
+ "@tailwindcss/vite": "4.1.12",
1621
+ "@tanstack/router-generator": "1.131.28",
1622
+ "@tanstack/router-plugin": "1.131.28",
1623
+ "@tanstack/router-utils": "1.131.2",
1624
+ "@tanstack/virtual-file-routes": "1.131.2",
1625
1625
  "@testing-library/dom": "10.4.0",
1626
1626
  "@testing-library/react": "16.1.0",
1627
- "@types/node": "^22.13.13",
1627
+ "@types/node": "22.18.0",
1628
1628
  "@types/react": "19.0.0",
1629
1629
  "@types/react-dom": "19.0.0",
1630
1630
  "@vitejs/plugin-react": "^4.2.0",
@@ -1634,17 +1634,17 @@ exports[`react-website generator > Tanstack router integration > should generate
1634
1634
  "eslint-config-prettier": "^10.0.0",
1635
1635
  "eslint-plugin-import": "2.31.0",
1636
1636
  "eslint-plugin-jsx-a11y": "6.10.1",
1637
- "eslint-plugin-prettier": "^5.2.5",
1637
+ "eslint-plugin-prettier": "5.5.4",
1638
1638
  "eslint-plugin-react": "7.35.0",
1639
1639
  "eslint-plugin-react-hooks": "5.0.0",
1640
1640
  "jiti": "2.4.2",
1641
1641
  "jsdom": "~22.1.0",
1642
- "jsonc-eslint-parser": "^2.4.0",
1643
- "prettier": "^3.5.3",
1642
+ "jsonc-eslint-parser": "2.4.0",
1643
+ "prettier": "3.6.2",
1644
1644
  "typescript": "~5.8.2",
1645
1645
  "typescript-eslint": "^8.29.0",
1646
1646
  "vite": "^6.0.0",
1647
- "vite-tsconfig-paths": "^5.1.4",
1647
+ "vite-tsconfig-paths": "5.1.4",
1648
1648
  "vitest": "^3.0.0"
1649
1649
  },
1650
1650
  "type": "module"
@@ -3520,14 +3520,14 @@ root &&
3520
3520
 
3521
3521
  exports[`react-website generator > should handle npm scope prefix correctly > scoped-dependencies 1`] = `
3522
3522
  {
3523
- "@cloudscape-design/board-components": "^3.0.94",
3524
- "@cloudscape-design/components": "^3.0.928",
3525
- "@cloudscape-design/global-styles": "^1.0.38",
3526
- "@tanstack/react-router": "^1.121.16",
3527
- "aws-cdk-lib": "^2.207.0",
3528
- "constructs": "^10.4.2",
3523
+ "@cloudscape-design/board-components": "3.0.117",
3524
+ "@cloudscape-design/components": "3.0.1075",
3525
+ "@cloudscape-design/global-styles": "1.0.45",
3526
+ "@tanstack/react-router": "1.131.28",
3527
+ "aws-cdk-lib": "2.213.0",
3528
+ "constructs": "10.4.2",
3529
3529
  "react": "19.0.0",
3530
3530
  "react-dom": "19.0.0",
3531
- "tailwindcss": "^4.1.11",
3531
+ "tailwindcss": "4.1.12",
3532
3532
  }
3533
3533
  `;
@@ -6,58 +6,58 @@
6
6
  * Versons for TypeScript dependencies added by generators
7
7
  */
8
8
  export declare const TS_VERSIONS: {
9
- readonly '@cdklabs/cdk-validator-cfnguard': "^0.0.60";
10
- readonly '@aws-sdk/client-cognito-identity': "^3.775.0";
11
- readonly '@aws-sdk/credential-providers': "^3.775.0";
12
- readonly '@aws-sdk/credential-provider-cognito-identity': "^3.775.0";
13
- readonly '@aws-sdk/client-bedrock-agentcore-control': "^3.848.0";
14
- readonly '@aws-lambda-powertools/logger': "^2.24.1";
15
- readonly '@aws-lambda-powertools/metrics': "^2.24.1";
16
- readonly '@aws-lambda-powertools/tracer': "^2.24.1";
17
- readonly '@aws-lambda-powertools/parser': "^2.24.1";
18
- readonly '@middy/core': "^6.0.0";
19
- readonly '@nxlv/python': "~21.2.0";
20
- readonly '@nx-extend/terraform': "^9.0.0";
21
- readonly '@nx/devkit': "~21.4.1";
22
- readonly '@modelcontextprotocol/sdk': "^1.11.3";
23
- readonly '@modelcontextprotocol/inspector': "^0.16.5";
24
- readonly '@tanstack/react-router': "^1.121.16";
25
- readonly '@tanstack/router-plugin': "^1.121.16";
26
- readonly '@tanstack/router-generator': "^1.121.16";
27
- readonly '@tanstack/virtual-file-routes': "^1.120.17";
28
- readonly '@tanstack/router-utils': "^1.121.0";
29
- readonly '@cloudscape-design/board-components': "^3.0.94";
30
- readonly '@cloudscape-design/components': "^3.0.928";
31
- readonly '@cloudscape-design/global-styles': "^1.0.38";
32
- readonly '@tanstack/react-query': "^5.74.3";
33
- readonly '@tanstack/react-query-devtools': "^5.84.2";
9
+ readonly '@cdklabs/cdk-validator-cfnguard': "0.0.60";
10
+ readonly '@aws-sdk/client-cognito-identity': "3.876.0";
11
+ readonly '@aws-sdk/credential-providers': "3.876.0";
12
+ readonly '@aws-sdk/credential-provider-cognito-identity': "3.876.0";
13
+ readonly '@aws-sdk/client-bedrock-agentcore-control': "3.876.0";
14
+ readonly '@aws-lambda-powertools/logger': "2.25.2";
15
+ readonly '@aws-lambda-powertools/metrics': "2.25.2";
16
+ readonly '@aws-lambda-powertools/tracer': "2.25.2";
17
+ readonly '@aws-lambda-powertools/parser': "2.25.2";
18
+ readonly '@middy/core': "6.4.4";
19
+ readonly '@nxlv/python': "21.2.0";
20
+ readonly '@nx-extend/terraform': "9.0.0";
21
+ readonly '@nx/devkit': "21.4.1";
22
+ readonly '@modelcontextprotocol/sdk': "1.17.4";
23
+ readonly '@modelcontextprotocol/inspector': "0.16.5";
24
+ readonly '@tanstack/react-router': "1.131.28";
25
+ readonly '@tanstack/router-plugin': "1.131.28";
26
+ readonly '@tanstack/router-generator': "1.131.28";
27
+ readonly '@tanstack/virtual-file-routes': "1.131.2";
28
+ readonly '@tanstack/router-utils': "1.131.2";
29
+ readonly '@cloudscape-design/board-components': "3.0.117";
30
+ readonly '@cloudscape-design/components': "3.0.1075";
31
+ readonly '@cloudscape-design/global-styles': "1.0.45";
32
+ readonly '@tanstack/react-query': "5.85.5";
33
+ readonly '@tanstack/react-query-devtools': "5.85.5";
34
34
  readonly '@trpc/tanstack-react-query': "11.0.0";
35
35
  readonly '@trpc/client': "11.0.0";
36
36
  readonly '@trpc/server': "11.0.0";
37
- readonly '@types/node': "^22.13.13";
38
- readonly '@types/aws-lambda': "^8.10.148";
39
- readonly '@types/cors': "^2.8.18";
40
- readonly '@types/express': "^5.0.3";
41
- readonly '@smithy/types': "^4.2.0";
42
- readonly aws4fetch: "^1.0.20";
43
- readonly 'aws-cdk': "^2.1006.0";
44
- readonly 'aws-cdk-lib': "^2.207.0";
45
- readonly 'aws-xray-sdk-core': "^3.10.3";
46
- readonly constructs: "^10.4.2";
47
- readonly cors: "^2.8.5";
48
- readonly esbuild: "^0.25.1";
49
- readonly 'eslint-plugin-prettier': "^5.2.5";
50
- readonly express: "^5.1.0";
51
- readonly 'jsonc-eslint-parser': "^2.4.0";
52
- readonly 'oidc-client-ts': "^3.2.0";
53
- readonly prettier: "^3.5.3";
54
- readonly 'react-oidc-context': "^3.2.0";
55
- readonly 'source-map-support': "^0.5.21";
56
- readonly tailwindcss: "^4.1.11";
57
- readonly '@tailwindcss/vite': "^4.1.11";
37
+ readonly '@types/node': "22.18.0";
38
+ readonly '@types/aws-lambda': "8.10.152";
39
+ readonly '@types/cors': "2.8.19";
40
+ readonly '@types/express': "5.0.3";
41
+ readonly '@smithy/types': "4.3.2";
42
+ readonly aws4fetch: "1.0.20";
43
+ readonly 'aws-cdk': "2.1027.0";
44
+ readonly 'aws-cdk-lib': "2.213.0";
45
+ readonly 'aws-xray-sdk-core': "3.10.3";
46
+ readonly constructs: "10.4.2";
47
+ readonly cors: "2.8.5";
48
+ readonly esbuild: "0.25.9";
49
+ readonly 'eslint-plugin-prettier': "5.5.4";
50
+ readonly express: "5.1.0";
51
+ readonly 'jsonc-eslint-parser': "2.4.0";
52
+ readonly 'oidc-client-ts': "3.3.0";
53
+ readonly prettier: "3.6.2";
54
+ readonly 'react-oidc-context': "3.3.0";
55
+ readonly 'source-map-support': "0.5.21";
56
+ readonly tailwindcss: "4.1.12";
57
+ readonly '@tailwindcss/vite': "4.1.12";
58
58
  readonly tsx: "4.20.1";
59
- readonly 'vite-tsconfig-paths': "^5.1.4";
60
- readonly zod: "^4.0.14";
59
+ readonly 'vite-tsconfig-paths': "5.1.4";
60
+ readonly zod: "4.1.5";
61
61
  readonly 'zod-v3': "npm:zod@^3";
62
62
  };
63
63
  export type ITsDepVersion = keyof typeof TS_VERSIONS;
@@ -65,24 +65,24 @@ export type ITsDepVersion = keyof typeof TS_VERSIONS;
65
65
  * Add versions to the given dependencies
66
66
  */
67
67
  export declare const withVersions: (deps: ITsDepVersion[]) => {
68
- [k: string]: "^0.0.60" | "^3.775.0" | "^3.848.0" | "^2.24.1" | "^6.0.0" | "~21.2.0" | "^9.0.0" | "~21.4.1" | "^1.11.3" | "^0.16.5" | "^1.121.16" | "^1.120.17" | "^1.121.0" | "^3.0.94" | "^3.0.928" | "^1.0.38" | "^5.74.3" | "^5.84.2" | "11.0.0" | "^22.13.13" | "^8.10.148" | "^2.8.18" | "^5.0.3" | "^4.2.0" | "^1.0.20" | "^2.1006.0" | "^2.207.0" | "^3.10.3" | "^10.4.2" | "^2.8.5" | "^0.25.1" | "^5.2.5" | "^5.1.0" | "^2.4.0" | "^3.2.0" | "^3.5.3" | "^0.5.21" | "^4.1.11" | "4.20.1" | "^5.1.4" | "^4.0.14" | "npm:zod@^3";
68
+ [k: string]: "0.0.60" | "3.876.0" | "2.25.2" | "6.4.4" | "21.2.0" | "9.0.0" | "21.4.1" | "1.17.4" | "0.16.5" | "1.131.28" | "1.131.2" | "3.0.117" | "3.0.1075" | "1.0.45" | "5.85.5" | "11.0.0" | "22.18.0" | "8.10.152" | "2.8.19" | "5.0.3" | "4.3.2" | "1.0.20" | "2.1027.0" | "2.213.0" | "3.10.3" | "10.4.2" | "2.8.5" | "0.25.9" | "5.5.4" | "5.1.0" | "2.4.0" | "3.3.0" | "3.6.2" | "0.5.21" | "4.1.12" | "4.20.1" | "5.1.4" | "4.1.5" | "npm:zod@^3";
69
69
  };
70
70
  /**
71
71
  * Versions for Python dependencies added by generators
72
72
  */
73
73
  export declare const PY_VERSIONS: {
74
- readonly 'aws-lambda-powertools': "~=3.19.0";
75
- readonly 'aws-lambda-powertools[tracer]': "~=3.19.0";
76
- readonly 'aws-lambda-powertools[parser]': "~=3.19.0";
77
- readonly 'aws-opentelemetry-distro': "~=0.11.0";
78
- readonly 'bedrock-agentcore': "~=0.1.2";
79
- readonly boto3: "~=1.40.14";
80
- readonly fastapi: "~=0.116.1";
81
- readonly 'fastapi[standard]': "~=0.116.1";
82
- readonly mangum: "~=0.19.0";
83
- readonly mcp: "~=1.13.0";
84
- readonly 'strands-agents': "~=1.5.0";
85
- readonly 'strands-agents-tools': "~=0.2.4";
74
+ readonly 'aws-lambda-powertools': "==3.19.0";
75
+ readonly 'aws-lambda-powertools[tracer]': "==3.19.0";
76
+ readonly 'aws-lambda-powertools[parser]': "==3.19.0";
77
+ readonly 'aws-opentelemetry-distro': "==0.12.0";
78
+ readonly 'bedrock-agentcore': "==0.1.2";
79
+ readonly boto3: "==1.40.20";
80
+ readonly fastapi: "==0.116.1";
81
+ readonly 'fastapi[standard]': "==0.116.1";
82
+ readonly mangum: "==0.19.0";
83
+ readonly mcp: "==1.13.1";
84
+ readonly 'strands-agents': "==1.6.0";
85
+ readonly 'strands-agents-tools': "==0.2.5";
86
86
  };
87
87
  export type IPyDepVersion = keyof typeof PY_VERSIONS;
88
88
  /**
@@ -9,58 +9,58 @@ 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
- '@cdklabs/cdk-validator-cfnguard': '^0.0.60',
13
- '@aws-sdk/client-cognito-identity': '^3.775.0',
14
- '@aws-sdk/credential-providers': '^3.775.0',
15
- '@aws-sdk/credential-provider-cognito-identity': '^3.775.0',
16
- '@aws-sdk/client-bedrock-agentcore-control': '^3.848.0',
17
- '@aws-lambda-powertools/logger': '^2.24.1',
18
- '@aws-lambda-powertools/metrics': '^2.24.1',
19
- '@aws-lambda-powertools/tracer': '^2.24.1',
20
- '@aws-lambda-powertools/parser': '^2.24.1',
21
- '@middy/core': '^6.0.0',
22
- '@nxlv/python': '~21.2.0',
23
- '@nx-extend/terraform': '^9.0.0',
24
- '@nx/devkit': '~21.4.1',
25
- '@modelcontextprotocol/sdk': '^1.11.3',
26
- '@modelcontextprotocol/inspector': '^0.16.5',
27
- '@tanstack/react-router': '^1.121.16',
28
- '@tanstack/router-plugin': '^1.121.16',
29
- '@tanstack/router-generator': '^1.121.16',
30
- '@tanstack/virtual-file-routes': '^1.120.17',
31
- '@tanstack/router-utils': '^1.121.0',
32
- '@cloudscape-design/board-components': '^3.0.94',
33
- '@cloudscape-design/components': '^3.0.928',
34
- '@cloudscape-design/global-styles': '^1.0.38',
35
- '@tanstack/react-query': '^5.74.3',
36
- '@tanstack/react-query-devtools': '^5.84.2',
12
+ '@cdklabs/cdk-validator-cfnguard': '0.0.60',
13
+ '@aws-sdk/client-cognito-identity': '3.876.0',
14
+ '@aws-sdk/credential-providers': '3.876.0',
15
+ '@aws-sdk/credential-provider-cognito-identity': '3.876.0',
16
+ '@aws-sdk/client-bedrock-agentcore-control': '3.876.0',
17
+ '@aws-lambda-powertools/logger': '2.25.2',
18
+ '@aws-lambda-powertools/metrics': '2.25.2',
19
+ '@aws-lambda-powertools/tracer': '2.25.2',
20
+ '@aws-lambda-powertools/parser': '2.25.2',
21
+ '@middy/core': '6.4.4',
22
+ '@nxlv/python': '21.2.0',
23
+ '@nx-extend/terraform': '9.0.0',
24
+ '@nx/devkit': '21.4.1',
25
+ '@modelcontextprotocol/sdk': '1.17.4',
26
+ '@modelcontextprotocol/inspector': '0.16.5',
27
+ '@tanstack/react-router': '1.131.28',
28
+ '@tanstack/router-plugin': '1.131.28',
29
+ '@tanstack/router-generator': '1.131.28',
30
+ '@tanstack/virtual-file-routes': '1.131.2',
31
+ '@tanstack/router-utils': '1.131.2',
32
+ '@cloudscape-design/board-components': '3.0.117',
33
+ '@cloudscape-design/components': '3.0.1075',
34
+ '@cloudscape-design/global-styles': '1.0.45',
35
+ '@tanstack/react-query': '5.85.5',
36
+ '@tanstack/react-query-devtools': '5.85.5',
37
37
  '@trpc/tanstack-react-query': '11.0.0',
38
38
  '@trpc/client': '11.0.0',
39
39
  '@trpc/server': '11.0.0',
40
- '@types/node': '^22.13.13',
41
- '@types/aws-lambda': '^8.10.148',
42
- '@types/cors': '^2.8.18',
43
- '@types/express': '^5.0.3',
44
- '@smithy/types': '^4.2.0',
45
- aws4fetch: '^1.0.20',
46
- 'aws-cdk': '^2.1006.0',
47
- 'aws-cdk-lib': '^2.207.0',
48
- 'aws-xray-sdk-core': '^3.10.3',
49
- constructs: '^10.4.2',
50
- cors: '^2.8.5',
51
- esbuild: '^0.25.1',
52
- 'eslint-plugin-prettier': '^5.2.5',
53
- express: '^5.1.0',
54
- 'jsonc-eslint-parser': '^2.4.0',
55
- 'oidc-client-ts': '^3.2.0',
56
- prettier: '^3.5.3',
57
- 'react-oidc-context': '^3.2.0',
58
- 'source-map-support': '^0.5.21',
59
- tailwindcss: '^4.1.11',
60
- '@tailwindcss/vite': '^4.1.11',
40
+ '@types/node': '22.18.0',
41
+ '@types/aws-lambda': '8.10.152',
42
+ '@types/cors': '2.8.19',
43
+ '@types/express': '5.0.3',
44
+ '@smithy/types': '4.3.2',
45
+ aws4fetch: '1.0.20',
46
+ 'aws-cdk': '2.1027.0',
47
+ 'aws-cdk-lib': '2.213.0',
48
+ 'aws-xray-sdk-core': '3.10.3',
49
+ constructs: '10.4.2',
50
+ cors: '2.8.5',
51
+ esbuild: '0.25.9',
52
+ 'eslint-plugin-prettier': '5.5.4',
53
+ express: '5.1.0',
54
+ 'jsonc-eslint-parser': '2.4.0',
55
+ 'oidc-client-ts': '3.3.0',
56
+ prettier: '3.6.2',
57
+ 'react-oidc-context': '3.3.0',
58
+ 'source-map-support': '0.5.21',
59
+ tailwindcss: '4.1.12',
60
+ '@tailwindcss/vite': '4.1.12',
61
61
  tsx: '4.20.1', // https://github.com/privatenumber/tsx/issues/727
62
- 'vite-tsconfig-paths': '^5.1.4',
63
- zod: '^4.0.14',
62
+ 'vite-tsconfig-paths': '5.1.4',
63
+ zod: '4.1.5',
64
64
  // TODO: remove zod-v3 when @modelcontextprotocol/sdk upgrades to Zod v4 or standard schema
65
65
  // https://github.com/modelcontextprotocol/typescript-sdk/issues/164
66
66
  'zod-v3': 'npm:zod@^3',
@@ -74,18 +74,18 @@ exports.withVersions = withVersions;
74
74
  * Versions for Python dependencies added by generators
75
75
  */
76
76
  exports.PY_VERSIONS = {
77
- 'aws-lambda-powertools': '~=3.19.0',
78
- 'aws-lambda-powertools[tracer]': '~=3.19.0',
79
- 'aws-lambda-powertools[parser]': '~=3.19.0',
80
- 'aws-opentelemetry-distro': '~=0.11.0',
81
- 'bedrock-agentcore': '~=0.1.2',
82
- boto3: '~=1.40.14',
83
- fastapi: '~=0.116.1',
84
- 'fastapi[standard]': '~=0.116.1',
85
- mangum: '~=0.19.0',
86
- mcp: '~=1.13.0',
87
- 'strands-agents': '~=1.5.0',
88
- 'strands-agents-tools': '~=0.2.4',
77
+ 'aws-lambda-powertools': '==3.19.0',
78
+ 'aws-lambda-powertools[tracer]': '==3.19.0',
79
+ 'aws-lambda-powertools[parser]': '==3.19.0',
80
+ 'aws-opentelemetry-distro': '==0.12.0',
81
+ 'bedrock-agentcore': '==0.1.2',
82
+ boto3: '==1.40.20',
83
+ fastapi: '==0.116.1',
84
+ 'fastapi[standard]': '==0.116.1',
85
+ mangum: '==0.19.0',
86
+ mcp: '==1.13.1',
87
+ 'strands-agents': '==1.6.0',
88
+ 'strands-agents-tools': '==0.2.5',
89
89
  };
90
90
  /**
91
91
  * Add versions to the given dependencies
@@ -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,iCAAiC,EAAE,SAAS;IAC5C,kCAAkC,EAAE,UAAU;IAC9C,+BAA+B,EAAE,UAAU;IAC3C,+CAA+C,EAAE,UAAU;IAC3D,2CAA2C,EAAE,UAAU;IACvD,+BAA+B,EAAE,SAAS;IAC1C,gCAAgC,EAAE,SAAS;IAC3C,+BAA+B,EAAE,SAAS;IAC1C,+BAA+B,EAAE,SAAS;IAC1C,aAAa,EAAE,QAAQ;IACvB,cAAc,EAAE,SAAS;IACzB,sBAAsB,EAAE,QAAQ;IAChC,YAAY,EAAE,SAAS;IACvB,2BAA2B,EAAE,SAAS;IACtC,iCAAiC,EAAE,SAAS;IAC5C,wBAAwB,EAAE,WAAW;IACrC,yBAAyB,EAAE,WAAW;IACtC,4BAA4B,EAAE,WAAW;IACzC,+BAA+B,EAAE,WAAW;IAC5C,wBAAwB,EAAE,UAAU;IACpC,qCAAqC,EAAE,SAAS;IAChD,+BAA+B,EAAE,UAAU;IAC3C,kCAAkC,EAAE,SAAS;IAC7C,uBAAuB,EAAE,SAAS;IAClC,gCAAgC,EAAE,SAAS;IAC3C,4BAA4B,EAAE,QAAQ;IACtC,cAAc,EAAE,QAAQ;IACxB,cAAc,EAAE,QAAQ;IACxB,aAAa,EAAE,WAAW;IAC1B,mBAAmB,EAAE,WAAW;IAChC,aAAa,EAAE,SAAS;IACxB,gBAAgB,EAAE,QAAQ;IAC1B,eAAe,EAAE,QAAQ;IACzB,SAAS,EAAE,SAAS;IACpB,SAAS,EAAE,WAAW;IACtB,aAAa,EAAE,UAAU;IACzB,mBAAmB,EAAE,SAAS;IAC9B,UAAU,EAAE,SAAS;IACrB,IAAI,EAAE,QAAQ;IACd,OAAO,EAAE,SAAS;IAClB,wBAAwB,EAAE,QAAQ;IAClC,OAAO,EAAE,QAAQ;IACjB,qBAAqB,EAAE,QAAQ;IAC/B,gBAAgB,EAAE,QAAQ;IAC1B,QAAQ,EAAE,QAAQ;IAClB,oBAAoB,EAAE,QAAQ;IAC9B,oBAAoB,EAAE,SAAS;IAC/B,WAAW,EAAE,SAAS;IACtB,mBAAmB,EAAE,SAAS;IAC9B,GAAG,EAAE,QAAQ,EAAE,kDAAkD;IACjE,qBAAqB,EAAE,QAAQ;IAC/B,GAAG,EAAE,SAAS;IACd,2FAA2F;IAC3F,oEAAoE;IACpE,QAAQ,EAAE,YAAY;CACd,CAAC;AAGX;;GAEG;AACI,MAAM,YAAY,GAAG,CAAC,IAAqB,EAAE,EAAE,CACpD,MAAM,CAAC,WAAW,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,mBAAW,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;AADpD,QAAA,YAAY,gBACwC;AAEjE;;GAEG;AACU,QAAA,WAAW,GAAG;IACzB,uBAAuB,EAAE,UAAU;IACnC,+BAA+B,EAAE,UAAU;IAC3C,+BAA+B,EAAE,UAAU;IAC3C,0BAA0B,EAAE,UAAU;IACtC,mBAAmB,EAAE,SAAS;IAC9B,KAAK,EAAE,WAAW;IAClB,OAAO,EAAE,WAAW;IACpB,mBAAmB,EAAE,WAAW;IAChC,MAAM,EAAE,UAAU;IAClB,GAAG,EAAE,UAAU;IACf,gBAAgB,EAAE,SAAS;IAC3B,sBAAsB,EAAE,SAAS;CACzB,CAAC;AAGX;;GAEG;AACI,MAAM,cAAc,GAAG,CAAC,IAAqB,EAAE,EAAE,CACtD,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,GAAG,GAAG,mBAAW,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;AADpC,QAAA,cAAc,kBACsB"}
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,iCAAiC,EAAE,QAAQ;IAC3C,kCAAkC,EAAE,SAAS;IAC7C,+BAA+B,EAAE,SAAS;IAC1C,+CAA+C,EAAE,SAAS;IAC1D,2CAA2C,EAAE,SAAS;IACtD,+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,2BAA2B,EAAE,QAAQ;IACrC,iCAAiC,EAAE,QAAQ;IAC3C,wBAAwB,EAAE,UAAU;IACpC,yBAAyB,EAAE,UAAU;IACrC,4BAA4B,EAAE,UAAU;IACxC,+BAA+B,EAAE,SAAS;IAC1C,wBAAwB,EAAE,SAAS;IACnC,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,SAAS;IACxB,mBAAmB,EAAE,UAAU;IAC/B,aAAa,EAAE,QAAQ;IACvB,gBAAgB,EAAE,OAAO;IACzB,eAAe,EAAE,OAAO;IACxB,SAAS,EAAE,QAAQ;IACnB,SAAS,EAAE,UAAU;IACrB,aAAa,EAAE,SAAS;IACxB,mBAAmB,EAAE,QAAQ;IAC7B,UAAU,EAAE,QAAQ;IACpB,IAAI,EAAE,OAAO;IACb,OAAO,EAAE,QAAQ;IACjB,wBAAwB,EAAE,OAAO;IACjC,OAAO,EAAE,OAAO;IAChB,qBAAqB,EAAE,OAAO;IAC9B,gBAAgB,EAAE,OAAO;IACzB,QAAQ,EAAE,OAAO;IACjB,oBAAoB,EAAE,OAAO;IAC7B,oBAAoB,EAAE,QAAQ;IAC9B,WAAW,EAAE,QAAQ;IACrB,mBAAmB,EAAE,QAAQ;IAC7B,GAAG,EAAE,QAAQ,EAAE,kDAAkD;IACjE,qBAAqB,EAAE,OAAO;IAC9B,GAAG,EAAE,OAAO;IACZ,2FAA2F;IAC3F,oEAAoE;IACpE,QAAQ,EAAE,YAAY;CACd,CAAC;AAGX;;GAEG;AACI,MAAM,YAAY,GAAG,CAAC,IAAqB,EAAE,EAAE,CACpD,MAAM,CAAC,WAAW,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,mBAAW,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;AADpD,QAAA,YAAY,gBACwC;AAEjE;;GAEG;AACU,QAAA,WAAW,GAAG;IACzB,uBAAuB,EAAE,UAAU;IACnC,+BAA+B,EAAE,UAAU;IAC3C,+BAA+B,EAAE,UAAU;IAC3C,0BAA0B,EAAE,UAAU;IACtC,mBAAmB,EAAE,SAAS;IAC9B,KAAK,EAAE,WAAW;IAClB,OAAO,EAAE,WAAW;IACpB,mBAAmB,EAAE,WAAW;IAChC,MAAM,EAAE,UAAU;IAClB,GAAG,EAAE,UAAU;IACf,gBAAgB,EAAE,SAAS;IAC3B,sBAAsB,EAAE,SAAS;CACzB,CAAC;AAGX;;GAEG;AACI,MAAM,cAAc,GAAG,CAAC,IAAqB,EAAE,EAAE,CACtD,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,GAAG,GAAG,GAAG,mBAAW,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;AADpC,QAAA,cAAc,kBACsB"}