@aws/nx-plugin 1.0.0-rc.57 → 1.0.0-rc.59
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 +2917 -1295
- package/generators.json +17 -1
- package/migrations.json +36 -26
- package/package.json +13 -13
- package/src/agentcore-gateway/__snapshots__/generator.spec.ts.snap +273 -0
- package/src/agentcore-gateway/agent-connection/generator.d.ts +19 -0
- package/src/agentcore-gateway/agent-connection/generator.js +90 -0
- package/src/agentcore-gateway/agent-connection/generator.js.map +1 -0
- package/src/agentcore-gateway/agent-connection/schema.d.js +6 -0
- package/src/agentcore-gateway/agent-connection/schema.d.js.map +1 -0
- package/src/agentcore-gateway/agent-connection/schema.d.ts +13 -0
- package/src/agentcore-gateway/agent-connection/schema.json +31 -0
- package/src/agentcore-gateway/attach-upstream.d.ts +16 -0
- package/src/agentcore-gateway/attach-upstream.js +32 -11
- package/src/agentcore-gateway/attach-upstream.js.map +1 -1
- package/src/agentcore-gateway/files/project/http/local-dev.ts.template +77 -0
- package/src/agentcore-gateway/generator.d.ts +17 -1
- package/src/agentcore-gateway/generator.js +25 -12
- package/src/agentcore-gateway/generator.js.map +1 -1
- package/src/agentcore-gateway/react-connection/__snapshots__/generator.spec.ts.snap +68 -0
- package/src/agentcore-gateway/react-connection/generator.d.ts +19 -0
- package/src/agentcore-gateway/react-connection/generator.js +119 -0
- package/src/agentcore-gateway/react-connection/generator.js.map +1 -0
- package/src/agentcore-gateway/react-connection/schema.d.js +6 -0
- package/src/agentcore-gateway/react-connection/schema.d.js.map +1 -0
- package/src/agentcore-gateway/react-connection/schema.d.ts +13 -0
- package/src/agentcore-gateway/react-connection/schema.json +31 -0
- package/src/agentcore-gateway/schema.d.js.map +1 -1
- package/src/agentcore-gateway/schema.d.ts +1 -1
- package/src/agentcore-gateway/schema.json +3 -2
- package/src/connection/agent-local-dev.d.ts +16 -0
- package/src/connection/agent-local-dev.js +44 -2
- package/src/connection/agent-local-dev.js.map +1 -1
- package/src/connection/gateway-runtime-config.d.ts +19 -0
- package/src/connection/gateway-runtime-config.js +47 -0
- package/src/connection/gateway-runtime-config.js.map +1 -0
- package/src/connection/generator.js +5 -0
- package/src/connection/generator.js.map +1 -1
- package/src/connection/scaffold-catalog.d.ts +267 -0
- package/src/connection/scaffold-catalog.js +347 -0
- package/src/connection/scaffold-catalog.js.map +1 -0
- package/src/connection/schema-resolver.d.ts +5 -0
- package/src/connection/schema-resolver.js +27 -0
- package/src/connection/schema-resolver.js.map +1 -0
- package/src/connection/supported-connections.d.ts +9 -0
- package/src/connection/supported-connections.js +12 -0
- package/src/connection/supported-connections.js.map +1 -1
- package/src/infra/app/__snapshots__/generator.spec.ts.snap +7 -7
- package/src/internal/test-matrix/generator.js +39 -1
- package/src/internal/test-matrix/generator.js.map +1 -1
- package/src/migrations/latest/gateway-agent-targets/__snapshots__/migration.spec.ts.snap +223 -0
- package/src/migrations/latest/gateway-agent-targets/metadata.json +3 -0
- package/src/migrations/latest/gateway-agent-targets/migration.js +217 -0
- package/src/migrations/latest/gateway-agent-targets/migration.js.map +1 -0
- package/src/migrations/latest/smithy-ssdk-bundle-pins/metadata.json +3 -0
- package/src/migrations/latest/smithy-ssdk-bundle-pins/migration.js +78 -0
- package/src/migrations/latest/smithy-ssdk-bundle-pins/migration.js.map +1 -0
- package/src/migrations/v1.0.0-rc.50/modernize-function-props-cast/metadata.json +3 -0
- package/src/migrations/v1.0.0-rc.50/modernize-function-props-cast/migration.js.map +1 -0
- package/src/migrations/v1.0.0-rc.50/restrict-cors-to-custom-domains/metadata.json +3 -0
- package/src/migrations/v1.0.0-rc.50/restrict-cors-to-custom-domains/migration.js.map +1 -0
- package/src/migrations/v1.0.0-rc.50/terraform-bootstrap-adopt-existing-bucket/metadata.json +3 -0
- package/src/migrations/v1.0.0-rc.50/terraform-bootstrap-adopt-existing-bucket/migration.js.map +1 -0
- package/src/migrations/v1.0.0-rc.52/user-identity-waf-allow-localhost-callback/metadata.json +3 -0
- package/src/migrations/v1.0.0-rc.52/user-identity-waf-allow-localhost-callback/migration.js.map +1 -0
- package/src/migrations/v1.0.0-rc.54/order-access-log-delivery-after-bucket-policy/metadata.json +3 -0
- package/src/migrations/v1.0.0-rc.54/order-access-log-delivery-after-bucket-policy/migration.js.map +1 -0
- package/src/migrations/v1.0.0-rc.55/backfill-generator-metadata/metadata.json +3 -0
- package/src/migrations/v1.0.0-rc.55/backfill-generator-metadata/migration.js.map +1 -0
- package/src/migrations/v1.0.0-rc.56/dynamodb-local-remove-optimize-flag/metadata.json +3 -0
- package/src/migrations/v1.0.0-rc.56/dynamodb-local-remove-optimize-flag/migration.d.ts +6 -0
- package/src/migrations/v1.0.0-rc.56/dynamodb-local-remove-optimize-flag/migration.js.map +1 -0
- package/src/migrations/v1.0.0-rc.57/ts-agent-session-management-support/metadata.json +3 -0
- package/src/migrations/v1.0.0-rc.57/ts-agent-session-management-support/migration.d.ts +6 -0
- package/src/migrations/v1.0.0-rc.57/ts-agent-session-management-support/migration.js.map +1 -0
- package/src/preset/__snapshots__/generator.spec.ts.snap +5 -5
- package/src/py/agent/__snapshots__/generator.constructs.spec.ts.snap +10 -8
- package/src/py/agent/__snapshots__/generator.frameworks.spec.ts.snap +8 -8
- package/src/py/agent/__snapshots__/generator.protocols.spec.ts.snap +2 -2
- package/src/py/agent/a2a-connection/generator.d.ts +1 -1
- package/src/py/agent/gateway-connection/generator.d.ts +1 -1
- package/src/py/agent/mcp-connection/generator.d.ts +1 -1
- package/src/py/agent/react-connection/generator.d.ts +4 -1
- package/src/py/agent/react-connection/generator.js +35 -14
- package/src/py/agent/react-connection/generator.js.map +1 -1
- package/src/py/agent/schema.json +1 -0
- package/src/py/dynamodb/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/py/dynamodb/schema.json +1 -0
- package/src/py/fast-api/__snapshots__/generator.terraform.spec.ts.snap +12 -12
- package/src/py/fast-api/generator.d.ts +5 -0
- package/src/py/fast-api/generator.js +3 -2
- package/src/py/fast-api/generator.js.map +1 -1
- package/src/py/fast-api/schema.json +1 -0
- package/src/py/lambda-function/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +5 -5
- package/src/py/mcp-server/schema.json +1 -0
- package/src/py/rdb/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/py/rdb/schema.json +1 -0
- package/src/smithy/project/__snapshots__/generator.spec.ts.snap +4 -4
- package/src/smithy/project/files/service/build.Dockerfile.template +2 -2
- package/src/smithy/project/generator.d.ts +25 -0
- package/src/smithy/project/generator.js +24 -3
- package/src/smithy/project/generator.js.map +1 -1
- package/src/smithy/ts/api/__snapshots__/generator.spec.ts.snap +7 -7
- package/src/smithy/ts/api/generator.d.ts +6 -1
- package/src/smithy/ts/api/generator.js +3 -2
- package/src/smithy/ts/api/generator.js.map +1 -1
- package/src/smithy/ts/api/schema.json +1 -0
- package/src/trpc/backend/__snapshots__/generator.spec.ts.snap +12 -12
- package/src/trpc/backend/generator.d.ts +6 -1
- package/src/trpc/backend/generator.js +3 -2
- package/src/trpc/backend/generator.js.map +1 -1
- package/src/trpc/backend/schema.json +1 -0
- package/src/ts/agent/__snapshots__/generator.spec.ts.snap +9 -5
- package/src/ts/agent/generator.d.ts +32 -1
- package/src/ts/agent/generator.js +7 -4
- package/src/ts/agent/generator.js.map +1 -1
- package/src/ts/agent/react-connection/generator.d.ts +16 -1
- package/src/ts/agent/react-connection/generator.js +21 -8
- package/src/ts/agent/react-connection/generator.js.map +1 -1
- package/src/ts/agent/schema.json +1 -0
- package/src/ts/dcr-proxy/__snapshots__/generator.spec.ts.snap +1 -1
- package/src/ts/dynamodb/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/ts/dynamodb/schema.json +1 -0
- package/src/ts/lambda-function/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/ts/mcp-server/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/ts/mcp-server/generator.d.ts +32 -1
- 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.json +1 -0
- package/src/ts/nx-migration/generator.js +40 -27
- package/src/ts/nx-migration/generator.js.map +1 -1
- package/src/ts/rdb/__snapshots__/generator.spec.ts.snap +6 -6
- package/src/ts/rdb/generator.d.ts +8 -0
- package/src/ts/rdb/generator.js +3 -2
- package/src/ts/rdb/generator.js.map +1 -1
- package/src/ts/rdb/schema.json +1 -0
- package/src/ts/react-website/agui/files/common/src/hooks/useAgui__agentNameClassName__.tsx.template +16 -0
- package/src/ts/react-website/agui/generator.d.ts +11 -0
- package/src/ts/react-website/agui/generator.js +11 -7
- package/src/ts/react-website/agui/generator.js.map +1 -1
- package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +61 -45
- package/src/ts/react-website/app/generator.d.ts +6 -1
- package/src/ts/react-website/app/generator.js +3 -2
- package/src/ts/react-website/app/generator.js.map +1 -1
- package/src/ts/react-website/app/schema.json +1 -0
- package/src/ts/react-website/cognito-auth/__snapshots__/generator.terraform.spec.ts.snap +2 -2
- package/src/ts/react-website/cognito-auth/generator.d.ts +6 -1
- package/src/ts/react-website/cognito-auth/generator.js +3 -2
- package/src/ts/react-website/cognito-auth/generator.js.map +1 -1
- package/src/utils/agent-core-constructs/agent-core-constructs.d.ts +23 -0
- package/src/utils/agent-core-constructs/agent-core-constructs.js +24 -1
- package/src/utils/agent-core-constructs/agent-core-constructs.js.map +1 -1
- package/src/utils/agent-core-constructs/files/cdk/app/agent-core/__nameKebabCase__/__nameKebabCase__.ts.template +3 -0
- package/src/utils/agent-core-constructs/files/cdk/app/agentcore-gateway/__nameKebabCase__/__nameKebabCase__.ts.template +6 -4
- package/src/utils/agent-core-constructs/files/cdk/core/agentcore-gateway/agentcore-gateway.ts.template +119 -3
- package/src/utils/agent-core-constructs/files/terraform/app/agentcore-gateway/__nameKebabCase__/__nameKebabCase__.tf.template +17 -0
- package/src/utils/api-constructs/api-constructs.d.ts +9 -0
- package/src/utils/api-constructs/api-constructs.js +11 -1
- package/src/utils/api-constructs/api-constructs.js.map +1 -1
- package/src/utils/config/utils.d.ts +5 -0
- package/src/utils/config/utils.js +7 -1
- package/src/utils/config/utils.js.map +1 -1
- package/src/utils/connection/open-api/files/components/__apiNameClassName__Provider.tsx.template +13 -2
- package/src/utils/connection/open-api/react.d.ts +10 -1
- package/src/utils/connection/open-api/react.js +3 -2
- package/src/utils/connection/open-api/react.js.map +1 -1
- package/src/utils/docker.d.ts +27 -2
- package/src/utils/docker.js +31 -2
- package/src/utils/docker.js.map +1 -1
- package/src/utils/identity-constructs/identity-constructs.d.ts +10 -0
- package/src/utils/identity-constructs/identity-constructs.js +11 -1
- package/src/utils/identity-constructs/identity-constructs.js.map +1 -1
- package/src/utils/migration-manifest.d.ts +58 -0
- package/src/utils/migration-manifest.js +76 -0
- package/src/utils/migration-manifest.js.map +1 -0
- package/src/utils/migration-versions.d.ts +2 -0
- package/src/utils/migration-versions.js.map +1 -1
- package/src/utils/shared-constructs-constants.d.ts +6 -0
- package/src/utils/shared-constructs-constants.js +5 -0
- package/src/utils/shared-constructs-constants.js.map +1 -1
- package/src/utils/version-upgrade-migration/owned-dependencies.d.ts +26 -0
- package/src/utils/version-upgrade-migration/owned-dependencies.js +52 -4
- package/src/utils/version-upgrade-migration/owned-dependencies.js.map +1 -1
- package/src/utils/version-upgrade-migration/register.d.ts +9 -3
- package/src/utils/version-upgrade-migration/register.js +18 -14
- package/src/utils/version-upgrade-migration/register.js.map +1 -1
- package/src/utils/version-upgrade-migration/sync-embedded-versions.d.ts +26 -0
- package/src/utils/version-upgrade-migration/sync-embedded-versions.js +304 -0
- package/src/utils/version-upgrade-migration/sync-embedded-versions.js.map +1 -0
- package/src/utils/version-upgrade-migration/sync-vended-versions.js +14 -0
- package/src/utils/version-upgrade-migration/sync-vended-versions.js.map +1 -1
- package/src/utils/versions.d.ts +90 -77
- package/src/utils/versions.js +86 -75
- package/src/utils/versions.js.map +1 -1
- package/src/utils/website-constructs/website-constructs.d.ts +11 -0
- package/src/utils/website-constructs/website-constructs.js +12 -1
- package/src/utils/website-constructs/website-constructs.js.map +1 -1
- package/src/migrations/latest/backfill-generator-metadata/migration.js.map +0 -1
- package/src/migrations/latest/dynamodb-local-remove-optimize-flag/migration.js.map +0 -1
- package/src/migrations/latest/modernize-function-props-cast/migration.js.map +0 -1
- package/src/migrations/latest/order-access-log-delivery-after-bucket-policy/migration.js.map +0 -1
- package/src/migrations/latest/restrict-cors-to-custom-domains/migration.js.map +0 -1
- package/src/migrations/latest/terraform-bootstrap-adopt-existing-bucket/migration.js.map +0 -1
- package/src/migrations/latest/ts-agent-session-management-support/migration.js.map +0 -1
- package/src/migrations/latest/user-identity-waf-allow-localhost-callback/migration.js.map +0 -1
- /package/src/agentcore-gateway/files/project/{local-dev.ts.template → mcp/local-dev.ts.template} +0 -0
- /package/src/migrations/latest/{dynamodb-local-remove-optimize-flag → gateway-agent-targets}/migration.d.ts +0 -0
- /package/src/migrations/latest/{modernize-function-props-cast → smithy-ssdk-bundle-pins}/migration.d.ts +0 -0
- /package/src/migrations/{latest/restrict-cors-to-custom-domains → v1.0.0-rc.50/modernize-function-props-cast}/migration.d.ts +0 -0
- /package/src/migrations/{latest → v1.0.0-rc.50}/modernize-function-props-cast/migration.js +0 -0
- /package/src/migrations/{latest/terraform-bootstrap-adopt-existing-bucket → v1.0.0-rc.50/restrict-cors-to-custom-domains}/migration.d.ts +0 -0
- /package/src/migrations/{latest → v1.0.0-rc.50}/restrict-cors-to-custom-domains/migration.js +0 -0
- /package/src/migrations/{latest/ts-agent-session-management-support → v1.0.0-rc.50/terraform-bootstrap-adopt-existing-bucket}/migration.d.ts +0 -0
- /package/src/migrations/{latest → v1.0.0-rc.50}/terraform-bootstrap-adopt-existing-bucket/migration.js +0 -0
- /package/src/migrations/{latest/order-access-log-delivery-after-bucket-policy → v1.0.0-rc.52/user-identity-waf-allow-localhost-callback}/migration.d.ts +0 -0
- /package/src/migrations/{latest → v1.0.0-rc.52}/user-identity-waf-allow-localhost-callback/migration.js +0 -0
- /package/src/migrations/{latest/user-identity-waf-allow-localhost-callback → v1.0.0-rc.54/order-access-log-delivery-after-bucket-policy}/migration.d.ts +0 -0
- /package/src/migrations/{latest → v1.0.0-rc.54}/order-access-log-delivery-after-bucket-policy/migration.js +0 -0
- /package/src/migrations/{latest → v1.0.0-rc.55}/backfill-generator-metadata/migration.d.ts +0 -0
- /package/src/migrations/{latest → v1.0.0-rc.55}/backfill-generator-metadata/migration.js +0 -0
- /package/src/migrations/{latest → v1.0.0-rc.56}/dynamodb-local-remove-optimize-flag/migration.js +0 -0
- /package/src/migrations/{latest → v1.0.0-rc.57}/ts-agent-session-management-support/migration.js +0 -0
package/src/utils/versions.d.ts
CHANGED
|
@@ -9,19 +9,19 @@ import { type DeclaredPy, type DeclaredTs, type DependencyDeclaration } from './
|
|
|
9
9
|
export declare const TS_VERSIONS: {
|
|
10
10
|
readonly '@a2a-js/sdk': "0.3.14";
|
|
11
11
|
readonly '@aws/aws-distro-opentelemetry-node-autoinstrumentation': "0.12.0";
|
|
12
|
-
readonly '@opentelemetry/propagator-jaeger': "2.
|
|
13
|
-
readonly minimatch: "10.2.
|
|
14
|
-
readonly '@aws-sdk/client-dynamodb': "3.
|
|
15
|
-
readonly '@aws-sdk/client-api-gateway': "3.
|
|
16
|
-
readonly '@aws-sdk/client-iam': "3.
|
|
17
|
-
readonly '@aws-sdk/client-bedrock-agentcore': "3.
|
|
18
|
-
readonly '@aws-sdk/client-bedrock-runtime': "3.
|
|
19
|
-
readonly '@aws-sdk/client-s3': "3.
|
|
20
|
-
readonly '@aws-sdk/client-sts': "3.
|
|
21
|
-
readonly '@aws-sdk/credential-providers': "3.
|
|
22
|
-
readonly '@aws-sdk/credential-provider-cognito-identity': "3.972.
|
|
23
|
-
readonly '@aws-sdk/client-secrets-manager': "3.
|
|
24
|
-
readonly '@aws-sdk/rds-signer': "3.
|
|
12
|
+
readonly '@opentelemetry/propagator-jaeger': "2.10.0";
|
|
13
|
+
readonly minimatch: "10.2.6";
|
|
14
|
+
readonly '@aws-sdk/client-dynamodb': "3.1101.0";
|
|
15
|
+
readonly '@aws-sdk/client-api-gateway': "3.1101.0";
|
|
16
|
+
readonly '@aws-sdk/client-iam': "3.1101.0";
|
|
17
|
+
readonly '@aws-sdk/client-bedrock-agentcore': "3.1101.0";
|
|
18
|
+
readonly '@aws-sdk/client-bedrock-runtime': "3.1101.0";
|
|
19
|
+
readonly '@aws-sdk/client-s3': "3.1101.0";
|
|
20
|
+
readonly '@aws-sdk/client-sts': "3.1101.0";
|
|
21
|
+
readonly '@aws-sdk/credential-providers': "3.1101.0";
|
|
22
|
+
readonly '@aws-sdk/credential-provider-cognito-identity': "3.972.64";
|
|
23
|
+
readonly '@aws-sdk/client-secrets-manager': "3.1101.0";
|
|
24
|
+
readonly '@aws-sdk/rds-signer': "3.1101.0";
|
|
25
25
|
readonly '@aws-smithy/server-apigateway': "1.0.0-alpha.10";
|
|
26
26
|
readonly '@aws-smithy/server-node': "1.0.0-alpha.10";
|
|
27
27
|
readonly '@aws-lambda-powertools/logger': "2.34.0";
|
|
@@ -29,21 +29,21 @@ export declare const TS_VERSIONS: {
|
|
|
29
29
|
readonly '@aws-lambda-powertools/parameters': "2.34.0";
|
|
30
30
|
readonly '@aws-lambda-powertools/tracer': "2.34.0";
|
|
31
31
|
readonly '@aws-lambda-powertools/parser': "2.34.0";
|
|
32
|
-
readonly '@aws-sdk/client-appconfigdata': "3.
|
|
33
|
-
readonly '@middy/core': "7.7.
|
|
32
|
+
readonly '@aws-sdk/client-appconfigdata': "3.1101.0";
|
|
33
|
+
readonly '@middy/core': "7.7.2";
|
|
34
34
|
readonly '@nxlv/python': "22.2.2";
|
|
35
35
|
readonly '@nx-extend/terraform': "10.3.0";
|
|
36
|
-
readonly nx: "23.1.
|
|
37
|
-
readonly '@nx/devkit': "23.1.
|
|
38
|
-
readonly '@nx/js': "23.1.
|
|
39
|
-
readonly '@nx/react': "23.1.
|
|
40
|
-
readonly '@nx/vite': "23.1.
|
|
41
|
-
readonly '@nx/vitest': "23.1.
|
|
42
|
-
readonly '@nx/workspace': "23.1.
|
|
43
|
-
readonly 'create-nx-workspace': "23.1.
|
|
36
|
+
readonly nx: "23.1.1";
|
|
37
|
+
readonly '@nx/devkit': "23.1.1";
|
|
38
|
+
readonly '@nx/js': "23.1.1";
|
|
39
|
+
readonly '@nx/react': "23.1.1";
|
|
40
|
+
readonly '@nx/vite': "23.1.1";
|
|
41
|
+
readonly '@nx/vitest': "23.1.1";
|
|
42
|
+
readonly '@nx/workspace': "23.1.1";
|
|
43
|
+
readonly 'create-nx-workspace': "23.1.1";
|
|
44
44
|
readonly '@swc-node/register': "1.12.1";
|
|
45
|
-
readonly '@swc/core': "1.15.
|
|
46
|
-
readonly '@modelcontextprotocol/sdk': "1.
|
|
45
|
+
readonly '@swc/core': "1.15.47";
|
|
46
|
+
readonly '@modelcontextprotocol/sdk': "1.30.0";
|
|
47
47
|
readonly '@modelcontextprotocol/inspector': "0.22.0";
|
|
48
48
|
readonly '@ag-ui/a2ui-toolkit': "0.0.4";
|
|
49
49
|
readonly '@ag-ui/aws-strands': "0.2.3";
|
|
@@ -51,43 +51,43 @@ export declare const TS_VERSIONS: {
|
|
|
51
51
|
readonly '@ag-ui/core': "0.0.57";
|
|
52
52
|
readonly '@ag-ui/encoder': "0.0.57";
|
|
53
53
|
readonly 'agent-chat-cli': "0.3.0";
|
|
54
|
-
readonly '@copilotkit/react-core': "1.
|
|
54
|
+
readonly '@copilotkit/react-core': "1.65.0";
|
|
55
55
|
readonly rxjs: "7.8.2";
|
|
56
|
-
readonly '@strands-agents/sdk': "1.
|
|
56
|
+
readonly '@strands-agents/sdk': "1.11.2";
|
|
57
57
|
readonly '@tanstack/react-router': "1.170.18";
|
|
58
|
-
readonly '@tanstack/router-plugin': "1.168.
|
|
58
|
+
readonly '@tanstack/router-plugin': "1.168.23";
|
|
59
59
|
readonly '@tanstack/router-generator': "1.167.21";
|
|
60
60
|
readonly '@tanstack/virtual-file-routes': "1.162.0";
|
|
61
61
|
readonly '@tanstack/router-utils': "1.162.2";
|
|
62
|
-
readonly '@cloudscape-design/board-components': "3.0.
|
|
63
|
-
readonly '@cloudscape-design/chat-components': "1.0.
|
|
64
|
-
readonly '@cloudscape-design/components': "3.0.
|
|
65
|
-
readonly '@cloudscape-design/global-styles': "1.0.
|
|
66
|
-
readonly '@tanstack/react-query': "5.101.
|
|
67
|
-
readonly '@tanstack/react-query-devtools': "5.101.
|
|
62
|
+
readonly '@cloudscape-design/board-components': "3.0.212";
|
|
63
|
+
readonly '@cloudscape-design/chat-components': "1.0.156";
|
|
64
|
+
readonly '@cloudscape-design/components': "3.0.1340";
|
|
65
|
+
readonly '@cloudscape-design/global-styles': "1.0.65";
|
|
66
|
+
readonly '@tanstack/react-query': "5.101.4";
|
|
67
|
+
readonly '@tanstack/react-query-devtools': "5.101.4";
|
|
68
68
|
readonly '@trpc/tanstack-react-query': "11.18.0";
|
|
69
69
|
readonly '@trpc/client': "11.18.0";
|
|
70
70
|
readonly '@trpc/server': "11.18.0";
|
|
71
|
-
readonly '@types/node': "26.1.
|
|
71
|
+
readonly '@types/node': "26.1.2";
|
|
72
72
|
readonly '@types/aws-lambda': "8.10.162";
|
|
73
73
|
readonly '@types/cors': "2.8.19";
|
|
74
|
-
readonly '@types/pg': "8.20.
|
|
74
|
+
readonly '@types/pg': "8.20.3";
|
|
75
75
|
readonly '@types/ws': "8.18.1";
|
|
76
76
|
readonly '@types/express': "5.0.6";
|
|
77
|
-
readonly '@smithy/config-resolver': "4.6.
|
|
78
|
-
readonly '@smithy/node-config-provider': "4.5.
|
|
79
|
-
readonly '@smithy/node-http-handler': "4.9.
|
|
77
|
+
readonly '@smithy/config-resolver': "4.6.16";
|
|
78
|
+
readonly '@smithy/node-config-provider': "4.5.16";
|
|
79
|
+
readonly '@smithy/node-http-handler': "4.9.13";
|
|
80
80
|
readonly '@smithy/types': "4.16.1";
|
|
81
81
|
readonly '@vitest/coverage-v8': "4.1.10";
|
|
82
82
|
readonly '@vitest/ui': "4.1.10";
|
|
83
|
-
readonly '@astrojs/react': "6.0.
|
|
83
|
+
readonly '@astrojs/react': "6.0.2";
|
|
84
84
|
readonly '@astrojs/starlight': "0.41.3";
|
|
85
85
|
readonly astro: "7.1.1";
|
|
86
86
|
readonly aws4fetch: "1.0.20";
|
|
87
|
-
readonly 'aws-cdk': "2.
|
|
88
|
-
readonly 'aws-cdk-lib': "2.
|
|
87
|
+
readonly 'aws-cdk': "2.1135.0";
|
|
88
|
+
readonly 'aws-cdk-lib': "2.263.0";
|
|
89
89
|
readonly 'aws-xray-sdk-core': "3.12.0";
|
|
90
|
-
readonly constructs: "10.
|
|
90
|
+
readonly constructs: "10.8.0";
|
|
91
91
|
readonly cors: "2.8.6";
|
|
92
92
|
readonly chalk: "5.6.2";
|
|
93
93
|
readonly 'class-variance-authority': "0.7.1";
|
|
@@ -97,42 +97,44 @@ export declare const TS_VERSIONS: {
|
|
|
97
97
|
readonly esbuild: "0.28.1";
|
|
98
98
|
readonly 'event-source-polyfill': "1.0.31";
|
|
99
99
|
readonly '@types/event-source-polyfill': "1.0.5";
|
|
100
|
-
readonly '@biomejs/biome': "2.5.
|
|
101
|
-
readonly '@prisma/adapter-mariadb': "7.
|
|
102
|
-
readonly '@prisma/adapter-pg': "7.
|
|
103
|
-
readonly '@prisma/client': "7.
|
|
100
|
+
readonly '@biomejs/biome': "2.5.6";
|
|
101
|
+
readonly '@prisma/adapter-mariadb': "7.9.1";
|
|
102
|
+
readonly '@prisma/adapter-pg': "7.9.1";
|
|
103
|
+
readonly '@prisma/client': "7.9.1";
|
|
104
104
|
readonly ejs: "6.0.1";
|
|
105
105
|
readonly '@types/ejs': "3.1.5";
|
|
106
106
|
readonly express: "5.2.1";
|
|
107
107
|
readonly 'fast-glob': "3.3.3";
|
|
108
108
|
readonly husky: "9.1.7";
|
|
109
|
-
readonly 'fs-extra': "11.
|
|
109
|
+
readonly 'fs-extra': "11.4.0";
|
|
110
110
|
readonly '@types/fs-extra': "11.0.4";
|
|
111
111
|
readonly 'make-dir-cli': "4.0.0";
|
|
112
112
|
readonly mariadb: "3.5.3";
|
|
113
113
|
readonly ncp: "2.0.0";
|
|
114
|
-
readonly npm: "12.0.
|
|
114
|
+
readonly npm: "12.0.2";
|
|
115
115
|
readonly 'npm-check-updates': "22.2.9";
|
|
116
116
|
readonly 'oidc-client-ts': "3.5.0";
|
|
117
117
|
readonly pg: "8.22.0";
|
|
118
|
-
readonly prisma: "7.
|
|
118
|
+
readonly prisma: "7.9.1";
|
|
119
119
|
readonly 'react-oidc-context': "3.3.1";
|
|
120
|
-
readonly react: "19.2.
|
|
121
|
-
readonly 'react-dom': "19.2.
|
|
120
|
+
readonly react: "19.2.8";
|
|
121
|
+
readonly 'react-dom': "19.2.8";
|
|
122
122
|
readonly rimraf: "6.1.3";
|
|
123
|
-
readonly rolldown: "1.2.
|
|
123
|
+
readonly rolldown: "1.2.2";
|
|
124
|
+
readonly 'rolldown-plugin-dts': "0.28.0";
|
|
125
|
+
readonly '@rollup/plugin-esm-shim': "0.1.8";
|
|
124
126
|
readonly 'simple-git': "3.36.0";
|
|
125
127
|
readonly 'source-map-support': "0.5.21";
|
|
126
128
|
readonly 'starlight-blog': "0.28.0";
|
|
127
129
|
readonly tailwindcss: "4.3.3";
|
|
128
130
|
readonly '@tailwindcss/vite': "4.3.3";
|
|
129
|
-
readonly tsx: "4.23.
|
|
130
|
-
readonly 'lucide-react': "1.
|
|
131
|
-
readonly 'radix-ui': "1.6.
|
|
132
|
-
readonly shadcn: "4.
|
|
131
|
+
readonly tsx: "4.23.5";
|
|
132
|
+
readonly 'lucide-react': "1.28.0";
|
|
133
|
+
readonly 'radix-ui': "1.6.7";
|
|
134
|
+
readonly shadcn: "4.16.1";
|
|
133
135
|
readonly 'tw-animate-css': "1.4.0";
|
|
134
136
|
readonly 'tailwind-merge': "3.6.0";
|
|
135
|
-
readonly vite: "8.
|
|
137
|
+
readonly vite: "8.2.0";
|
|
136
138
|
readonly typescript: "6.0.3";
|
|
137
139
|
readonly vitest: "4.1.10";
|
|
138
140
|
readonly zod: "4.4.3";
|
|
@@ -158,7 +160,7 @@ export declare const NX_PACKAGES: readonly ["nx", "@nx/devkit", "@nx/js", "@nx/r
|
|
|
158
160
|
* The nx version the plugin is built against, and the single source of truth
|
|
159
161
|
* for every place a workspace's nx is pinned.
|
|
160
162
|
*/
|
|
161
|
-
export declare const NX_VERSION: "23.1.
|
|
163
|
+
export declare const NX_VERSION: "23.1.1";
|
|
162
164
|
/**
|
|
163
165
|
* Versions for Python dependencies added by generators
|
|
164
166
|
*/
|
|
@@ -166,31 +168,31 @@ export declare const PY_VERSIONS: {
|
|
|
166
168
|
readonly 'a2a-sdk': "==0.3.26";
|
|
167
169
|
readonly 'ag-ui-langgraph': "==0.0.42";
|
|
168
170
|
readonly 'ag-ui-protocol': "==0.1.19";
|
|
169
|
-
readonly 'ag-ui-strands': "==0.2.
|
|
171
|
+
readonly 'ag-ui-strands': "==0.2.4";
|
|
170
172
|
readonly 'aws-lambda-powertools': "==3.31.1";
|
|
171
173
|
readonly 'aws-lambda-powertools[tracer]': "==3.31.1";
|
|
172
174
|
readonly 'aws-lambda-powertools[parser]': "==3.31.1";
|
|
173
|
-
readonly 'aws-opentelemetry-distro': "==0.
|
|
174
|
-
readonly 'bedrock-agentcore': "==1.
|
|
175
|
-
readonly boto3: "==1.43.
|
|
176
|
-
readonly checkov: "==3.3.
|
|
177
|
-
readonly fastapi: "==0.
|
|
178
|
-
readonly 'fastapi[standard]': "==0.
|
|
175
|
+
readonly 'aws-opentelemetry-distro': "==0.19.0";
|
|
176
|
+
readonly 'bedrock-agentcore': "==1.19.0";
|
|
177
|
+
readonly boto3: "==1.43.63";
|
|
178
|
+
readonly checkov: "==3.3.9";
|
|
179
|
+
readonly fastapi: "==0.141.1";
|
|
180
|
+
readonly 'fastapi[standard]': "==0.141.1";
|
|
179
181
|
readonly httpx: "==0.28.1";
|
|
180
182
|
readonly langchain: "==1.3.14";
|
|
181
|
-
readonly 'langchain-aws': "==1.6.
|
|
182
|
-
readonly 'langchain-mcp-adapters': "==0.3.
|
|
183
|
-
readonly langgraph: "==1.2.
|
|
183
|
+
readonly 'langchain-aws': "==1.6.4";
|
|
184
|
+
readonly 'langchain-mcp-adapters': "==0.3.1";
|
|
185
|
+
readonly langgraph: "==1.2.10";
|
|
184
186
|
readonly mcp: "==1.28.1";
|
|
185
187
|
readonly 'pip-check-updates': "==0.29.0";
|
|
186
188
|
readonly 'pip-licenses': "==5.5.5";
|
|
187
|
-
readonly ruff: "==0.
|
|
188
|
-
readonly 'strands-agents': "==1.
|
|
189
|
-
readonly 'strands-agents[a2a]': "==1.
|
|
190
|
-
readonly 'strands-agents-tools': "==0.8.
|
|
191
|
-
readonly ty: "==0.0.
|
|
189
|
+
readonly ruff: "==0.16.1";
|
|
190
|
+
readonly 'strands-agents': "==1.50.2";
|
|
191
|
+
readonly 'strands-agents[a2a]': "==1.50.2";
|
|
192
|
+
readonly 'strands-agents-tools': "==0.8.5";
|
|
193
|
+
readonly ty: "==0.0.66";
|
|
192
194
|
readonly pynamodb: "==6.1.0";
|
|
193
|
-
readonly uvicorn: "==0.
|
|
195
|
+
readonly uvicorn: "==0.52.1";
|
|
194
196
|
readonly sqlmodel: "==0.0.39";
|
|
195
197
|
readonly alembic: "==1.18.5";
|
|
196
198
|
readonly aiomysql: "==0.3.2";
|
|
@@ -224,12 +226,23 @@ export declare const BASE_IMAGES: {
|
|
|
224
226
|
export declare const CONTAINER_VERSIONS: {
|
|
225
227
|
readonly trivy: "0.72.0";
|
|
226
228
|
};
|
|
229
|
+
/**
|
|
230
|
+
* Repository each pinned tool image is pulled from, keyed as
|
|
231
|
+
* {@link CONTAINER_VERSIONS}. Kept beside the versions so a tool added here is
|
|
232
|
+
* one entry rather than a reference built somewhere else, which is also what
|
|
233
|
+
* lets the version sync find these pins wherever a target command runs them.
|
|
234
|
+
*/
|
|
235
|
+
export declare const CONTAINER_REPOSITORIES: {
|
|
236
|
+
readonly trivy: "public.ecr.aws/aquasecurity/trivy";
|
|
237
|
+
};
|
|
238
|
+
/** The pinned reference for a tool image, as a target command runs it. */
|
|
239
|
+
export declare const containerImage: (tool: keyof typeof CONTAINER_VERSIONS) => string;
|
|
227
240
|
/**
|
|
228
241
|
* Exact versions for Terraform providers used by generated `.tf` modules.
|
|
229
242
|
* Pinned exactly (no range operator) so generated infrastructure is reproducible.
|
|
230
243
|
*/
|
|
231
244
|
export declare const TERRAFORM_VERSIONS: {
|
|
232
|
-
readonly aws: "6.
|
|
245
|
+
readonly aws: "6.57.1";
|
|
233
246
|
readonly random: "3.9.0";
|
|
234
247
|
readonly null: "3.3.0";
|
|
235
248
|
readonly archive: "2.8.0";
|
|
@@ -243,7 +256,7 @@ export type ITerraformProviderVersion = keyof typeof TERRAFORM_VERSIONS;
|
|
|
243
256
|
* generated `.tf` templates (e.g. `version = "<%- awsProviderVersion %>"`)
|
|
244
257
|
*/
|
|
245
258
|
export declare const terraformProviderVersions: () => {
|
|
246
|
-
awsProviderVersion: "6.
|
|
259
|
+
awsProviderVersion: "6.57.1";
|
|
247
260
|
randomProviderVersion: "3.9.0";
|
|
248
261
|
nullProviderVersion: "3.3.0";
|
|
249
262
|
archiveProviderVersion: "2.8.0";
|
package/src/utils/versions.js
CHANGED
|
@@ -9,24 +9,24 @@
|
|
|
9
9
|
'@aws/aws-distro-opentelemetry-node-autoinstrumentation': '0.12.0',
|
|
10
10
|
// Pinned above the version the ADOT autoinstrumentation package resolves
|
|
11
11
|
// transitively (2.8.0) to clear CVE-2026-59892 (HIGH).
|
|
12
|
-
'@opentelemetry/propagator-jaeger': '2.
|
|
12
|
+
'@opentelemetry/propagator-jaeger': '2.10.0',
|
|
13
13
|
// Overridden in the vended agent/MCP image builds to clear CVE-2026-14257
|
|
14
14
|
// (HIGH) in brace-expansion: minimatch 10 is the lowest major depending on
|
|
15
15
|
// brace-expansion 5.x, the only line Trivy's `< 5.0.8` advisory range treats
|
|
16
16
|
// as fixed. Overriding brace-expansion directly is not viable — 5.x drops the
|
|
17
17
|
// CommonJS default export that minimatch 9 calls.
|
|
18
|
-
minimatch: '10.2.
|
|
19
|
-
'@aws-sdk/client-dynamodb': '3.
|
|
20
|
-
'@aws-sdk/client-api-gateway': '3.
|
|
21
|
-
'@aws-sdk/client-iam': '3.
|
|
22
|
-
'@aws-sdk/client-bedrock-agentcore': '3.
|
|
23
|
-
'@aws-sdk/client-bedrock-runtime': '3.
|
|
24
|
-
'@aws-sdk/client-s3': '3.
|
|
25
|
-
'@aws-sdk/client-sts': '3.
|
|
26
|
-
'@aws-sdk/credential-providers': '3.
|
|
27
|
-
'@aws-sdk/credential-provider-cognito-identity': '3.972.
|
|
28
|
-
'@aws-sdk/client-secrets-manager': '3.
|
|
29
|
-
'@aws-sdk/rds-signer': '3.
|
|
18
|
+
minimatch: '10.2.6',
|
|
19
|
+
'@aws-sdk/client-dynamodb': '3.1101.0',
|
|
20
|
+
'@aws-sdk/client-api-gateway': '3.1101.0',
|
|
21
|
+
'@aws-sdk/client-iam': '3.1101.0',
|
|
22
|
+
'@aws-sdk/client-bedrock-agentcore': '3.1101.0',
|
|
23
|
+
'@aws-sdk/client-bedrock-runtime': '3.1101.0',
|
|
24
|
+
'@aws-sdk/client-s3': '3.1101.0',
|
|
25
|
+
'@aws-sdk/client-sts': '3.1101.0',
|
|
26
|
+
'@aws-sdk/credential-providers': '3.1101.0',
|
|
27
|
+
'@aws-sdk/credential-provider-cognito-identity': '3.972.64',
|
|
28
|
+
'@aws-sdk/client-secrets-manager': '3.1101.0',
|
|
29
|
+
'@aws-sdk/rds-signer': '3.1101.0',
|
|
30
30
|
'@aws-smithy/server-apigateway': '1.0.0-alpha.10',
|
|
31
31
|
'@aws-smithy/server-node': '1.0.0-alpha.10',
|
|
32
32
|
'@aws-lambda-powertools/logger': '2.34.0',
|
|
@@ -34,22 +34,22 @@
|
|
|
34
34
|
'@aws-lambda-powertools/parameters': '2.34.0',
|
|
35
35
|
'@aws-lambda-powertools/tracer': '2.34.0',
|
|
36
36
|
'@aws-lambda-powertools/parser': '2.34.0',
|
|
37
|
-
'@aws-sdk/client-appconfigdata': '3.
|
|
38
|
-
'@middy/core': '7.7.
|
|
37
|
+
'@aws-sdk/client-appconfigdata': '3.1101.0',
|
|
38
|
+
'@middy/core': '7.7.2',
|
|
39
39
|
'@nxlv/python': '22.2.2',
|
|
40
40
|
'@nx-extend/terraform': '10.3.0',
|
|
41
41
|
// These must all hold the same version — see NX_PACKAGES.
|
|
42
|
-
nx: '23.1.
|
|
43
|
-
'@nx/devkit': '23.1.
|
|
44
|
-
'@nx/js': '23.1.
|
|
45
|
-
'@nx/react': '23.1.
|
|
46
|
-
'@nx/vite': '23.1.
|
|
47
|
-
'@nx/vitest': '23.1.
|
|
48
|
-
'@nx/workspace': '23.1.
|
|
49
|
-
'create-nx-workspace': '23.1.
|
|
42
|
+
nx: '23.1.1',
|
|
43
|
+
'@nx/devkit': '23.1.1',
|
|
44
|
+
'@nx/js': '23.1.1',
|
|
45
|
+
'@nx/react': '23.1.1',
|
|
46
|
+
'@nx/vite': '23.1.1',
|
|
47
|
+
'@nx/vitest': '23.1.1',
|
|
48
|
+
'@nx/workspace': '23.1.1',
|
|
49
|
+
'create-nx-workspace': '23.1.1',
|
|
50
50
|
'@swc-node/register': '1.12.1',
|
|
51
|
-
'@swc/core': '1.15.
|
|
52
|
-
'@modelcontextprotocol/sdk': '1.
|
|
51
|
+
'@swc/core': '1.15.47',
|
|
52
|
+
'@modelcontextprotocol/sdk': '1.30.0',
|
|
53
53
|
'@modelcontextprotocol/inspector': '0.22.0',
|
|
54
54
|
'@ag-ui/a2ui-toolkit': '0.0.4',
|
|
55
55
|
'@ag-ui/aws-strands': '0.2.3',
|
|
@@ -57,43 +57,43 @@
|
|
|
57
57
|
'@ag-ui/core': '0.0.57',
|
|
58
58
|
'@ag-ui/encoder': '0.0.57',
|
|
59
59
|
'agent-chat-cli': '0.3.0',
|
|
60
|
-
'@copilotkit/react-core': '1.
|
|
60
|
+
'@copilotkit/react-core': '1.65.0',
|
|
61
61
|
rxjs: '7.8.2',
|
|
62
|
-
'@strands-agents/sdk': '1.
|
|
62
|
+
'@strands-agents/sdk': '1.11.2',
|
|
63
63
|
'@tanstack/react-router': '1.170.18',
|
|
64
|
-
'@tanstack/router-plugin': '1.168.
|
|
64
|
+
'@tanstack/router-plugin': '1.168.23',
|
|
65
65
|
'@tanstack/router-generator': '1.167.21',
|
|
66
66
|
'@tanstack/virtual-file-routes': '1.162.0',
|
|
67
67
|
'@tanstack/router-utils': '1.162.2',
|
|
68
|
-
'@cloudscape-design/board-components': '3.0.
|
|
69
|
-
'@cloudscape-design/chat-components': '1.0.
|
|
70
|
-
'@cloudscape-design/components': '3.0.
|
|
71
|
-
'@cloudscape-design/global-styles': '1.0.
|
|
72
|
-
'@tanstack/react-query': '5.101.
|
|
73
|
-
'@tanstack/react-query-devtools': '5.101.
|
|
68
|
+
'@cloudscape-design/board-components': '3.0.212',
|
|
69
|
+
'@cloudscape-design/chat-components': '1.0.156',
|
|
70
|
+
'@cloudscape-design/components': '3.0.1340',
|
|
71
|
+
'@cloudscape-design/global-styles': '1.0.65',
|
|
72
|
+
'@tanstack/react-query': '5.101.4',
|
|
73
|
+
'@tanstack/react-query-devtools': '5.101.4',
|
|
74
74
|
'@trpc/tanstack-react-query': '11.18.0',
|
|
75
75
|
'@trpc/client': '11.18.0',
|
|
76
76
|
'@trpc/server': '11.18.0',
|
|
77
|
-
'@types/node': '26.1.
|
|
77
|
+
'@types/node': '26.1.2',
|
|
78
78
|
'@types/aws-lambda': '8.10.162',
|
|
79
79
|
'@types/cors': '2.8.19',
|
|
80
|
-
'@types/pg': '8.20.
|
|
80
|
+
'@types/pg': '8.20.3',
|
|
81
81
|
'@types/ws': '8.18.1',
|
|
82
82
|
'@types/express': '5.0.6',
|
|
83
|
-
'@smithy/config-resolver': '4.6.
|
|
84
|
-
'@smithy/node-config-provider': '4.5.
|
|
85
|
-
'@smithy/node-http-handler': '4.9.
|
|
83
|
+
'@smithy/config-resolver': '4.6.16',
|
|
84
|
+
'@smithy/node-config-provider': '4.5.16',
|
|
85
|
+
'@smithy/node-http-handler': '4.9.13',
|
|
86
86
|
'@smithy/types': '4.16.1',
|
|
87
87
|
'@vitest/coverage-v8': '4.1.10',
|
|
88
88
|
'@vitest/ui': '4.1.10',
|
|
89
|
-
'@astrojs/react': '6.0.
|
|
89
|
+
'@astrojs/react': '6.0.2',
|
|
90
90
|
'@astrojs/starlight': '0.41.3',
|
|
91
91
|
astro: '7.1.1',
|
|
92
92
|
aws4fetch: '1.0.20',
|
|
93
|
-
'aws-cdk': '2.
|
|
94
|
-
'aws-cdk-lib': '2.
|
|
93
|
+
'aws-cdk': '2.1135.0',
|
|
94
|
+
'aws-cdk-lib': '2.263.0',
|
|
95
95
|
'aws-xray-sdk-core': '3.12.0',
|
|
96
|
-
constructs: '10.
|
|
96
|
+
constructs: '10.8.0',
|
|
97
97
|
cors: '2.8.6',
|
|
98
98
|
chalk: '5.6.2',
|
|
99
99
|
'class-variance-authority': '0.7.1',
|
|
@@ -103,42 +103,44 @@
|
|
|
103
103
|
esbuild: '0.28.1',
|
|
104
104
|
'event-source-polyfill': '1.0.31',
|
|
105
105
|
'@types/event-source-polyfill': '1.0.5',
|
|
106
|
-
'@biomejs/biome': '2.5.
|
|
107
|
-
'@prisma/adapter-mariadb': '7.
|
|
108
|
-
'@prisma/adapter-pg': '7.
|
|
109
|
-
'@prisma/client': '7.
|
|
106
|
+
'@biomejs/biome': '2.5.6',
|
|
107
|
+
'@prisma/adapter-mariadb': '7.9.1',
|
|
108
|
+
'@prisma/adapter-pg': '7.9.1',
|
|
109
|
+
'@prisma/client': '7.9.1',
|
|
110
110
|
ejs: '6.0.1',
|
|
111
111
|
'@types/ejs': '3.1.5',
|
|
112
112
|
express: '5.2.1',
|
|
113
113
|
'fast-glob': '3.3.3',
|
|
114
114
|
husky: '9.1.7',
|
|
115
|
-
'fs-extra': '11.
|
|
115
|
+
'fs-extra': '11.4.0',
|
|
116
116
|
'@types/fs-extra': '11.0.4',
|
|
117
117
|
'make-dir-cli': '4.0.0',
|
|
118
118
|
mariadb: '3.5.3',
|
|
119
119
|
ncp: '2.0.0',
|
|
120
|
-
npm: '12.0.
|
|
120
|
+
npm: '12.0.2',
|
|
121
121
|
'npm-check-updates': '22.2.9',
|
|
122
122
|
'oidc-client-ts': '3.5.0',
|
|
123
123
|
pg: '8.22.0',
|
|
124
|
-
prisma: '7.
|
|
124
|
+
prisma: '7.9.1',
|
|
125
125
|
'react-oidc-context': '3.3.1',
|
|
126
|
-
react: '19.2.
|
|
127
|
-
'react-dom': '19.2.
|
|
126
|
+
react: '19.2.8',
|
|
127
|
+
'react-dom': '19.2.8',
|
|
128
128
|
rimraf: '6.1.3',
|
|
129
|
-
rolldown: '1.2.
|
|
129
|
+
rolldown: '1.2.2',
|
|
130
|
+
'rolldown-plugin-dts': '0.28.0',
|
|
131
|
+
'@rollup/plugin-esm-shim': '0.1.8',
|
|
130
132
|
'simple-git': '3.36.0',
|
|
131
133
|
'source-map-support': '0.5.21',
|
|
132
134
|
'starlight-blog': '0.28.0',
|
|
133
135
|
tailwindcss: '4.3.3',
|
|
134
136
|
'@tailwindcss/vite': '4.3.3',
|
|
135
|
-
tsx: '4.23.
|
|
136
|
-
'lucide-react': '1.
|
|
137
|
-
'radix-ui': '1.6.
|
|
138
|
-
shadcn: '4.
|
|
137
|
+
tsx: '4.23.5',
|
|
138
|
+
'lucide-react': '1.28.0',
|
|
139
|
+
'radix-ui': '1.6.7',
|
|
140
|
+
shadcn: '4.16.1',
|
|
139
141
|
'tw-animate-css': '1.4.0',
|
|
140
142
|
'tailwind-merge': '3.6.0',
|
|
141
|
-
vite: '8.
|
|
143
|
+
vite: '8.2.0',
|
|
142
144
|
typescript: '6.0.3',
|
|
143
145
|
vitest: '4.1.10',
|
|
144
146
|
zod: '4.4.3',
|
|
@@ -181,31 +183,31 @@
|
|
|
181
183
|
'a2a-sdk': '==0.3.26',
|
|
182
184
|
'ag-ui-langgraph': '==0.0.42',
|
|
183
185
|
'ag-ui-protocol': '==0.1.19',
|
|
184
|
-
'ag-ui-strands': '==0.2.
|
|
186
|
+
'ag-ui-strands': '==0.2.4',
|
|
185
187
|
'aws-lambda-powertools': '==3.31.1',
|
|
186
188
|
'aws-lambda-powertools[tracer]': '==3.31.1',
|
|
187
189
|
'aws-lambda-powertools[parser]': '==3.31.1',
|
|
188
|
-
'aws-opentelemetry-distro': '==0.
|
|
189
|
-
'bedrock-agentcore': '==1.
|
|
190
|
-
boto3: '==1.43.
|
|
191
|
-
checkov: '==3.3.
|
|
192
|
-
fastapi: '==0.
|
|
193
|
-
'fastapi[standard]': '==0.
|
|
190
|
+
'aws-opentelemetry-distro': '==0.19.0',
|
|
191
|
+
'bedrock-agentcore': '==1.19.0',
|
|
192
|
+
boto3: '==1.43.63',
|
|
193
|
+
checkov: '==3.3.9',
|
|
194
|
+
fastapi: '==0.141.1',
|
|
195
|
+
'fastapi[standard]': '==0.141.1',
|
|
194
196
|
httpx: '==0.28.1',
|
|
195
197
|
langchain: '==1.3.14',
|
|
196
|
-
'langchain-aws': '==1.6.
|
|
197
|
-
'langchain-mcp-adapters': '==0.3.
|
|
198
|
-
langgraph: '==1.2.
|
|
198
|
+
'langchain-aws': '==1.6.4',
|
|
199
|
+
'langchain-mcp-adapters': '==0.3.1',
|
|
200
|
+
langgraph: '==1.2.10',
|
|
199
201
|
mcp: '==1.28.1',
|
|
200
202
|
'pip-check-updates': '==0.29.0',
|
|
201
203
|
'pip-licenses': '==5.5.5',
|
|
202
|
-
ruff: '==0.
|
|
203
|
-
'strands-agents': '==1.
|
|
204
|
-
'strands-agents[a2a]': '==1.
|
|
205
|
-
'strands-agents-tools': '==0.8.
|
|
206
|
-
ty: '==0.0.
|
|
204
|
+
ruff: '==0.16.1',
|
|
205
|
+
'strands-agents': '==1.50.2',
|
|
206
|
+
'strands-agents[a2a]': '==1.50.2',
|
|
207
|
+
'strands-agents-tools': '==0.8.5',
|
|
208
|
+
ty: '==0.0.66',
|
|
207
209
|
pynamodb: '==6.1.0',
|
|
208
|
-
uvicorn: '==0.
|
|
210
|
+
uvicorn: '==0.52.1',
|
|
209
211
|
sqlmodel: '==0.0.39',
|
|
210
212
|
alembic: '==1.18.5',
|
|
211
213
|
aiomysql: '==0.3.2',
|
|
@@ -248,11 +250,20 @@
|
|
|
248
250
|
// ECR-hosted Trivy image used to scan built images during the build.
|
|
249
251
|
trivy: '0.72.0'
|
|
250
252
|
};
|
|
253
|
+
/**
|
|
254
|
+
* Repository each pinned tool image is pulled from, keyed as
|
|
255
|
+
* {@link CONTAINER_VERSIONS}. Kept beside the versions so a tool added here is
|
|
256
|
+
* one entry rather than a reference built somewhere else, which is also what
|
|
257
|
+
* lets the version sync find these pins wherever a target command runs them.
|
|
258
|
+
*/ export const CONTAINER_REPOSITORIES = {
|
|
259
|
+
trivy: 'public.ecr.aws/aquasecurity/trivy'
|
|
260
|
+
};
|
|
261
|
+
/** The pinned reference for a tool image, as a target command runs it. */ export const containerImage = (tool)=>`${CONTAINER_REPOSITORIES[tool]}:${CONTAINER_VERSIONS[tool]}`;
|
|
251
262
|
/**
|
|
252
263
|
* Exact versions for Terraform providers used by generated `.tf` modules.
|
|
253
264
|
* Pinned exactly (no range operator) so generated infrastructure is reproducible.
|
|
254
265
|
*/ export const TERRAFORM_VERSIONS = {
|
|
255
|
-
aws: '6.
|
|
266
|
+
aws: '6.57.1',
|
|
256
267
|
random: '3.9.0',
|
|
257
268
|
null: '3.3.0',
|
|
258
269
|
archive: '2.8.0',
|