@aws/nx-plugin 0.104.0 → 0.105.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 +406 -436
- package/package.json +12 -12
- package/src/infra/app/__snapshots__/generator.spec.ts.snap +21 -21
- package/src/open-api/ts-client/__snapshots__/generator.composite-types.spec.ts.snap +438 -0
- package/src/open-api/ts-client/files/client.gen.ts.template +20 -0
- package/src/open-api/utils/codegen-data/languages.js +7 -3
- package/src/open-api/utils/codegen-data/languages.js.map +1 -1
- package/src/open-api/utils/normalise.js +17 -0
- package/src/open-api/utils/normalise.js.map +1 -1
- package/src/preset/__snapshots__/generator.spec.ts.snap +4 -4
- package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +4 -4
- package/src/py/strands-agent/__snapshots__/generator.spec.ts.snap +9 -9
- package/src/py/strands-agent/react-connection/__snapshots__/generator.spec.ts.snap +129 -4
- package/src/py/strands-agent/react-connection/serve-local.js +1 -1
- package/src/py/strands-agent/react-connection/serve-local.js.map +1 -1
- package/src/trpc/react/__snapshots__/generator.spec.ts.snap +4 -1
- package/src/ts/lib/__snapshots__/generator.spec.ts.snap +3 -1
- package/src/ts/mcp-server/__snapshots__/generator.spec.ts.snap +3 -3
- package/src/ts/mcp-server/generator.js +1 -0
- package/src/ts/mcp-server/generator.js.map +1 -1
- package/src/ts/react-website/agui/files/cloudscape/src/components/copilot/CloudscapeAssistantMessage.tsx.template +71 -0
- package/src/ts/react-website/agui/files/cloudscape/src/components/copilot/CloudscapeChatInput.tsx.template +65 -0
- package/src/ts/react-website/agui/files/cloudscape/src/components/copilot/CloudscapeCursor.tsx.template +10 -0
- package/src/ts/react-website/agui/files/cloudscape/src/components/copilot/CloudscapeUserMessage.tsx.template +42 -0
- package/src/ts/react-website/agui/files/cloudscape/src/components/copilot/copilot.css.template +128 -0
- package/src/ts/react-website/agui/files/cloudscape/src/components/copilot/index.tsx.template +46 -0
- package/src/ts/react-website/agui/files/{src → common/src}/components/AguiProvider.tsx.template +10 -2
- package/src/ts/react-website/agui/files/default/src/components/copilot/index.tsx.template +5 -0
- package/src/ts/react-website/agui/files/shadcn/src/components/copilot/ShadcnAssistantMessage.tsx.template +71 -0
- package/src/ts/react-website/agui/files/shadcn/src/components/copilot/ShadcnChatInput.tsx.template +117 -0
- package/src/ts/react-website/agui/files/shadcn/src/components/copilot/ShadcnCursor.tsx.template +23 -0
- package/src/ts/react-website/agui/files/shadcn/src/components/copilot/ShadcnUserMessage.tsx.template +49 -0
- package/src/ts/react-website/agui/files/shadcn/src/components/copilot/copilot.css.template +116 -0
- package/src/ts/react-website/agui/files/shadcn/src/components/copilot/index.tsx.template +46 -0
- package/src/ts/react-website/agui/generator.d.ts +3 -0
- package/src/ts/react-website/agui/generator.js +28 -1
- package/src/ts/react-website/agui/generator.js.map +1 -1
- package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +42 -38
- package/src/ts/strands-agent/__snapshots__/generator.spec.ts.snap +1 -1
- package/src/ts/strands-agent/generator.js +1 -0
- package/src/ts/strands-agent/generator.js.map +1 -1
- package/src/utils/agent-core-constructs/files/terraform/core/agent-core/runtime.tf.template +1 -1
- package/src/utils/files/common/shadcn/src/components/ui/avatar.tsx.template +53 -0
- package/src/utils/files/common/shadcn/src/components/ui/textarea.tsx.template +18 -0
- package/src/utils/files/website/hooks/sigv4/useSigV4.tsx.template +4 -1
- package/src/utils/py.js +20 -18
- package/src/utils/py.js.map +1 -1
- package/src/utils/versions.d.ts +59 -58
- package/src/utils/versions.js +58 -57
- package/src/utils/versions.js.map +1 -1
- /package/src/ts/react-website/agui/files/{src → common/src}/hooks/useAgui__agentNameClassName__.tsx.template +0 -0
package/src/utils/versions.d.ts
CHANGED
|
@@ -8,40 +8,41 @@
|
|
|
8
8
|
export declare const TS_VERSIONS: {
|
|
9
9
|
readonly '@a2a-js/sdk': "0.3.13";
|
|
10
10
|
readonly '@aws/aws-distro-opentelemetry-node-autoinstrumentation': "0.10.0";
|
|
11
|
-
readonly '@aws-sdk/client-dynamodb': "3.
|
|
12
|
-
readonly '@aws-sdk/client-bedrock-runtime': "3.
|
|
13
|
-
readonly '@aws-sdk/client-sts': "3.
|
|
14
|
-
readonly '@aws-sdk/credential-providers': "3.
|
|
11
|
+
readonly '@aws-sdk/client-dynamodb': "3.1037.0";
|
|
12
|
+
readonly '@aws-sdk/client-bedrock-runtime': "3.1037.0";
|
|
13
|
+
readonly '@aws-sdk/client-sts': "3.1037.0";
|
|
14
|
+
readonly '@aws-sdk/credential-providers': "3.1037.0";
|
|
15
15
|
readonly '@aws-smithy/server-apigateway': "1.0.0-alpha.10";
|
|
16
16
|
readonly '@aws-smithy/server-node': "1.0.0-alpha.10";
|
|
17
|
-
readonly '@aws-lambda-powertools/logger': "2.
|
|
18
|
-
readonly '@aws-lambda-powertools/metrics': "2.
|
|
19
|
-
readonly '@aws-lambda-powertools/parameters': "2.
|
|
20
|
-
readonly '@aws-lambda-powertools/tracer': "2.
|
|
21
|
-
readonly '@aws-lambda-powertools/parser': "2.
|
|
22
|
-
readonly '@aws-sdk/client-appconfigdata': "3.
|
|
23
|
-
readonly '@middy/core': "7.
|
|
24
|
-
readonly '@nxlv/python': "22.1.
|
|
17
|
+
readonly '@aws-lambda-powertools/logger': "2.33.0";
|
|
18
|
+
readonly '@aws-lambda-powertools/metrics': "2.33.0";
|
|
19
|
+
readonly '@aws-lambda-powertools/parameters': "2.33.0";
|
|
20
|
+
readonly '@aws-lambda-powertools/tracer': "2.33.0";
|
|
21
|
+
readonly '@aws-lambda-powertools/parser': "2.33.0";
|
|
22
|
+
readonly '@aws-sdk/client-appconfigdata': "3.1037.0";
|
|
23
|
+
readonly '@middy/core': "7.3.3";
|
|
24
|
+
readonly '@nxlv/python': "22.1.3";
|
|
25
25
|
readonly '@nx-extend/terraform': "10.2.1";
|
|
26
|
-
readonly '@nx/devkit': "22.
|
|
27
|
-
readonly '@nx/react': "22.
|
|
28
|
-
readonly 'create-nx-workspace': "22.
|
|
26
|
+
readonly '@nx/devkit': "22.7.0";
|
|
27
|
+
readonly '@nx/react': "22.7.0";
|
|
28
|
+
readonly 'create-nx-workspace': "22.7.0";
|
|
29
29
|
readonly '@modelcontextprotocol/sdk': "1.29.0";
|
|
30
30
|
readonly '@modelcontextprotocol/inspector': "0.19.0";
|
|
31
31
|
readonly '@ag-ui/client': "0.0.52";
|
|
32
|
-
readonly '@copilotkit/react-core': "1.56.
|
|
33
|
-
readonly rxjs: "7.8.
|
|
34
|
-
readonly '@strands-agents/sdk': "1.0.0-rc.
|
|
35
|
-
readonly '@tanstack/react-router': "1.168.
|
|
36
|
-
readonly '@tanstack/router-plugin': "1.167.
|
|
37
|
-
readonly '@tanstack/router-generator': "1.166.
|
|
32
|
+
readonly '@copilotkit/react-core': "1.56.3";
|
|
33
|
+
readonly rxjs: "7.8.2";
|
|
34
|
+
readonly '@strands-agents/sdk': "1.0.0-rc.5";
|
|
35
|
+
readonly '@tanstack/react-router': "1.168.24";
|
|
36
|
+
readonly '@tanstack/router-plugin': "1.167.27";
|
|
37
|
+
readonly '@tanstack/router-generator': "1.166.35";
|
|
38
38
|
readonly '@tanstack/virtual-file-routes': "1.161.7";
|
|
39
|
-
readonly '@tanstack/router-utils': "1.161.
|
|
40
|
-
readonly '@cloudscape-design/board-components': "3.0.
|
|
41
|
-
readonly '@cloudscape-design/components': "
|
|
39
|
+
readonly '@tanstack/router-utils': "1.161.7";
|
|
40
|
+
readonly '@cloudscape-design/board-components': "3.0.174";
|
|
41
|
+
readonly '@cloudscape-design/chat-components': "1.0.120";
|
|
42
|
+
readonly '@cloudscape-design/components': "3.0.1284";
|
|
42
43
|
readonly '@cloudscape-design/global-styles': "1.0.57";
|
|
43
|
-
readonly '@tanstack/react-query': "5.
|
|
44
|
-
readonly '@tanstack/react-query-devtools': "5.
|
|
44
|
+
readonly '@tanstack/react-query': "5.100.5";
|
|
45
|
+
readonly '@tanstack/react-query-devtools': "5.100.5";
|
|
45
46
|
readonly '@trpc/tanstack-react-query': "11.16.0";
|
|
46
47
|
readonly '@trpc/client': "11.16.0";
|
|
47
48
|
readonly '@trpc/server': "11.16.0";
|
|
@@ -50,17 +51,17 @@ export declare const TS_VERSIONS: {
|
|
|
50
51
|
readonly '@types/cors': "2.8.19";
|
|
51
52
|
readonly '@types/ws': "8.18.1";
|
|
52
53
|
readonly '@types/express': "5.0.6";
|
|
53
|
-
readonly '@smithy/node-http-handler': "4.
|
|
54
|
-
readonly '@smithy/types': "4.14.
|
|
55
|
-
readonly '@vitest/coverage-v8': "4.1.
|
|
56
|
-
readonly '@vitest/ui': "4.1.
|
|
57
|
-
readonly '@astrojs/react': "5.0.
|
|
58
|
-
readonly '@astrojs/starlight': "0.38.
|
|
59
|
-
readonly astro: "6.1.
|
|
54
|
+
readonly '@smithy/node-http-handler': "4.6.1";
|
|
55
|
+
readonly '@smithy/types': "4.14.1";
|
|
56
|
+
readonly '@vitest/coverage-v8': "4.1.5";
|
|
57
|
+
readonly '@vitest/ui': "4.1.5";
|
|
58
|
+
readonly '@astrojs/react': "5.0.4";
|
|
59
|
+
readonly '@astrojs/starlight': "0.38.4";
|
|
60
|
+
readonly astro: "6.1.9";
|
|
60
61
|
readonly aws4fetch: "1.0.20";
|
|
61
|
-
readonly 'aws-cdk': "2.
|
|
62
|
-
readonly 'aws-cdk-lib': "2.
|
|
63
|
-
readonly '@aws-cdk/aws-bedrock-agentcore-alpha': "2.
|
|
62
|
+
readonly 'aws-cdk': "2.1119.0";
|
|
63
|
+
readonly 'aws-cdk-lib': "2.251.0";
|
|
64
|
+
readonly '@aws-cdk/aws-bedrock-agentcore-alpha': "2.251.0-alpha.0";
|
|
64
65
|
readonly 'aws-xray-sdk-core': "3.12.0";
|
|
65
66
|
readonly constructs: "10.6.0";
|
|
66
67
|
readonly cors: "2.8.6";
|
|
@@ -72,20 +73,20 @@ export declare const TS_VERSIONS: {
|
|
|
72
73
|
readonly esbuild: "0.28.0";
|
|
73
74
|
readonly 'event-source-polyfill': "1.0.31";
|
|
74
75
|
readonly '@types/event-source-polyfill': "1.0.5";
|
|
75
|
-
readonly '@typescript-eslint/eslint-plugin': "8.
|
|
76
|
-
readonly '@typescript-eslint/parser': "8.
|
|
76
|
+
readonly '@typescript-eslint/eslint-plugin': "8.59.0";
|
|
77
|
+
readonly '@typescript-eslint/parser': "8.59.0";
|
|
77
78
|
readonly 'eslint-plugin-prettier': "5.5.5";
|
|
78
79
|
readonly express: "5.2.1";
|
|
79
80
|
readonly 'fast-glob': "3.3.3";
|
|
80
81
|
readonly 'fs-extra': "11.3.4";
|
|
81
82
|
readonly '@types/fs-extra': "11.0.4";
|
|
82
83
|
readonly 'jsonc-eslint-parser': "3.1.0";
|
|
83
|
-
readonly 'typescript-eslint': "8.
|
|
84
|
+
readonly 'typescript-eslint': "8.59.0";
|
|
84
85
|
readonly 'make-dir-cli': "4.0.0";
|
|
85
86
|
readonly ncp: "2.0.0";
|
|
86
87
|
readonly 'npm-check-updates': "19.6.6";
|
|
87
88
|
readonly 'oidc-client-ts': "3.5.0";
|
|
88
|
-
readonly prettier: "3.8.
|
|
89
|
+
readonly prettier: "3.8.3";
|
|
89
90
|
readonly 'react-oidc-context': "3.3.1";
|
|
90
91
|
readonly react: "19.2.5";
|
|
91
92
|
readonly 'react-dom': "19.2.5";
|
|
@@ -97,14 +98,14 @@ export declare const TS_VERSIONS: {
|
|
|
97
98
|
readonly tailwindcss: "4.2.2";
|
|
98
99
|
readonly '@tailwindcss/vite': "4.2.2";
|
|
99
100
|
readonly tsx: "4.21.0";
|
|
100
|
-
readonly 'lucide-react': "1.
|
|
101
|
+
readonly 'lucide-react': "1.11.0";
|
|
101
102
|
readonly 'radix-ui': "1.4.3";
|
|
102
|
-
readonly shadcn: "4.
|
|
103
|
+
readonly shadcn: "4.5.0";
|
|
103
104
|
readonly 'tw-animate-css': "1.4.0";
|
|
104
105
|
readonly 'tailwind-merge': "3.5.0";
|
|
105
106
|
readonly vite: "8.0.8";
|
|
106
|
-
readonly typescript: "6.0.
|
|
107
|
-
readonly vitest: "4.1.
|
|
107
|
+
readonly typescript: "6.0.3";
|
|
108
|
+
readonly vitest: "4.1.5";
|
|
108
109
|
readonly zod: "4.3.6";
|
|
109
110
|
readonly ws: "8.20.0";
|
|
110
111
|
};
|
|
@@ -113,30 +114,30 @@ export type ITsDepVersion = keyof typeof TS_VERSIONS;
|
|
|
113
114
|
* Add versions to the given dependencies
|
|
114
115
|
*/
|
|
115
116
|
export declare const withVersions: (deps: ITsDepVersion[]) => {
|
|
116
|
-
[k: string]: "22.
|
|
117
|
+
[k: string]: "22.7.0" | "3.8.3" | "1.29.0" | "22.1.3" | "3.3.3" | "4.5.0" | "6.0.3" | "4.1.5" | "4.3.6" | "0.3.13" | "0.10.0" | "3.1037.0" | "1.0.0-alpha.10" | "2.33.0" | "7.3.3" | "10.2.1" | "0.19.0" | "0.0.52" | "1.56.3" | "7.8.2" | "1.0.0-rc.5" | "1.168.24" | "1.167.27" | "1.166.35" | "1.161.7" | "3.0.174" | "1.0.120" | "3.0.1284" | "1.0.57" | "5.100.5" | "11.16.0" | "25.6.0" | "8.10.161" | "2.8.19" | "8.18.1" | "5.0.6" | "4.6.1" | "4.14.1" | "5.0.4" | "0.38.4" | "6.1.9" | "1.0.20" | "2.1119.0" | "2.251.0" | "2.251.0-alpha.0" | "3.12.0" | "10.6.0" | "2.8.6" | "5.6.2" | "0.7.1" | "2.1.1" | "14.0.3" | "3.7.5" | "0.28.0" | "1.0.31" | "1.0.5" | "8.59.0" | "5.5.5" | "5.2.1" | "11.3.4" | "11.0.4" | "3.1.0" | "4.0.0" | "2.0.0" | "19.6.6" | "3.5.0" | "3.3.1" | "19.2.5" | "6.1.3" | "1.0.0-rc.15" | "3.36.0" | "0.5.21" | "0.26.1" | "4.2.2" | "4.21.0" | "1.11.0" | "1.4.3" | "1.4.0" | "8.0.8" | "8.20.0";
|
|
117
118
|
};
|
|
118
119
|
/**
|
|
119
120
|
* Versions for Python dependencies added by generators
|
|
120
121
|
*/
|
|
121
122
|
export declare const PY_VERSIONS: {
|
|
122
|
-
readonly 'ag-ui-protocol': "==0.1.
|
|
123
|
+
readonly 'ag-ui-protocol': "==0.1.18";
|
|
123
124
|
readonly 'ag-ui-strands': "==0.1.7";
|
|
124
|
-
readonly 'aws-lambda-powertools': "==3.
|
|
125
|
-
readonly 'aws-lambda-powertools[tracer]': "==3.
|
|
126
|
-
readonly 'aws-lambda-powertools[parser]': "==3.
|
|
125
|
+
readonly 'aws-lambda-powertools': "==3.28.0";
|
|
126
|
+
readonly 'aws-lambda-powertools[tracer]': "==3.28.0";
|
|
127
|
+
readonly 'aws-lambda-powertools[parser]': "==3.28.0";
|
|
127
128
|
readonly 'aws-opentelemetry-distro': "==0.17.0";
|
|
128
|
-
readonly 'bedrock-agentcore': "==1.6.
|
|
129
|
-
readonly boto3: "==1.42.
|
|
130
|
-
readonly checkov: "==3.2.
|
|
131
|
-
readonly fastapi: "==0.
|
|
132
|
-
readonly 'fastapi[standard]': "==0.
|
|
129
|
+
readonly 'bedrock-agentcore': "==1.6.4";
|
|
130
|
+
readonly boto3: "==1.42.97";
|
|
131
|
+
readonly checkov: "==3.2.525";
|
|
132
|
+
readonly fastapi: "==0.136.1";
|
|
133
|
+
readonly 'fastapi[standard]': "==0.136.1";
|
|
133
134
|
readonly httpx: "==0.28.1";
|
|
134
135
|
readonly mcp: "==1.27.0";
|
|
135
136
|
readonly 'pip-check-updates': "==0.28.0";
|
|
136
|
-
readonly 'strands-agents': "==1.
|
|
137
|
-
readonly 'strands-agents[a2a]': "==1.
|
|
138
|
-
readonly 'strands-agents-tools': "==0.
|
|
139
|
-
readonly uvicorn: "==0.
|
|
137
|
+
readonly 'strands-agents': "==1.37.0";
|
|
138
|
+
readonly 'strands-agents[a2a]': "==1.37.0";
|
|
139
|
+
readonly 'strands-agents-tools': "==0.5.1";
|
|
140
|
+
readonly uvicorn: "==0.46.0";
|
|
140
141
|
};
|
|
141
142
|
export type IPyDepVersion = keyof typeof PY_VERSIONS;
|
|
142
143
|
/**
|
package/src/utils/versions.js
CHANGED
|
@@ -11,40 +11,41 @@ exports.withPyVersions = exports.PY_VERSIONS = exports.withVersions = exports.TS
|
|
|
11
11
|
exports.TS_VERSIONS = {
|
|
12
12
|
'@a2a-js/sdk': '0.3.13',
|
|
13
13
|
'@aws/aws-distro-opentelemetry-node-autoinstrumentation': '0.10.0',
|
|
14
|
-
'@aws-sdk/client-dynamodb': '3.
|
|
15
|
-
'@aws-sdk/client-bedrock-runtime': '3.
|
|
16
|
-
'@aws-sdk/client-sts': '3.
|
|
17
|
-
'@aws-sdk/credential-providers': '3.
|
|
14
|
+
'@aws-sdk/client-dynamodb': '3.1037.0',
|
|
15
|
+
'@aws-sdk/client-bedrock-runtime': '3.1037.0',
|
|
16
|
+
'@aws-sdk/client-sts': '3.1037.0',
|
|
17
|
+
'@aws-sdk/credential-providers': '3.1037.0',
|
|
18
18
|
'@aws-smithy/server-apigateway': '1.0.0-alpha.10',
|
|
19
19
|
'@aws-smithy/server-node': '1.0.0-alpha.10',
|
|
20
|
-
'@aws-lambda-powertools/logger': '2.
|
|
21
|
-
'@aws-lambda-powertools/metrics': '2.
|
|
22
|
-
'@aws-lambda-powertools/parameters': '2.
|
|
23
|
-
'@aws-lambda-powertools/tracer': '2.
|
|
24
|
-
'@aws-lambda-powertools/parser': '2.
|
|
25
|
-
'@aws-sdk/client-appconfigdata': '3.
|
|
26
|
-
'@middy/core': '7.
|
|
27
|
-
'@nxlv/python': '22.1.
|
|
20
|
+
'@aws-lambda-powertools/logger': '2.33.0',
|
|
21
|
+
'@aws-lambda-powertools/metrics': '2.33.0',
|
|
22
|
+
'@aws-lambda-powertools/parameters': '2.33.0',
|
|
23
|
+
'@aws-lambda-powertools/tracer': '2.33.0',
|
|
24
|
+
'@aws-lambda-powertools/parser': '2.33.0',
|
|
25
|
+
'@aws-sdk/client-appconfigdata': '3.1037.0',
|
|
26
|
+
'@middy/core': '7.3.3',
|
|
27
|
+
'@nxlv/python': '22.1.3',
|
|
28
28
|
'@nx-extend/terraform': '10.2.1',
|
|
29
|
-
'@nx/devkit': '22.
|
|
30
|
-
'@nx/react': '22.
|
|
31
|
-
'create-nx-workspace': '22.
|
|
29
|
+
'@nx/devkit': '22.7.0',
|
|
30
|
+
'@nx/react': '22.7.0',
|
|
31
|
+
'create-nx-workspace': '22.7.0',
|
|
32
32
|
'@modelcontextprotocol/sdk': '1.29.0',
|
|
33
33
|
'@modelcontextprotocol/inspector': '0.19.0',
|
|
34
34
|
'@ag-ui/client': '0.0.52',
|
|
35
|
-
'@copilotkit/react-core': '1.56.
|
|
36
|
-
rxjs: '7.8.
|
|
37
|
-
'@strands-agents/sdk': '1.0.0-rc.
|
|
38
|
-
'@tanstack/react-router': '1.168.
|
|
39
|
-
'@tanstack/router-plugin': '1.167.
|
|
40
|
-
'@tanstack/router-generator': '1.166.
|
|
35
|
+
'@copilotkit/react-core': '1.56.3',
|
|
36
|
+
rxjs: '7.8.2',
|
|
37
|
+
'@strands-agents/sdk': '1.0.0-rc.5',
|
|
38
|
+
'@tanstack/react-router': '1.168.24',
|
|
39
|
+
'@tanstack/router-plugin': '1.167.27',
|
|
40
|
+
'@tanstack/router-generator': '1.166.35',
|
|
41
41
|
'@tanstack/virtual-file-routes': '1.161.7',
|
|
42
|
-
'@tanstack/router-utils': '1.161.
|
|
43
|
-
'@cloudscape-design/board-components': '3.0.
|
|
44
|
-
'@cloudscape-design/components': '
|
|
42
|
+
'@tanstack/router-utils': '1.161.7',
|
|
43
|
+
'@cloudscape-design/board-components': '3.0.174',
|
|
44
|
+
'@cloudscape-design/chat-components': '1.0.120',
|
|
45
|
+
'@cloudscape-design/components': '3.0.1284',
|
|
45
46
|
'@cloudscape-design/global-styles': '1.0.57',
|
|
46
|
-
'@tanstack/react-query': '5.
|
|
47
|
-
'@tanstack/react-query-devtools': '5.
|
|
47
|
+
'@tanstack/react-query': '5.100.5',
|
|
48
|
+
'@tanstack/react-query-devtools': '5.100.5',
|
|
48
49
|
'@trpc/tanstack-react-query': '11.16.0',
|
|
49
50
|
'@trpc/client': '11.16.0',
|
|
50
51
|
'@trpc/server': '11.16.0',
|
|
@@ -53,17 +54,17 @@ exports.TS_VERSIONS = {
|
|
|
53
54
|
'@types/cors': '2.8.19',
|
|
54
55
|
'@types/ws': '8.18.1',
|
|
55
56
|
'@types/express': '5.0.6',
|
|
56
|
-
'@smithy/node-http-handler': '4.
|
|
57
|
-
'@smithy/types': '4.14.
|
|
58
|
-
'@vitest/coverage-v8': '4.1.
|
|
59
|
-
'@vitest/ui': '4.1.
|
|
60
|
-
'@astrojs/react': '5.0.
|
|
61
|
-
'@astrojs/starlight': '0.38.
|
|
62
|
-
astro: '6.1.
|
|
57
|
+
'@smithy/node-http-handler': '4.6.1',
|
|
58
|
+
'@smithy/types': '4.14.1',
|
|
59
|
+
'@vitest/coverage-v8': '4.1.5',
|
|
60
|
+
'@vitest/ui': '4.1.5',
|
|
61
|
+
'@astrojs/react': '5.0.4',
|
|
62
|
+
'@astrojs/starlight': '0.38.4',
|
|
63
|
+
astro: '6.1.9',
|
|
63
64
|
aws4fetch: '1.0.20',
|
|
64
|
-
'aws-cdk': '2.
|
|
65
|
-
'aws-cdk-lib': '2.
|
|
66
|
-
'@aws-cdk/aws-bedrock-agentcore-alpha': '2.
|
|
65
|
+
'aws-cdk': '2.1119.0',
|
|
66
|
+
'aws-cdk-lib': '2.251.0',
|
|
67
|
+
'@aws-cdk/aws-bedrock-agentcore-alpha': '2.251.0-alpha.0',
|
|
67
68
|
'aws-xray-sdk-core': '3.12.0',
|
|
68
69
|
constructs: '10.6.0',
|
|
69
70
|
cors: '2.8.6',
|
|
@@ -75,20 +76,20 @@ exports.TS_VERSIONS = {
|
|
|
75
76
|
esbuild: '0.28.0',
|
|
76
77
|
'event-source-polyfill': '1.0.31',
|
|
77
78
|
'@types/event-source-polyfill': '1.0.5',
|
|
78
|
-
'@typescript-eslint/eslint-plugin': '8.
|
|
79
|
-
'@typescript-eslint/parser': '8.
|
|
79
|
+
'@typescript-eslint/eslint-plugin': '8.59.0',
|
|
80
|
+
'@typescript-eslint/parser': '8.59.0',
|
|
80
81
|
'eslint-plugin-prettier': '5.5.5',
|
|
81
82
|
express: '5.2.1',
|
|
82
83
|
'fast-glob': '3.3.3',
|
|
83
84
|
'fs-extra': '11.3.4',
|
|
84
85
|
'@types/fs-extra': '11.0.4',
|
|
85
86
|
'jsonc-eslint-parser': '3.1.0',
|
|
86
|
-
'typescript-eslint': '8.
|
|
87
|
+
'typescript-eslint': '8.59.0',
|
|
87
88
|
'make-dir-cli': '4.0.0',
|
|
88
89
|
ncp: '2.0.0',
|
|
89
90
|
'npm-check-updates': '19.6.6',
|
|
90
91
|
'oidc-client-ts': '3.5.0',
|
|
91
|
-
prettier: '3.8.
|
|
92
|
+
prettier: '3.8.3',
|
|
92
93
|
'react-oidc-context': '3.3.1',
|
|
93
94
|
react: '19.2.5',
|
|
94
95
|
'react-dom': '19.2.5',
|
|
@@ -100,14 +101,14 @@ exports.TS_VERSIONS = {
|
|
|
100
101
|
tailwindcss: '4.2.2',
|
|
101
102
|
'@tailwindcss/vite': '4.2.2',
|
|
102
103
|
tsx: '4.21.0',
|
|
103
|
-
'lucide-react': '1.
|
|
104
|
+
'lucide-react': '1.11.0',
|
|
104
105
|
'radix-ui': '1.4.3',
|
|
105
|
-
shadcn: '4.
|
|
106
|
+
shadcn: '4.5.0',
|
|
106
107
|
'tw-animate-css': '1.4.0',
|
|
107
108
|
'tailwind-merge': '3.5.0',
|
|
108
109
|
vite: '8.0.8',
|
|
109
|
-
typescript: '6.0.
|
|
110
|
-
vitest: '4.1.
|
|
110
|
+
typescript: '6.0.3',
|
|
111
|
+
vitest: '4.1.5',
|
|
111
112
|
zod: '4.3.6',
|
|
112
113
|
ws: '8.20.0',
|
|
113
114
|
};
|
|
@@ -120,24 +121,24 @@ exports.withVersions = withVersions;
|
|
|
120
121
|
* Versions for Python dependencies added by generators
|
|
121
122
|
*/
|
|
122
123
|
exports.PY_VERSIONS = {
|
|
123
|
-
'ag-ui-protocol': '==0.1.
|
|
124
|
+
'ag-ui-protocol': '==0.1.18',
|
|
124
125
|
'ag-ui-strands': '==0.1.7',
|
|
125
|
-
'aws-lambda-powertools': '==3.
|
|
126
|
-
'aws-lambda-powertools[tracer]': '==3.
|
|
127
|
-
'aws-lambda-powertools[parser]': '==3.
|
|
126
|
+
'aws-lambda-powertools': '==3.28.0',
|
|
127
|
+
'aws-lambda-powertools[tracer]': '==3.28.0',
|
|
128
|
+
'aws-lambda-powertools[parser]': '==3.28.0',
|
|
128
129
|
'aws-opentelemetry-distro': '==0.17.0',
|
|
129
|
-
'bedrock-agentcore': '==1.6.
|
|
130
|
-
boto3: '==1.42.
|
|
131
|
-
checkov: '==3.2.
|
|
132
|
-
fastapi: '==0.
|
|
133
|
-
'fastapi[standard]': '==0.
|
|
130
|
+
'bedrock-agentcore': '==1.6.4',
|
|
131
|
+
boto3: '==1.42.97',
|
|
132
|
+
checkov: '==3.2.525',
|
|
133
|
+
fastapi: '==0.136.1',
|
|
134
|
+
'fastapi[standard]': '==0.136.1',
|
|
134
135
|
httpx: '==0.28.1',
|
|
135
136
|
mcp: '==1.27.0',
|
|
136
137
|
'pip-check-updates': '==0.28.0',
|
|
137
|
-
'strands-agents': '==1.
|
|
138
|
-
'strands-agents[a2a]': '==1.
|
|
139
|
-
'strands-agents-tools': '==0.
|
|
140
|
-
uvicorn: '==0.
|
|
138
|
+
'strands-agents': '==1.37.0',
|
|
139
|
+
'strands-agents[a2a]': '==1.37.0',
|
|
140
|
+
'strands-agents-tools': '==0.5.1',
|
|
141
|
+
uvicorn: '==0.46.0',
|
|
141
142
|
};
|
|
142
143
|
/**
|
|
143
144
|
* 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,aAAa,EAAE,QAAQ;IACvB,wDAAwD,EAAE,QAAQ;IAClE,0BAA0B,EAAE,UAAU;IACtC,iCAAiC,EAAE,UAAU;IAC7C,qBAAqB,EAAE,UAAU;IACjC,+BAA+B,EAAE,UAAU;IAC3C,+BAA+B,EAAE,gBAAgB;IACjD,yBAAyB,EAAE,gBAAgB;IAC3C,+BAA+B,EAAE,QAAQ;IACzC,gCAAgC,EAAE,QAAQ;IAC1C,mCAAmC,EAAE,QAAQ;IAC7C,+BAA+B,EAAE,QAAQ;IACzC,+BAA+B,EAAE,QAAQ;IACzC,+BAA+B,EAAE,UAAU;IAC3C,aAAa,EAAE,OAAO;IACtB,cAAc,EAAE,QAAQ;IACxB,sBAAsB,EAAE,QAAQ;IAChC,YAAY,EAAE,QAAQ;IACtB,WAAW,EAAE,QAAQ;IACrB,qBAAqB,EAAE,QAAQ;IAC/B,2BAA2B,EAAE,QAAQ;IACrC,iCAAiC,EAAE,QAAQ;IAC3C,eAAe,EAAE,QAAQ;IACzB,wBAAwB,EAAE,QAAQ;IAClC,IAAI,EAAE,OAAO;IACb,qBAAqB,EAAE,YAAY;IACnC,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,
|
|
1
|
+
{"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/nx-plugin/src/utils/versions.ts"],"names":[],"mappings":"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"}
|
|
File without changes
|