@aws/nx-plugin 1.0.0-rc.24 → 1.0.0-rc.26
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 +2020 -702
- package/package.json +6 -6
- package/src/agentcore-gateway/gateway-connection/generator.d.ts +1 -1
- package/src/agentcore-gateway/gateway-connection/generator.js +7 -5
- package/src/agentcore-gateway/gateway-connection/generator.js.map +1 -1
- package/src/agentcore-gateway/gateway-connection/schema.d.js.map +1 -1
- package/src/agentcore-gateway/gateway-connection/schema.d.ts +1 -0
- package/src/agentcore-gateway/gateway-connection/schema.json +5 -0
- package/src/agentcore-gateway/generator.js +7 -4
- package/src/agentcore-gateway/generator.js.map +1 -1
- package/src/agentcore-gateway/mcp-connection/generator.d.ts +1 -1
- package/src/agentcore-gateway/mcp-connection/generator.js +7 -5
- package/src/agentcore-gateway/mcp-connection/generator.js.map +1 -1
- package/src/agentcore-gateway/mcp-connection/schema.d.js.map +1 -1
- package/src/agentcore-gateway/mcp-connection/schema.d.ts +1 -0
- package/src/agentcore-gateway/mcp-connection/schema.json +5 -0
- package/src/agentcore-gateway/schema.d.js.map +1 -1
- package/src/agentcore-gateway/schema.d.ts +1 -0
- package/src/agentcore-gateway/schema.json +5 -0
- package/src/connection/generator.d.ts +3 -10
- package/src/connection/generator.js +18 -148
- package/src/connection/generator.js.map +1 -1
- package/src/connection/schema.d.js.map +1 -1
- package/src/connection/schema.d.ts +1 -0
- package/src/connection/schema.json +5 -0
- package/src/connection/supported-connections.d.ts +98 -0
- package/src/connection/supported-connections.js +138 -0
- package/src/connection/supported-connections.js.map +1 -0
- package/src/infra/app/__snapshots__/generator.spec.ts.snap +29 -21
- package/src/infra/app/generator.js +12 -6
- package/src/infra/app/generator.js.map +1 -1
- package/src/infra/app/schema.d.js.map +1 -1
- package/src/infra/app/schema.d.ts +1 -1
- package/src/infra/app/schema.json +5 -0
- package/src/license/schema.d.js.map +1 -1
- package/src/license/schema.d.ts +2 -0
- package/src/license/schema.json +5 -0
- package/src/mcp-server/tools/general-guidance.js +17 -0
- package/src/mcp-server/tools/general-guidance.js.map +1 -1
- package/src/preset/__snapshots__/generator.spec.ts.snap +1 -1
- package/src/preset/generator.d.ts +1 -1
- package/src/preset/generator.js +8 -5
- package/src/preset/generator.js.map +1 -1
- package/src/preset/schema.d.js.map +1 -1
- package/src/preset/schema.d.ts +1 -0
- package/src/preset/schema.json +5 -0
- package/src/py/agent/__snapshots__/generator.constructs.spec.ts.snap +9 -9
- package/src/py/agent/__snapshots__/generator.frameworks.spec.ts.snap +10 -10
- package/src/py/agent/__snapshots__/generator.protocols.spec.ts.snap +1 -1
- package/src/py/agent/a2a-connection/generator.js +7 -4
- package/src/py/agent/a2a-connection/generator.js.map +1 -1
- package/src/py/agent/a2a-connection/schema.d.js.map +1 -1
- package/src/py/agent/a2a-connection/schema.d.ts +1 -0
- package/src/py/agent/a2a-connection/schema.json +5 -0
- package/src/py/agent/gateway-connection/generator.js +7 -4
- package/src/py/agent/gateway-connection/generator.js.map +1 -1
- package/src/py/agent/gateway-connection/schema.d.js.map +1 -1
- package/src/py/agent/gateway-connection/schema.d.ts +1 -0
- package/src/py/agent/gateway-connection/schema.json +5 -0
- package/src/py/agent/generator.js +8 -6
- package/src/py/agent/generator.js.map +1 -1
- package/src/py/agent/mcp-connection/generator.js +7 -4
- package/src/py/agent/mcp-connection/generator.js.map +1 -1
- package/src/py/agent/mcp-connection/schema.d.js.map +1 -1
- package/src/py/agent/mcp-connection/schema.d.ts +1 -0
- package/src/py/agent/mcp-connection/schema.json +5 -0
- package/src/py/agent/react-connection/generator.d.ts +1 -1
- package/src/py/agent/react-connection/generator.js +7 -4
- package/src/py/agent/react-connection/generator.js.map +1 -1
- package/src/py/agent/react-connection/schema.d.js.map +1 -1
- package/src/py/agent/react-connection/schema.d.ts +1 -0
- package/src/py/agent/react-connection/schema.json +5 -0
- package/src/py/agent/schema.d.js.map +1 -1
- package/src/py/agent/schema.d.ts +1 -0
- package/src/py/agent/schema.json +5 -0
- package/src/py/api/generator.js +2 -1
- package/src/py/api/generator.js.map +1 -1
- package/src/py/api/schema.d.js.map +1 -1
- package/src/py/api/schema.d.ts +1 -0
- package/src/py/api/schema.json +5 -0
- package/src/py/dynamodb/agent-connection/generator.js +8 -6
- package/src/py/dynamodb/agent-connection/generator.js.map +1 -1
- package/src/py/dynamodb/agent-connection/schema.d.js.map +1 -1
- package/src/py/dynamodb/agent-connection/schema.d.ts +1 -0
- package/src/py/dynamodb/agent-connection/schema.json +5 -0
- package/src/py/dynamodb/fast-api-connection/generator.js +8 -6
- package/src/py/dynamodb/fast-api-connection/generator.js.map +1 -1
- package/src/py/dynamodb/fast-api-connection/schema.d.js.map +1 -1
- package/src/py/dynamodb/fast-api-connection/schema.d.ts +1 -0
- package/src/py/dynamodb/fast-api-connection/schema.json +5 -0
- package/src/py/dynamodb/generator.js +10 -7
- package/src/py/dynamodb/generator.js.map +1 -1
- package/src/py/dynamodb/mcp-server-connection/generator.js +8 -6
- package/src/py/dynamodb/mcp-server-connection/generator.js.map +1 -1
- package/src/py/dynamodb/mcp-server-connection/schema.d.js.map +1 -1
- package/src/py/dynamodb/mcp-server-connection/schema.d.ts +1 -0
- package/src/py/dynamodb/mcp-server-connection/schema.json +5 -0
- package/src/py/dynamodb/schema.d.js.map +1 -1
- package/src/py/dynamodb/schema.d.ts +1 -0
- package/src/py/dynamodb/schema.json +5 -0
- package/src/py/fast-api/generator.js +10 -7
- package/src/py/fast-api/generator.js.map +1 -1
- package/src/py/fast-api/react/generator.d.ts +2 -2
- package/src/py/fast-api/react/generator.js +7 -5
- package/src/py/fast-api/react/generator.js.map +1 -1
- package/src/py/fast-api/react/schema.d.js.map +1 -1
- package/src/py/fast-api/react/schema.d.ts +1 -0
- package/src/py/fast-api/react/schema.json +5 -0
- package/src/py/fast-api/schema.d.js.map +1 -1
- package/src/py/fast-api/schema.d.ts +1 -0
- package/src/py/fast-api/schema.json +5 -0
- package/src/py/lambda-function/generator.js +8 -6
- package/src/py/lambda-function/generator.js.map +1 -1
- package/src/py/lambda-function/schema.d.js.map +1 -1
- package/src/py/lambda-function/schema.d.ts +1 -0
- package/src/py/lambda-function/schema.json +5 -0
- package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +5 -5
- package/src/py/mcp-server/generator.js +8 -6
- package/src/py/mcp-server/generator.js.map +1 -1
- package/src/py/mcp-server/schema.d.js.map +1 -1
- package/src/py/mcp-server/schema.d.ts +1 -0
- package/src/py/mcp-server/schema.json +5 -0
- package/src/py/project/generator.js +9 -6
- package/src/py/project/generator.js.map +1 -1
- package/src/py/project/schema.d.js.map +1 -1
- package/src/py/project/schema.d.ts +1 -0
- package/src/py/project/schema.json +5 -0
- package/src/sdk/open-api.d.ts +1 -1
- package/src/sdk/open-api.js +1 -1
- package/src/sdk/open-api.js.map +1 -1
- package/src/sdk/utils/ast.d.ts +1 -2
- package/src/sdk/utils/ast.js +1 -2
- package/src/sdk/utils/ast.js.map +1 -1
- package/src/smithy/project/generator.js +7 -4
- package/src/smithy/project/generator.js.map +1 -1
- package/src/smithy/project/schema.d.js.map +1 -1
- package/src/smithy/project/schema.d.ts +1 -0
- package/src/smithy/project/schema.json +5 -0
- package/src/smithy/react-connection/generator.js +7 -4
- package/src/smithy/react-connection/generator.js.map +1 -1
- package/src/smithy/react-connection/schema.d.js.map +1 -1
- package/src/smithy/react-connection/schema.d.ts +1 -0
- package/src/smithy/react-connection/schema.json +5 -0
- package/src/smithy/ts/api/generator.js +11 -6
- package/src/smithy/ts/api/generator.js.map +1 -1
- package/src/smithy/ts/api/schema.d.js.map +1 -1
- package/src/smithy/ts/api/schema.d.ts +1 -0
- package/src/smithy/ts/api/schema.json +5 -0
- package/src/terraform/project/generator.js +13 -4
- package/src/terraform/project/generator.js.map +1 -1
- package/src/terraform/project/schema.d.js.map +1 -1
- package/src/terraform/project/schema.d.ts +1 -0
- package/src/terraform/project/schema.json +5 -0
- package/src/trpc/backend/generator.d.ts +1 -1
- package/src/trpc/backend/generator.js +9 -5
- package/src/trpc/backend/generator.js.map +1 -1
- package/src/trpc/backend/schema.d.js.map +1 -1
- package/src/trpc/backend/schema.d.ts +1 -0
- package/src/trpc/backend/schema.json +5 -0
- package/src/trpc/react/generator.d.ts +1 -1
- package/src/trpc/react/generator.js +9 -5
- package/src/trpc/react/generator.js.map +1 -1
- package/src/trpc/react/schema.d.js.map +1 -1
- package/src/trpc/react/schema.d.ts +1 -0
- package/src/trpc/react/schema.json +5 -0
- package/src/ts/agent/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/ts/agent/a2a-connection/generator.js +7 -4
- package/src/ts/agent/a2a-connection/generator.js.map +1 -1
- package/src/ts/agent/a2a-connection/schema.d.js.map +1 -1
- package/src/ts/agent/a2a-connection/schema.d.ts +1 -0
- package/src/ts/agent/a2a-connection/schema.json +5 -0
- package/src/ts/agent/gateway-connection/generator.js +7 -4
- package/src/ts/agent/gateway-connection/generator.js.map +1 -1
- package/src/ts/agent/gateway-connection/schema.d.js.map +1 -1
- package/src/ts/agent/gateway-connection/schema.d.ts +1 -0
- package/src/ts/agent/gateway-connection/schema.json +5 -0
- package/src/ts/agent/generator.js +7 -4
- package/src/ts/agent/generator.js.map +1 -1
- package/src/ts/agent/mcp-connection/generator.js +7 -4
- package/src/ts/agent/mcp-connection/generator.js.map +1 -1
- package/src/ts/agent/mcp-connection/schema.d.js.map +1 -1
- package/src/ts/agent/mcp-connection/schema.d.ts +1 -0
- package/src/ts/agent/mcp-connection/schema.json +5 -0
- package/src/ts/agent/react-connection/generator.d.ts +1 -1
- package/src/ts/agent/react-connection/generator.js +14 -8
- package/src/ts/agent/react-connection/generator.js.map +1 -1
- package/src/ts/agent/react-connection/schema.d.js.map +1 -1
- package/src/ts/agent/react-connection/schema.d.ts +1 -0
- package/src/ts/agent/react-connection/schema.json +5 -0
- package/src/ts/agent/schema.d.js.map +1 -1
- package/src/ts/agent/schema.d.ts +1 -0
- package/src/ts/agent/schema.json +5 -0
- package/src/ts/api/generator.js +4 -2
- package/src/ts/api/generator.js.map +1 -1
- package/src/ts/api/schema.d.js.map +1 -1
- package/src/ts/api/schema.d.ts +1 -0
- package/src/ts/api/schema.json +5 -0
- package/src/ts/astro-docs/generator.js +7 -6
- package/src/ts/astro-docs/generator.js.map +1 -1
- package/src/ts/astro-docs/schema.d.js.map +1 -1
- package/src/ts/astro-docs/schema.d.ts +2 -2
- package/src/ts/astro-docs/schema.json +3 -3
- package/src/ts/docs/schema.d.js.map +1 -1
- package/src/ts/docs/schema.d.ts +1 -4
- package/src/ts/docs/schema.json +3 -3
- package/src/ts/dynamodb/agent-connection/schema.d.js.map +1 -1
- package/src/ts/dynamodb/agent-connection/schema.d.ts +1 -0
- package/src/ts/dynamodb/agent-connection/schema.json +5 -0
- package/src/ts/dynamodb/generator.js +9 -5
- package/src/ts/dynamodb/generator.js.map +1 -1
- package/src/ts/dynamodb/mcp-server-connection/schema.d.js.map +1 -1
- package/src/ts/dynamodb/mcp-server-connection/schema.d.ts +1 -0
- package/src/ts/dynamodb/mcp-server-connection/schema.json +5 -0
- package/src/ts/dynamodb/schema.d.js.map +1 -1
- package/src/ts/dynamodb/schema.d.ts +1 -0
- package/src/ts/dynamodb/schema.json +5 -0
- package/src/ts/dynamodb/smithy-connection/schema.d.js.map +1 -1
- package/src/ts/dynamodb/smithy-connection/schema.d.ts +1 -0
- package/src/ts/dynamodb/smithy-connection/schema.json +5 -0
- package/src/ts/dynamodb/trpc-connection/schema.d.js.map +1 -1
- package/src/ts/dynamodb/trpc-connection/schema.d.ts +1 -0
- package/src/ts/dynamodb/trpc-connection/schema.json +5 -0
- package/src/ts/lambda-function/generator.js +7 -4
- package/src/ts/lambda-function/generator.js.map +1 -1
- package/src/ts/lambda-function/schema.d.js.map +1 -1
- package/src/ts/lambda-function/schema.d.ts +1 -0
- package/src/ts/lambda-function/schema.json +5 -0
- package/src/ts/lib/generator.js +10 -6
- package/src/ts/lib/generator.js.map +1 -1
- package/src/ts/lib/schema.d.js.map +1 -1
- package/src/ts/lib/schema.d.ts +1 -1
- package/src/ts/lib/schema.json +5 -0
- package/src/ts/mcp-server/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/ts/mcp-server/generator.js +7 -4
- package/src/ts/mcp-server/generator.js.map +1 -1
- package/src/ts/mcp-server/schema.d.js.map +1 -1
- package/src/ts/mcp-server/schema.d.ts +1 -0
- package/src/ts/mcp-server/schema.json +5 -0
- package/src/ts/nx-generator/__snapshots__/generator.spec.ts.snap +18 -8
- package/src/ts/nx-generator/files/common/schema.d.ts.template +1 -0
- package/src/ts/nx-generator/files/common/schema.json.template +5 -0
- package/src/ts/nx-generator/files/nx-plugin-for-aws/generator/generator.ts.template +3 -4
- package/src/ts/nx-generator/generator.js +7 -4
- package/src/ts/nx-generator/generator.js.map +1 -1
- package/src/ts/nx-generator/schema.d.js.map +1 -1
- package/src/ts/nx-generator/schema.d.ts +1 -0
- package/src/ts/nx-generator/schema.json +5 -0
- package/src/ts/nx-plugin/generator.js +13 -6
- package/src/ts/nx-plugin/generator.js.map +1 -1
- package/src/ts/nx-plugin/schema.json +5 -0
- package/src/ts/rdb/agent-connection/schema.d.js.map +1 -1
- package/src/ts/rdb/agent-connection/schema.d.ts +1 -0
- package/src/ts/rdb/agent-connection/schema.json +5 -0
- package/src/ts/rdb/generator.js +9 -5
- package/src/ts/rdb/generator.js.map +1 -1
- package/src/ts/rdb/mcp-server-connection/schema.d.js.map +1 -1
- package/src/ts/rdb/mcp-server-connection/schema.d.ts +1 -0
- package/src/ts/rdb/mcp-server-connection/schema.json +5 -0
- package/src/ts/rdb/schema.d.js.map +1 -1
- package/src/ts/rdb/schema.d.ts +1 -0
- package/src/ts/rdb/schema.json +5 -0
- package/src/ts/rdb/smithy-connection/schema.d.js.map +1 -1
- package/src/ts/rdb/smithy-connection/schema.d.ts +1 -0
- package/src/ts/rdb/smithy-connection/schema.json +5 -0
- package/src/ts/rdb/trpc-connection/schema.d.js.map +1 -1
- package/src/ts/rdb/trpc-connection/schema.d.ts +1 -0
- package/src/ts/rdb/trpc-connection/schema.json +5 -0
- package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +26 -26
- package/src/ts/react-website/app/generator.d.ts +1 -1
- package/src/ts/react-website/app/generator.js +18 -6
- package/src/ts/react-website/app/generator.js.map +1 -1
- package/src/ts/react-website/app/schema.d.js.map +1 -1
- package/src/ts/react-website/app/schema.d.ts +1 -1
- package/src/ts/react-website/app/schema.json +5 -0
- package/src/ts/react-website/cognito-auth/__snapshots__/generator.spec.ts.snap +10 -7
- package/src/ts/react-website/cognito-auth/__snapshots__/generator.terraform.spec.ts.snap +1 -1
- package/src/ts/react-website/cognito-auth/generator.d.ts +1 -1
- package/src/ts/react-website/cognito-auth/generator.js +9 -5
- package/src/ts/react-website/cognito-auth/generator.js.map +1 -1
- package/src/ts/react-website/cognito-auth/schema.d.js.map +1 -1
- package/src/ts/react-website/cognito-auth/schema.d.ts +1 -0
- package/src/ts/react-website/cognito-auth/schema.json +5 -0
- package/src/ts/react-website/runtime-config/schema.d.js.map +1 -1
- package/src/ts/react-website/runtime-config/schema.d.ts +1 -0
- package/src/ts/react-website/runtime-config/schema.json +5 -0
- package/src/ts/website/app/schema.d.js.map +1 -1
- package/src/ts/website/app/schema.d.ts +1 -1
- package/src/ts/website/app/schema.json +5 -0
- package/src/ts/website/auth/generator.d.ts +1 -1
- package/src/ts/website/auth/generator.js +2 -1
- package/src/ts/website/auth/generator.js.map +1 -1
- package/src/ts/website/auth/schema.d.js.map +1 -1
- package/src/ts/website/auth/schema.d.ts +1 -0
- package/src/ts/website/auth/schema.json +5 -0
- package/src/utils/files/common/scripts/src/infra/stage-credentials/cdk-command.ts.template +11 -3
- package/src/utils/identity-constructs/files/cdk/core/user-identity.ts.template +10 -7
- package/src/utils/install.d.ts +32 -0
- package/src/utils/install.js +56 -0
- package/src/utils/install.js.map +1 -0
- package/src/utils/versions.d.ts +64 -64
- package/src/utils/versions.js +63 -63
- package/src/utils/versions.js.map +1 -1
package/src/utils/versions.d.ts
CHANGED
|
@@ -7,15 +7,15 @@
|
|
|
7
7
|
*/
|
|
8
8
|
export declare const TS_VERSIONS: {
|
|
9
9
|
readonly '@a2a-js/sdk': "0.3.13";
|
|
10
|
-
readonly '@aws/aws-distro-opentelemetry-node-autoinstrumentation': "0.
|
|
11
|
-
readonly '@aws-sdk/client-dynamodb': "3.
|
|
12
|
-
readonly '@aws-sdk/client-bedrock-runtime': "3.
|
|
13
|
-
readonly '@aws-sdk/client-s3': "3.
|
|
14
|
-
readonly '@aws-sdk/client-sts': "3.
|
|
15
|
-
readonly '@aws-sdk/credential-providers': "3.
|
|
16
|
-
readonly '@aws-sdk/credential-provider-cognito-identity': "3.972.
|
|
17
|
-
readonly '@aws-sdk/client-secrets-manager': "3.
|
|
18
|
-
readonly '@aws-sdk/rds-signer': "3.
|
|
10
|
+
readonly '@aws/aws-distro-opentelemetry-node-autoinstrumentation': "0.12.0";
|
|
11
|
+
readonly '@aws-sdk/client-dynamodb': "3.1075.0";
|
|
12
|
+
readonly '@aws-sdk/client-bedrock-runtime': "3.1075.0";
|
|
13
|
+
readonly '@aws-sdk/client-s3': "3.1075.0";
|
|
14
|
+
readonly '@aws-sdk/client-sts': "3.1075.0";
|
|
15
|
+
readonly '@aws-sdk/credential-providers': "3.1075.0";
|
|
16
|
+
readonly '@aws-sdk/credential-provider-cognito-identity': "3.972.48";
|
|
17
|
+
readonly '@aws-sdk/client-secrets-manager': "3.1075.0";
|
|
18
|
+
readonly '@aws-sdk/rds-signer': "3.1075.0";
|
|
19
19
|
readonly '@aws-smithy/server-apigateway': "1.0.0-alpha.10";
|
|
20
20
|
readonly '@aws-smithy/server-node': "1.0.0-alpha.10";
|
|
21
21
|
readonly '@aws-lambda-powertools/logger': "2.33.1";
|
|
@@ -23,57 +23,57 @@ export declare const TS_VERSIONS: {
|
|
|
23
23
|
readonly '@aws-lambda-powertools/parameters': "2.33.1";
|
|
24
24
|
readonly '@aws-lambda-powertools/tracer': "2.33.1";
|
|
25
25
|
readonly '@aws-lambda-powertools/parser': "2.33.1";
|
|
26
|
-
readonly '@aws-sdk/client-appconfigdata': "3.
|
|
27
|
-
readonly '@middy/core': "7.
|
|
28
|
-
readonly '@nxlv/python': "22.2.
|
|
26
|
+
readonly '@aws-sdk/client-appconfigdata': "3.1075.0";
|
|
27
|
+
readonly '@middy/core': "7.7.0";
|
|
28
|
+
readonly '@nxlv/python': "22.2.1";
|
|
29
29
|
readonly '@nx-extend/terraform': "10.2.1";
|
|
30
30
|
readonly '@nx/devkit': "23.0.1";
|
|
31
31
|
readonly '@nx/react': "23.0.1";
|
|
32
32
|
readonly 'create-nx-workspace': "23.0.1";
|
|
33
33
|
readonly '@swc-node/register': "1.11.1";
|
|
34
|
-
readonly '@swc/core': "1.15.
|
|
34
|
+
readonly '@swc/core': "1.15.43";
|
|
35
35
|
readonly '@modelcontextprotocol/sdk': "1.29.0";
|
|
36
36
|
readonly '@modelcontextprotocol/inspector': "0.19.0";
|
|
37
|
-
readonly '@ag-ui/aws-strands': "0.
|
|
37
|
+
readonly '@ag-ui/aws-strands': "0.2.3";
|
|
38
38
|
readonly '@ag-ui/client': "0.0.57";
|
|
39
39
|
readonly '@ag-ui/core': "0.0.57";
|
|
40
40
|
readonly '@ag-ui/encoder': "0.0.57";
|
|
41
41
|
readonly 'agent-chat-cli': "0.3.0";
|
|
42
|
-
readonly '@copilotkit/react-core': "1.
|
|
42
|
+
readonly '@copilotkit/react-core': "1.61.2";
|
|
43
43
|
readonly rxjs: "7.8.2";
|
|
44
|
-
readonly '@strands-agents/sdk': "1.
|
|
45
|
-
readonly '@tanstack/react-router': "1.170.
|
|
44
|
+
readonly '@strands-agents/sdk': "1.7.0";
|
|
45
|
+
readonly '@tanstack/react-router': "1.170.16";
|
|
46
46
|
readonly '@tanstack/router-plugin': "1.168.18";
|
|
47
47
|
readonly '@tanstack/router-generator': "1.167.17";
|
|
48
48
|
readonly '@tanstack/virtual-file-routes': "1.162.0";
|
|
49
49
|
readonly '@tanstack/router-utils': "1.162.2";
|
|
50
|
-
readonly '@cloudscape-design/board-components': "3.0.
|
|
51
|
-
readonly '@cloudscape-design/chat-components': "1.0.
|
|
52
|
-
readonly '@cloudscape-design/components': "3.0.
|
|
53
|
-
readonly '@cloudscape-design/global-styles': "1.0.
|
|
54
|
-
readonly '@tanstack/react-query': "5.101.
|
|
55
|
-
readonly '@tanstack/react-query-devtools': "5.101.
|
|
56
|
-
readonly '@trpc/tanstack-react-query': "11.
|
|
57
|
-
readonly '@trpc/client': "11.
|
|
58
|
-
readonly '@trpc/server': "11.
|
|
59
|
-
readonly '@types/node': "25.9.
|
|
50
|
+
readonly '@cloudscape-design/board-components': "3.0.197";
|
|
51
|
+
readonly '@cloudscape-design/chat-components': "1.0.146";
|
|
52
|
+
readonly '@cloudscape-design/components': "3.0.1320";
|
|
53
|
+
readonly '@cloudscape-design/global-styles': "1.0.61";
|
|
54
|
+
readonly '@tanstack/react-query': "5.101.2";
|
|
55
|
+
readonly '@tanstack/react-query-devtools': "5.101.2";
|
|
56
|
+
readonly '@trpc/tanstack-react-query': "11.18.0";
|
|
57
|
+
readonly '@trpc/client': "11.18.0";
|
|
58
|
+
readonly '@trpc/server': "11.18.0";
|
|
59
|
+
readonly '@types/node': "25.9.4";
|
|
60
60
|
readonly '@types/aws-lambda': "8.10.162";
|
|
61
61
|
readonly '@types/cors': "2.8.19";
|
|
62
62
|
readonly '@types/pg': "8.20.0";
|
|
63
63
|
readonly '@types/ws': "8.18.1";
|
|
64
64
|
readonly '@types/express': "5.0.6";
|
|
65
|
-
readonly '@smithy/config-resolver': "4.
|
|
66
|
-
readonly '@smithy/node-config-provider': "4.
|
|
67
|
-
readonly '@smithy/node-http-handler': "4.
|
|
68
|
-
readonly '@smithy/types': "4.
|
|
69
|
-
readonly '@vitest/coverage-v8': "4.1.
|
|
70
|
-
readonly '@vitest/ui': "4.1.
|
|
65
|
+
readonly '@smithy/config-resolver': "4.6.2";
|
|
66
|
+
readonly '@smithy/node-config-provider': "4.5.2";
|
|
67
|
+
readonly '@smithy/node-http-handler': "4.8.2";
|
|
68
|
+
readonly '@smithy/types': "4.15.0";
|
|
69
|
+
readonly '@vitest/coverage-v8': "4.1.9";
|
|
70
|
+
readonly '@vitest/ui': "4.1.9";
|
|
71
71
|
readonly '@astrojs/react': "5.0.7";
|
|
72
72
|
readonly '@astrojs/starlight': "0.40.0";
|
|
73
|
-
readonly astro: "6.4.
|
|
73
|
+
readonly astro: "6.4.8";
|
|
74
74
|
readonly aws4fetch: "1.0.20";
|
|
75
|
-
readonly 'aws-cdk': "2.
|
|
76
|
-
readonly 'aws-cdk-lib': "2.
|
|
75
|
+
readonly 'aws-cdk': "2.1129.0";
|
|
76
|
+
readonly 'aws-cdk-lib': "2.260.0";
|
|
77
77
|
readonly 'aws-xray-sdk-core': "3.12.0";
|
|
78
78
|
readonly constructs: "10.6.0";
|
|
79
79
|
readonly cors: "2.8.6";
|
|
@@ -85,7 +85,7 @@ export declare const TS_VERSIONS: {
|
|
|
85
85
|
readonly esbuild: "0.28.1";
|
|
86
86
|
readonly 'event-source-polyfill': "1.0.31";
|
|
87
87
|
readonly '@types/event-source-polyfill': "1.0.5";
|
|
88
|
-
readonly '@biomejs/biome': "2.5.
|
|
88
|
+
readonly '@biomejs/biome': "2.5.1";
|
|
89
89
|
readonly '@prisma/adapter-mariadb': "7.8.0";
|
|
90
90
|
readonly '@prisma/adapter-pg': "7.8.0";
|
|
91
91
|
readonly '@prisma/client': "7.8.0";
|
|
@@ -101,27 +101,27 @@ export declare const TS_VERSIONS: {
|
|
|
101
101
|
readonly ncp: "2.0.0";
|
|
102
102
|
readonly 'npm-check-updates': "19.6.6";
|
|
103
103
|
readonly 'oidc-client-ts': "3.5.0";
|
|
104
|
-
readonly pg: "8.
|
|
104
|
+
readonly pg: "8.22.0";
|
|
105
105
|
readonly prisma: "7.8.0";
|
|
106
106
|
readonly 'react-oidc-context': "3.3.1";
|
|
107
107
|
readonly react: "19.2.7";
|
|
108
108
|
readonly 'react-dom': "19.2.7";
|
|
109
109
|
readonly rimraf: "6.1.3";
|
|
110
|
-
readonly rolldown: "1.1.
|
|
110
|
+
readonly rolldown: "1.1.3";
|
|
111
111
|
readonly 'simple-git': "3.36.0";
|
|
112
112
|
readonly 'source-map-support': "0.5.21";
|
|
113
113
|
readonly 'starlight-blog': "0.26.1";
|
|
114
114
|
readonly tailwindcss: "4.2.2";
|
|
115
115
|
readonly '@tailwindcss/vite': "4.2.2";
|
|
116
116
|
readonly tsx: "4.22.4";
|
|
117
|
-
readonly 'lucide-react': "1.
|
|
118
|
-
readonly 'radix-ui': "1.
|
|
119
|
-
readonly shadcn: "4.
|
|
117
|
+
readonly 'lucide-react': "1.22.0";
|
|
118
|
+
readonly 'radix-ui': "1.6.0";
|
|
119
|
+
readonly shadcn: "4.12.0";
|
|
120
120
|
readonly 'tw-animate-css': "1.4.0";
|
|
121
121
|
readonly 'tailwind-merge': "3.6.0";
|
|
122
|
-
readonly vite: "8.0
|
|
122
|
+
readonly vite: "8.1.0";
|
|
123
123
|
readonly typescript: "6.0.3";
|
|
124
|
-
readonly vitest: "4.1.
|
|
124
|
+
readonly vitest: "4.1.9";
|
|
125
125
|
readonly zod: "4.4.3";
|
|
126
126
|
readonly ws: "8.21.0";
|
|
127
127
|
};
|
|
@@ -130,7 +130,7 @@ export type ITsDepVersion = keyof typeof TS_VERSIONS;
|
|
|
130
130
|
* Add versions to the given dependencies
|
|
131
131
|
*/
|
|
132
132
|
export declare const withVersions: (deps: ITsDepVersion[]) => {
|
|
133
|
-
[k: string]: "0.3.13" | "0.
|
|
133
|
+
[k: string]: "0.3.13" | "0.12.0" | "3.1075.0" | "3.972.48" | "1.0.0-alpha.10" | "2.33.1" | "7.7.0" | "22.2.1" | "10.2.1" | "23.0.1" | "1.11.1" | "1.15.43" | "1.29.0" | "0.19.0" | "0.2.3" | "0.0.57" | "0.3.0" | "1.61.2" | "7.8.2" | "1.7.0" | "1.170.16" | "1.168.18" | "1.167.17" | "1.162.0" | "1.162.2" | "3.0.197" | "1.0.146" | "3.0.1320" | "1.0.61" | "5.101.2" | "11.18.0" | "25.9.4" | "8.10.162" | "2.8.19" | "8.20.0" | "8.18.1" | "5.0.6" | "4.6.2" | "4.5.2" | "4.8.2" | "4.15.0" | "4.1.9" | "5.0.7" | "0.40.0" | "6.4.8" | "1.0.20" | "2.1129.0" | "2.260.0" | "3.12.0" | "10.6.0" | "2.8.6" | "5.6.2" | "0.7.1" | "2.1.1" | "14.0.3" | "3.9.1" | "0.28.1" | "1.0.31" | "1.0.5" | "2.5.1" | "7.8.0" | "6.0.1" | "3.1.5" | "5.2.1" | "3.3.3" | "9.1.7" | "11.3.5" | "11.0.4" | "4.0.0" | "3.5.3" | "2.0.0" | "19.6.6" | "3.5.0" | "8.22.0" | "3.3.1" | "19.2.7" | "6.1.3" | "1.1.3" | "3.36.0" | "0.5.21" | "0.26.1" | "4.2.2" | "4.22.4" | "1.22.0" | "1.6.0" | "4.12.0" | "1.4.0" | "3.6.0" | "8.1.0" | "6.0.3" | "4.4.3" | "8.21.0";
|
|
134
134
|
};
|
|
135
135
|
/**
|
|
136
136
|
* Versions for Python dependencies added by generators
|
|
@@ -139,28 +139,28 @@ export declare const PY_VERSIONS: {
|
|
|
139
139
|
readonly 'a2a-sdk': "==0.3.26";
|
|
140
140
|
readonly 'ag-ui-langgraph': "==0.0.42";
|
|
141
141
|
readonly 'ag-ui-protocol': "==0.1.19";
|
|
142
|
-
readonly 'ag-ui-strands': "==0.2.
|
|
143
|
-
readonly 'aws-lambda-powertools': "==3.
|
|
144
|
-
readonly 'aws-lambda-powertools[tracer]': "==3.
|
|
145
|
-
readonly 'aws-lambda-powertools[parser]': "==3.
|
|
146
|
-
readonly 'aws-opentelemetry-distro': "==0.
|
|
147
|
-
readonly 'bedrock-agentcore': "==1.
|
|
148
|
-
readonly boto3: "==1.43.
|
|
149
|
-
readonly checkov: "==3.3.
|
|
150
|
-
readonly fastapi: "==0.
|
|
151
|
-
readonly 'fastapi[standard]': "==0.
|
|
142
|
+
readonly 'ag-ui-strands': "==0.2.2";
|
|
143
|
+
readonly 'aws-lambda-powertools': "==3.31.0";
|
|
144
|
+
readonly 'aws-lambda-powertools[tracer]': "==3.31.0";
|
|
145
|
+
readonly 'aws-lambda-powertools[parser]': "==3.31.0";
|
|
146
|
+
readonly 'aws-opentelemetry-distro': "==0.18.0";
|
|
147
|
+
readonly 'bedrock-agentcore': "==1.15.1";
|
|
148
|
+
readonly boto3: "==1.43.37";
|
|
149
|
+
readonly checkov: "==3.3.6";
|
|
150
|
+
readonly fastapi: "==0.138.2";
|
|
151
|
+
readonly 'fastapi[standard]': "==0.138.2";
|
|
152
152
|
readonly httpx: "==0.28.1";
|
|
153
|
-
readonly langchain: "==1.3.
|
|
154
|
-
readonly 'langchain-aws': "==1.
|
|
153
|
+
readonly langchain: "==1.3.11";
|
|
154
|
+
readonly 'langchain-aws': "==1.6.1";
|
|
155
155
|
readonly 'langchain-mcp-adapters': "==0.3.0";
|
|
156
|
-
readonly langgraph: "==1.2.
|
|
157
|
-
readonly mcp: "==1.
|
|
158
|
-
readonly 'pip-check-updates': "==0.
|
|
156
|
+
readonly langgraph: "==1.2.7";
|
|
157
|
+
readonly mcp: "==1.28.1";
|
|
158
|
+
readonly 'pip-check-updates': "==0.29.0";
|
|
159
159
|
readonly 'pip-licenses': "==5.5.5";
|
|
160
|
-
readonly 'strands-agents': "==1.
|
|
161
|
-
readonly 'strands-agents[a2a]': "==1.
|
|
162
|
-
readonly 'strands-agents-tools': "==0.8.
|
|
163
|
-
readonly ty: "==0.0.
|
|
160
|
+
readonly 'strands-agents': "==1.45.0";
|
|
161
|
+
readonly 'strands-agents[a2a]': "==1.45.0";
|
|
162
|
+
readonly 'strands-agents-tools': "==0.8.2";
|
|
163
|
+
readonly ty: "==0.0.55";
|
|
164
164
|
readonly pynamodb: "==6.1.0";
|
|
165
165
|
readonly uvicorn: "==0.49.0";
|
|
166
166
|
};
|
package/src/utils/versions.js
CHANGED
|
@@ -5,15 +5,15 @@
|
|
|
5
5
|
* Versons for TypeScript dependencies added by generators
|
|
6
6
|
*/ export const TS_VERSIONS = {
|
|
7
7
|
'@a2a-js/sdk': '0.3.13',
|
|
8
|
-
'@aws/aws-distro-opentelemetry-node-autoinstrumentation': '0.
|
|
9
|
-
'@aws-sdk/client-dynamodb': '3.
|
|
10
|
-
'@aws-sdk/client-bedrock-runtime': '3.
|
|
11
|
-
'@aws-sdk/client-s3': '3.
|
|
12
|
-
'@aws-sdk/client-sts': '3.
|
|
13
|
-
'@aws-sdk/credential-providers': '3.
|
|
14
|
-
'@aws-sdk/credential-provider-cognito-identity': '3.972.
|
|
15
|
-
'@aws-sdk/client-secrets-manager': '3.
|
|
16
|
-
'@aws-sdk/rds-signer': '3.
|
|
8
|
+
'@aws/aws-distro-opentelemetry-node-autoinstrumentation': '0.12.0',
|
|
9
|
+
'@aws-sdk/client-dynamodb': '3.1075.0',
|
|
10
|
+
'@aws-sdk/client-bedrock-runtime': '3.1075.0',
|
|
11
|
+
'@aws-sdk/client-s3': '3.1075.0',
|
|
12
|
+
'@aws-sdk/client-sts': '3.1075.0',
|
|
13
|
+
'@aws-sdk/credential-providers': '3.1075.0',
|
|
14
|
+
'@aws-sdk/credential-provider-cognito-identity': '3.972.48',
|
|
15
|
+
'@aws-sdk/client-secrets-manager': '3.1075.0',
|
|
16
|
+
'@aws-sdk/rds-signer': '3.1075.0',
|
|
17
17
|
'@aws-smithy/server-apigateway': '1.0.0-alpha.10',
|
|
18
18
|
'@aws-smithy/server-node': '1.0.0-alpha.10',
|
|
19
19
|
'@aws-lambda-powertools/logger': '2.33.1',
|
|
@@ -21,57 +21,57 @@
|
|
|
21
21
|
'@aws-lambda-powertools/parameters': '2.33.1',
|
|
22
22
|
'@aws-lambda-powertools/tracer': '2.33.1',
|
|
23
23
|
'@aws-lambda-powertools/parser': '2.33.1',
|
|
24
|
-
'@aws-sdk/client-appconfigdata': '3.
|
|
25
|
-
'@middy/core': '7.
|
|
26
|
-
'@nxlv/python': '22.2.
|
|
24
|
+
'@aws-sdk/client-appconfigdata': '3.1075.0',
|
|
25
|
+
'@middy/core': '7.7.0',
|
|
26
|
+
'@nxlv/python': '22.2.1',
|
|
27
27
|
'@nx-extend/terraform': '10.2.1',
|
|
28
28
|
'@nx/devkit': '23.0.1',
|
|
29
29
|
'@nx/react': '23.0.1',
|
|
30
30
|
'create-nx-workspace': '23.0.1',
|
|
31
31
|
'@swc-node/register': '1.11.1',
|
|
32
|
-
'@swc/core': '1.15.
|
|
32
|
+
'@swc/core': '1.15.43',
|
|
33
33
|
'@modelcontextprotocol/sdk': '1.29.0',
|
|
34
34
|
'@modelcontextprotocol/inspector': '0.19.0',
|
|
35
|
-
'@ag-ui/aws-strands': '0.
|
|
35
|
+
'@ag-ui/aws-strands': '0.2.3',
|
|
36
36
|
'@ag-ui/client': '0.0.57',
|
|
37
37
|
'@ag-ui/core': '0.0.57',
|
|
38
38
|
'@ag-ui/encoder': '0.0.57',
|
|
39
39
|
'agent-chat-cli': '0.3.0',
|
|
40
|
-
'@copilotkit/react-core': '1.
|
|
40
|
+
'@copilotkit/react-core': '1.61.2',
|
|
41
41
|
rxjs: '7.8.2',
|
|
42
|
-
'@strands-agents/sdk': '1.
|
|
43
|
-
'@tanstack/react-router': '1.170.
|
|
42
|
+
'@strands-agents/sdk': '1.7.0',
|
|
43
|
+
'@tanstack/react-router': '1.170.16',
|
|
44
44
|
'@tanstack/router-plugin': '1.168.18',
|
|
45
45
|
'@tanstack/router-generator': '1.167.17',
|
|
46
46
|
'@tanstack/virtual-file-routes': '1.162.0',
|
|
47
47
|
'@tanstack/router-utils': '1.162.2',
|
|
48
|
-
'@cloudscape-design/board-components': '3.0.
|
|
49
|
-
'@cloudscape-design/chat-components': '1.0.
|
|
50
|
-
'@cloudscape-design/components': '3.0.
|
|
51
|
-
'@cloudscape-design/global-styles': '1.0.
|
|
52
|
-
'@tanstack/react-query': '5.101.
|
|
53
|
-
'@tanstack/react-query-devtools': '5.101.
|
|
54
|
-
'@trpc/tanstack-react-query': '11.
|
|
55
|
-
'@trpc/client': '11.
|
|
56
|
-
'@trpc/server': '11.
|
|
57
|
-
'@types/node': '25.9.
|
|
48
|
+
'@cloudscape-design/board-components': '3.0.197',
|
|
49
|
+
'@cloudscape-design/chat-components': '1.0.146',
|
|
50
|
+
'@cloudscape-design/components': '3.0.1320',
|
|
51
|
+
'@cloudscape-design/global-styles': '1.0.61',
|
|
52
|
+
'@tanstack/react-query': '5.101.2',
|
|
53
|
+
'@tanstack/react-query-devtools': '5.101.2',
|
|
54
|
+
'@trpc/tanstack-react-query': '11.18.0',
|
|
55
|
+
'@trpc/client': '11.18.0',
|
|
56
|
+
'@trpc/server': '11.18.0',
|
|
57
|
+
'@types/node': '25.9.4',
|
|
58
58
|
'@types/aws-lambda': '8.10.162',
|
|
59
59
|
'@types/cors': '2.8.19',
|
|
60
60
|
'@types/pg': '8.20.0',
|
|
61
61
|
'@types/ws': '8.18.1',
|
|
62
62
|
'@types/express': '5.0.6',
|
|
63
|
-
'@smithy/config-resolver': '4.
|
|
64
|
-
'@smithy/node-config-provider': '4.
|
|
65
|
-
'@smithy/node-http-handler': '4.
|
|
66
|
-
'@smithy/types': '4.
|
|
67
|
-
'@vitest/coverage-v8': '4.1.
|
|
68
|
-
'@vitest/ui': '4.1.
|
|
63
|
+
'@smithy/config-resolver': '4.6.2',
|
|
64
|
+
'@smithy/node-config-provider': '4.5.2',
|
|
65
|
+
'@smithy/node-http-handler': '4.8.2',
|
|
66
|
+
'@smithy/types': '4.15.0',
|
|
67
|
+
'@vitest/coverage-v8': '4.1.9',
|
|
68
|
+
'@vitest/ui': '4.1.9',
|
|
69
69
|
'@astrojs/react': '5.0.7',
|
|
70
70
|
'@astrojs/starlight': '0.40.0',
|
|
71
|
-
astro: '6.4.
|
|
71
|
+
astro: '6.4.8',
|
|
72
72
|
aws4fetch: '1.0.20',
|
|
73
|
-
'aws-cdk': '2.
|
|
74
|
-
'aws-cdk-lib': '2.
|
|
73
|
+
'aws-cdk': '2.1129.0',
|
|
74
|
+
'aws-cdk-lib': '2.260.0',
|
|
75
75
|
'aws-xray-sdk-core': '3.12.0',
|
|
76
76
|
constructs: '10.6.0',
|
|
77
77
|
cors: '2.8.6',
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
esbuild: '0.28.1',
|
|
84
84
|
'event-source-polyfill': '1.0.31',
|
|
85
85
|
'@types/event-source-polyfill': '1.0.5',
|
|
86
|
-
'@biomejs/biome': '2.5.
|
|
86
|
+
'@biomejs/biome': '2.5.1',
|
|
87
87
|
'@prisma/adapter-mariadb': '7.8.0',
|
|
88
88
|
'@prisma/adapter-pg': '7.8.0',
|
|
89
89
|
'@prisma/client': '7.8.0',
|
|
@@ -99,27 +99,27 @@
|
|
|
99
99
|
ncp: '2.0.0',
|
|
100
100
|
'npm-check-updates': '19.6.6',
|
|
101
101
|
'oidc-client-ts': '3.5.0',
|
|
102
|
-
pg: '8.
|
|
102
|
+
pg: '8.22.0',
|
|
103
103
|
prisma: '7.8.0',
|
|
104
104
|
'react-oidc-context': '3.3.1',
|
|
105
105
|
react: '19.2.7',
|
|
106
106
|
'react-dom': '19.2.7',
|
|
107
107
|
rimraf: '6.1.3',
|
|
108
|
-
rolldown: '1.1.
|
|
108
|
+
rolldown: '1.1.3',
|
|
109
109
|
'simple-git': '3.36.0',
|
|
110
110
|
'source-map-support': '0.5.21',
|
|
111
111
|
'starlight-blog': '0.26.1',
|
|
112
112
|
tailwindcss: '4.2.2',
|
|
113
113
|
'@tailwindcss/vite': '4.2.2',
|
|
114
114
|
tsx: '4.22.4',
|
|
115
|
-
'lucide-react': '1.
|
|
116
|
-
'radix-ui': '1.
|
|
117
|
-
shadcn: '4.
|
|
115
|
+
'lucide-react': '1.22.0',
|
|
116
|
+
'radix-ui': '1.6.0',
|
|
117
|
+
shadcn: '4.12.0',
|
|
118
118
|
'tw-animate-css': '1.4.0',
|
|
119
119
|
'tailwind-merge': '3.6.0',
|
|
120
|
-
vite: '8.0
|
|
120
|
+
vite: '8.1.0',
|
|
121
121
|
typescript: '6.0.3',
|
|
122
|
-
vitest: '4.1.
|
|
122
|
+
vitest: '4.1.9',
|
|
123
123
|
zod: '4.4.3',
|
|
124
124
|
ws: '8.21.0'
|
|
125
125
|
};
|
|
@@ -135,28 +135,28 @@
|
|
|
135
135
|
'a2a-sdk': '==0.3.26',
|
|
136
136
|
'ag-ui-langgraph': '==0.0.42',
|
|
137
137
|
'ag-ui-protocol': '==0.1.19',
|
|
138
|
-
'ag-ui-strands': '==0.2.
|
|
139
|
-
'aws-lambda-powertools': '==3.
|
|
140
|
-
'aws-lambda-powertools[tracer]': '==3.
|
|
141
|
-
'aws-lambda-powertools[parser]': '==3.
|
|
142
|
-
'aws-opentelemetry-distro': '==0.
|
|
143
|
-
'bedrock-agentcore': '==1.
|
|
144
|
-
boto3: '==1.43.
|
|
145
|
-
checkov: '==3.3.
|
|
146
|
-
fastapi: '==0.
|
|
147
|
-
'fastapi[standard]': '==0.
|
|
138
|
+
'ag-ui-strands': '==0.2.2',
|
|
139
|
+
'aws-lambda-powertools': '==3.31.0',
|
|
140
|
+
'aws-lambda-powertools[tracer]': '==3.31.0',
|
|
141
|
+
'aws-lambda-powertools[parser]': '==3.31.0',
|
|
142
|
+
'aws-opentelemetry-distro': '==0.18.0',
|
|
143
|
+
'bedrock-agentcore': '==1.15.1',
|
|
144
|
+
boto3: '==1.43.37',
|
|
145
|
+
checkov: '==3.3.6',
|
|
146
|
+
fastapi: '==0.138.2',
|
|
147
|
+
'fastapi[standard]': '==0.138.2',
|
|
148
148
|
httpx: '==0.28.1',
|
|
149
|
-
langchain: '==1.3.
|
|
150
|
-
'langchain-aws': '==1.
|
|
149
|
+
langchain: '==1.3.11',
|
|
150
|
+
'langchain-aws': '==1.6.1',
|
|
151
151
|
'langchain-mcp-adapters': '==0.3.0',
|
|
152
|
-
langgraph: '==1.2.
|
|
153
|
-
mcp: '==1.
|
|
154
|
-
'pip-check-updates': '==0.
|
|
152
|
+
langgraph: '==1.2.7',
|
|
153
|
+
mcp: '==1.28.1',
|
|
154
|
+
'pip-check-updates': '==0.29.0',
|
|
155
155
|
'pip-licenses': '==5.5.5',
|
|
156
|
-
'strands-agents': '==1.
|
|
157
|
-
'strands-agents[a2a]': '==1.
|
|
158
|
-
'strands-agents-tools': '==0.8.
|
|
159
|
-
ty: '==0.0.
|
|
156
|
+
'strands-agents': '==1.45.0',
|
|
157
|
+
'strands-agents[a2a]': '==1.45.0',
|
|
158
|
+
'strands-agents-tools': '==0.8.2',
|
|
159
|
+
ty: '==0.0.55',
|
|
160
160
|
pynamodb: '==6.1.0',
|
|
161
161
|
uvicorn: '==0.49.0'
|
|
162
162
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../../packages/nx-plugin/src/utils/versions.ts"],"sourcesContent":["/**\n * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n * SPDX-License-Identifier: Apache-2.0\n */\n\n/**\n * Versons for TypeScript dependencies added by generators\n */\nexport const TS_VERSIONS = {\n '@a2a-js/sdk': '0.3.13',\n '@aws/aws-distro-opentelemetry-node-autoinstrumentation': '0.
|
|
1
|
+
{"version":3,"sources":["../../../../../packages/nx-plugin/src/utils/versions.ts"],"sourcesContent":["/**\n * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n * SPDX-License-Identifier: Apache-2.0\n */\n\n/**\n * Versons for TypeScript dependencies added by generators\n */\nexport const TS_VERSIONS = {\n '@a2a-js/sdk': '0.3.13',\n '@aws/aws-distro-opentelemetry-node-autoinstrumentation': '0.12.0',\n '@aws-sdk/client-dynamodb': '3.1075.0',\n '@aws-sdk/client-bedrock-runtime': '3.1075.0',\n '@aws-sdk/client-s3': '3.1075.0',\n '@aws-sdk/client-sts': '3.1075.0',\n '@aws-sdk/credential-providers': '3.1075.0',\n '@aws-sdk/credential-provider-cognito-identity': '3.972.48',\n '@aws-sdk/client-secrets-manager': '3.1075.0',\n '@aws-sdk/rds-signer': '3.1075.0',\n '@aws-smithy/server-apigateway': '1.0.0-alpha.10',\n '@aws-smithy/server-node': '1.0.0-alpha.10',\n '@aws-lambda-powertools/logger': '2.33.1',\n '@aws-lambda-powertools/metrics': '2.33.1',\n '@aws-lambda-powertools/parameters': '2.33.1',\n '@aws-lambda-powertools/tracer': '2.33.1',\n '@aws-lambda-powertools/parser': '2.33.1',\n '@aws-sdk/client-appconfigdata': '3.1075.0',\n '@middy/core': '7.7.0',\n '@nxlv/python': '22.2.1',\n '@nx-extend/terraform': '10.2.1',\n '@nx/devkit': '23.0.1',\n '@nx/react': '23.0.1',\n 'create-nx-workspace': '23.0.1',\n '@swc-node/register': '1.11.1',\n '@swc/core': '1.15.43',\n '@modelcontextprotocol/sdk': '1.29.0',\n '@modelcontextprotocol/inspector': '0.19.0',\n '@ag-ui/aws-strands': '0.2.3',\n '@ag-ui/client': '0.0.57',\n '@ag-ui/core': '0.0.57',\n '@ag-ui/encoder': '0.0.57',\n 'agent-chat-cli': '0.3.0',\n '@copilotkit/react-core': '1.61.2',\n rxjs: '7.8.2',\n '@strands-agents/sdk': '1.7.0',\n '@tanstack/react-router': '1.170.16',\n '@tanstack/router-plugin': '1.168.18',\n '@tanstack/router-generator': '1.167.17',\n '@tanstack/virtual-file-routes': '1.162.0',\n '@tanstack/router-utils': '1.162.2',\n '@cloudscape-design/board-components': '3.0.197',\n '@cloudscape-design/chat-components': '1.0.146',\n '@cloudscape-design/components': '3.0.1320',\n '@cloudscape-design/global-styles': '1.0.61',\n '@tanstack/react-query': '5.101.2',\n '@tanstack/react-query-devtools': '5.101.2',\n '@trpc/tanstack-react-query': '11.18.0',\n '@trpc/client': '11.18.0',\n '@trpc/server': '11.18.0',\n '@types/node': '25.9.4',\n '@types/aws-lambda': '8.10.162',\n '@types/cors': '2.8.19',\n '@types/pg': '8.20.0',\n '@types/ws': '8.18.1',\n '@types/express': '5.0.6',\n '@smithy/config-resolver': '4.6.2',\n '@smithy/node-config-provider': '4.5.2',\n '@smithy/node-http-handler': '4.8.2',\n '@smithy/types': '4.15.0',\n '@vitest/coverage-v8': '4.1.9',\n '@vitest/ui': '4.1.9',\n '@astrojs/react': '5.0.7',\n '@astrojs/starlight': '0.40.0',\n astro: '6.4.8',\n aws4fetch: '1.0.20',\n 'aws-cdk': '2.1129.0',\n 'aws-cdk-lib': '2.260.0',\n 'aws-xray-sdk-core': '3.12.0',\n constructs: '10.6.0',\n cors: '2.8.6',\n chalk: '5.6.2',\n 'class-variance-authority': '0.7.1',\n clsx: '2.1.1',\n commander: '14.0.3',\n electrodb: '3.9.1',\n esbuild: '0.28.1',\n 'event-source-polyfill': '1.0.31',\n '@types/event-source-polyfill': '1.0.5',\n '@biomejs/biome': '2.5.1',\n '@prisma/adapter-mariadb': '7.8.0',\n '@prisma/adapter-pg': '7.8.0',\n '@prisma/client': '7.8.0',\n ejs: '6.0.1',\n '@types/ejs': '3.1.5',\n express: '5.2.1',\n 'fast-glob': '3.3.3',\n husky: '9.1.7',\n 'fs-extra': '11.3.5',\n '@types/fs-extra': '11.0.4',\n 'make-dir-cli': '4.0.0',\n mariadb: '3.5.3',\n ncp: '2.0.0',\n 'npm-check-updates': '19.6.6',\n 'oidc-client-ts': '3.5.0',\n pg: '8.22.0',\n prisma: '7.8.0',\n 'react-oidc-context': '3.3.1',\n react: '19.2.7',\n 'react-dom': '19.2.7',\n rimraf: '6.1.3',\n rolldown: '1.1.3',\n 'simple-git': '3.36.0',\n 'source-map-support': '0.5.21',\n 'starlight-blog': '0.26.1',\n tailwindcss: '4.2.2',\n '@tailwindcss/vite': '4.2.2',\n tsx: '4.22.4',\n 'lucide-react': '1.22.0',\n 'radix-ui': '1.6.0',\n shadcn: '4.12.0',\n 'tw-animate-css': '1.4.0',\n 'tailwind-merge': '3.6.0',\n vite: '8.1.0',\n typescript: '6.0.3',\n vitest: '4.1.9',\n zod: '4.4.3',\n ws: '8.21.0',\n} as const;\nexport type ITsDepVersion = keyof typeof TS_VERSIONS;\n\n/**\n * Add versions to the given dependencies\n */\nexport const withVersions = (deps: ITsDepVersion[]) =>\n Object.fromEntries(deps.map((dep) => [dep, TS_VERSIONS[dep]]));\n\n/**\n * Versions for Python dependencies added by generators\n */\nexport const PY_VERSIONS = {\n 'a2a-sdk': '==0.3.26',\n 'ag-ui-langgraph': '==0.0.42',\n 'ag-ui-protocol': '==0.1.19',\n 'ag-ui-strands': '==0.2.2',\n 'aws-lambda-powertools': '==3.31.0',\n 'aws-lambda-powertools[tracer]': '==3.31.0',\n 'aws-lambda-powertools[parser]': '==3.31.0',\n 'aws-opentelemetry-distro': '==0.18.0',\n 'bedrock-agentcore': '==1.15.1',\n boto3: '==1.43.37',\n checkov: '==3.3.6',\n fastapi: '==0.138.2',\n 'fastapi[standard]': '==0.138.2',\n httpx: '==0.28.1',\n langchain: '==1.3.11',\n 'langchain-aws': '==1.6.1',\n 'langchain-mcp-adapters': '==0.3.0',\n langgraph: '==1.2.7',\n mcp: '==1.28.1',\n 'pip-check-updates': '==0.29.0',\n 'pip-licenses': '==5.5.5',\n 'strands-agents': '==1.45.0',\n 'strands-agents[a2a]': '==1.45.0',\n 'strands-agents-tools': '==0.8.2',\n ty: '==0.0.55',\n pynamodb: '==6.1.0',\n uvicorn: '==0.49.0',\n} as const;\nexport type IPyDepVersion = keyof typeof PY_VERSIONS;\n\n/**\n * Add versions to the given dependencies\n */\nexport const withPyVersions = (deps: IPyDepVersion[]) =>\n deps.map((dep) => `${dep}${PY_VERSIONS[dep]}`);\n\n/**\n * Versions for vendored tools\n */\nexport const VENDORED_VERSIONS = {\n 'git-secrets': '1.3.0',\n} as const;\n\n/**\n * Exact versions for Terraform providers used by generated `.tf` modules.\n * Pinned exactly (no range operator) so generated infrastructure is reproducible.\n */\nexport const TERRAFORM_VERSIONS = {\n aws: '6.52.0',\n random: '3.9.0',\n null: '3.3.0',\n archive: '2.8.0',\n external: '2.4.0',\n local: '2.9.0',\n} as const;\nexport type ITerraformProviderVersion = keyof typeof TERRAFORM_VERSIONS;\n\n/**\n * Substitution variables exposing Terraform provider version constraints to\n * generated `.tf` templates (e.g. `version = \"<%- awsProviderVersion %>\"`)\n */\nexport const terraformProviderVersions = () => ({\n awsProviderVersion: TERRAFORM_VERSIONS.aws,\n randomProviderVersion: TERRAFORM_VERSIONS.random,\n nullProviderVersion: TERRAFORM_VERSIONS.null,\n archiveProviderVersion: TERRAFORM_VERSIONS.archive,\n externalProviderVersion: TERRAFORM_VERSIONS.external,\n localProviderVersion: TERRAFORM_VERSIONS.local,\n});\n"],"names":["TS_VERSIONS","rxjs","astro","aws4fetch","constructs","cors","chalk","clsx","commander","electrodb","esbuild","ejs","express","husky","mariadb","ncp","pg","prisma","react","rimraf","rolldown","tailwindcss","tsx","shadcn","vite","typescript","vitest","zod","ws","withVersions","deps","Object","fromEntries","map","dep","PY_VERSIONS","boto3","checkov","fastapi","httpx","langchain","langgraph","mcp","ty","pynamodb","uvicorn","withPyVersions","VENDORED_VERSIONS","TERRAFORM_VERSIONS","aws","random","null","archive","external","local","terraformProviderVersions","awsProviderVersion","randomProviderVersion","nullProviderVersion","archiveProviderVersion","externalProviderVersion","localProviderVersion"],"mappings":"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"}
|