@aws/nx-plugin 0.121.0 → 0.123.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 +583 -489
- package/README.md +1 -1
- package/package.json +8 -8
- package/src/infra/app/__snapshots__/generator.spec.ts.snap +17 -17
- package/src/preset/__snapshots__/generator.spec.ts.snap +3 -3
- package/src/py/agent/__snapshots__/generator.spec.ts.snap +6 -6
- package/src/py/agent/react-connection/__snapshots__/generator.spec.ts.snap +7 -16
- package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +3 -3
- package/src/ts/mcp-server/__snapshots__/generator.spec.ts.snap +3 -3
- package/src/ts/rdb/__snapshots__/generator.spec.ts.snap +36 -18
- package/src/ts/react-website/agui/files/common/src/hooks/useAgui__agentNameClassName__.tsx.template +1 -16
- package/src/ts/react-website/agui/generator.js +0 -1
- package/src/ts/react-website/agui/generator.js.map +1 -1
- package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +32 -32
- package/src/utils/rdb-constructs/files/terraform/core/rdb/aurora/aurora.tf.template +18 -9
- package/src/utils/versions.d.ts +55 -55
- package/src/utils/versions.js +54 -54
- package/src/utils/versions.js.map +1 -1
|
@@ -1065,24 +1065,24 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
1065
1065
|
"{
|
|
1066
1066
|
"name": "@proj/source",
|
|
1067
1067
|
"dependencies": {
|
|
1068
|
-
"@cloudscape-design/board-components": "3.0.
|
|
1069
|
-
"@cloudscape-design/components": "3.0.
|
|
1068
|
+
"@cloudscape-design/board-components": "3.0.187",
|
|
1069
|
+
"@cloudscape-design/components": "3.0.1304",
|
|
1070
1070
|
"@cloudscape-design/global-styles": "1.0.59",
|
|
1071
1071
|
"aws-cdk-lib": "2.257.0",
|
|
1072
1072
|
"constructs": "10.6.0",
|
|
1073
|
-
"react": "19.2.
|
|
1074
|
-
"react-dom": "19.2.
|
|
1073
|
+
"react": "19.2.7",
|
|
1074
|
+
"react-dom": "19.2.7",
|
|
1075
1075
|
"tailwindcss": "4.3.0"
|
|
1076
1076
|
},
|
|
1077
1077
|
"devDependencies": {
|
|
1078
1078
|
"@eslint/js": "^9.8.0",
|
|
1079
|
-
"@nx/eslint": "22.7.
|
|
1080
|
-
"@nx/eslint-plugin": "22.7.
|
|
1081
|
-
"@nx/js": "22.7.
|
|
1082
|
-
"@nx/react": "22.7.
|
|
1083
|
-
"@nx/vite": "22.7.
|
|
1084
|
-
"@nx/vitest": "22.7.
|
|
1085
|
-
"@nx/web": "22.7.
|
|
1079
|
+
"@nx/eslint": "22.7.5",
|
|
1080
|
+
"@nx/eslint-plugin": "22.7.5",
|
|
1081
|
+
"@nx/js": "22.7.5",
|
|
1082
|
+
"@nx/react": "22.7.5",
|
|
1083
|
+
"@nx/vite": "22.7.5",
|
|
1084
|
+
"@nx/vitest": "22.7.5",
|
|
1085
|
+
"@nx/web": "22.7.5",
|
|
1086
1086
|
"@swc-node/register": "~1.11.1",
|
|
1087
1087
|
"@swc/cli": "~0.8.0",
|
|
1088
1088
|
"@swc/core": "~1.15.5",
|
|
@@ -1100,7 +1100,7 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
1100
1100
|
"eslint-config-prettier": "^10.0.0",
|
|
1101
1101
|
"eslint-plugin-import": "2.31.0",
|
|
1102
1102
|
"eslint-plugin-jsx-a11y": "6.10.1",
|
|
1103
|
-
"eslint-plugin-prettier": "5.5.
|
|
1103
|
+
"eslint-plugin-prettier": "5.5.6",
|
|
1104
1104
|
"eslint-plugin-react": "7.35.0",
|
|
1105
1105
|
"eslint-plugin-react-hooks": "5.0.0",
|
|
1106
1106
|
"jiti": "2.4.2",
|
|
@@ -2686,32 +2686,32 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
2686
2686
|
"{
|
|
2687
2687
|
"name": "@proj/source",
|
|
2688
2688
|
"dependencies": {
|
|
2689
|
-
"@cloudscape-design/board-components": "3.0.
|
|
2690
|
-
"@cloudscape-design/components": "3.0.
|
|
2689
|
+
"@cloudscape-design/board-components": "3.0.187",
|
|
2690
|
+
"@cloudscape-design/components": "3.0.1304",
|
|
2691
2691
|
"@cloudscape-design/global-styles": "1.0.59",
|
|
2692
|
-
"@tanstack/react-router": "1.170.
|
|
2692
|
+
"@tanstack/react-router": "1.170.10",
|
|
2693
2693
|
"aws-cdk-lib": "2.257.0",
|
|
2694
2694
|
"constructs": "10.6.0",
|
|
2695
|
-
"react": "19.2.
|
|
2696
|
-
"react-dom": "19.2.
|
|
2695
|
+
"react": "19.2.7",
|
|
2696
|
+
"react-dom": "19.2.7",
|
|
2697
2697
|
"tailwindcss": "4.3.0"
|
|
2698
2698
|
},
|
|
2699
2699
|
"devDependencies": {
|
|
2700
2700
|
"@eslint/js": "^9.8.0",
|
|
2701
|
-
"@nx/eslint": "22.7.
|
|
2702
|
-
"@nx/eslint-plugin": "22.7.
|
|
2703
|
-
"@nx/js": "22.7.
|
|
2704
|
-
"@nx/react": "22.7.
|
|
2705
|
-
"@nx/vite": "22.7.
|
|
2706
|
-
"@nx/vitest": "22.7.
|
|
2707
|
-
"@nx/web": "22.7.
|
|
2701
|
+
"@nx/eslint": "22.7.5",
|
|
2702
|
+
"@nx/eslint-plugin": "22.7.5",
|
|
2703
|
+
"@nx/js": "22.7.5",
|
|
2704
|
+
"@nx/react": "22.7.5",
|
|
2705
|
+
"@nx/vite": "22.7.5",
|
|
2706
|
+
"@nx/vitest": "22.7.5",
|
|
2707
|
+
"@nx/web": "22.7.5",
|
|
2708
2708
|
"@swc-node/register": "~1.11.1",
|
|
2709
2709
|
"@swc/cli": "~0.8.0",
|
|
2710
2710
|
"@swc/core": "~1.15.5",
|
|
2711
2711
|
"@swc/helpers": "~0.5.18",
|
|
2712
2712
|
"@tailwindcss/vite": "4.3.0",
|
|
2713
|
-
"@tanstack/router-generator": "1.167.
|
|
2714
|
-
"@tanstack/router-plugin": "1.168.
|
|
2713
|
+
"@tanstack/router-generator": "1.167.12",
|
|
2714
|
+
"@tanstack/router-plugin": "1.168.13",
|
|
2715
2715
|
"@tanstack/router-utils": "1.162.1",
|
|
2716
2716
|
"@tanstack/virtual-file-routes": "1.162.0",
|
|
2717
2717
|
"@testing-library/dom": "10.4.0",
|
|
@@ -2726,7 +2726,7 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
2726
2726
|
"eslint-config-prettier": "^10.0.0",
|
|
2727
2727
|
"eslint-plugin-import": "2.31.0",
|
|
2728
2728
|
"eslint-plugin-jsx-a11y": "6.10.1",
|
|
2729
|
-
"eslint-plugin-prettier": "5.5.
|
|
2729
|
+
"eslint-plugin-prettier": "5.5.6",
|
|
2730
2730
|
"eslint-plugin-react": "7.35.0",
|
|
2731
2731
|
"eslint-plugin-react-hooks": "5.0.0",
|
|
2732
2732
|
"jiti": "2.4.2",
|
|
@@ -4971,14 +4971,14 @@ root &&
|
|
|
4971
4971
|
|
|
4972
4972
|
exports[`react-website generator > should handle npm scope prefix correctly > scoped-dependencies 1`] = `
|
|
4973
4973
|
{
|
|
4974
|
-
"@cloudscape-design/board-components": "3.0.
|
|
4975
|
-
"@cloudscape-design/components": "3.0.
|
|
4974
|
+
"@cloudscape-design/board-components": "3.0.187",
|
|
4975
|
+
"@cloudscape-design/components": "3.0.1304",
|
|
4976
4976
|
"@cloudscape-design/global-styles": "1.0.59",
|
|
4977
|
-
"@tanstack/react-router": "1.170.
|
|
4977
|
+
"@tanstack/react-router": "1.170.10",
|
|
4978
4978
|
"aws-cdk-lib": "2.257.0",
|
|
4979
4979
|
"constructs": "10.6.0",
|
|
4980
|
-
"react": "19.2.
|
|
4981
|
-
"react-dom": "19.2.
|
|
4980
|
+
"react": "19.2.7",
|
|
4981
|
+
"react-dom": "19.2.7",
|
|
4982
4982
|
"tailwindcss": "4.3.0",
|
|
4983
4983
|
}
|
|
4984
4984
|
`;
|
|
@@ -159,10 +159,19 @@ variable "tags" {
|
|
|
159
159
|
default = {}
|
|
160
160
|
}
|
|
161
161
|
|
|
162
|
+
# Suffix appended to physical resource names so that multiple deployments
|
|
163
|
+
# (e.g. separate environments in the same account and region) don't collide.
|
|
164
|
+
resource "random_string" "suffix" {
|
|
165
|
+
length = 8
|
|
166
|
+
special = false
|
|
167
|
+
upper = false
|
|
168
|
+
}
|
|
169
|
+
|
|
162
170
|
locals {
|
|
163
171
|
default_port = var.engine == "aurora-mysql" ? 3306 : 5432
|
|
164
172
|
default_engine_version = var.engine == "aurora-mysql" ? "8.0.mysql_aurora.3.12.0" : "17.7"
|
|
165
173
|
parameter_group_family = var.engine == "aurora-mysql" ? "aurora-mysql8.0" : "aurora-postgresql${split(".", coalesce(var.engine_version, local.default_engine_version))[0]}"
|
|
174
|
+
cluster_name = "${var.name}-aurora-${random_string.suffix.result}"
|
|
166
175
|
}
|
|
167
176
|
|
|
168
177
|
resource "aws_rds_cluster_parameter_group" "database" {
|
|
@@ -260,7 +269,7 @@ resource "aws_security_group" "database" {
|
|
|
260
269
|
}
|
|
261
270
|
|
|
262
271
|
resource "aws_db_subnet_group" "database" {
|
|
263
|
-
name =
|
|
272
|
+
name = local.cluster_name
|
|
264
273
|
subnet_ids = var.subnet_ids
|
|
265
274
|
|
|
266
275
|
tags = merge(var.tags, {
|
|
@@ -300,7 +309,7 @@ resource "aws_secretsmanager_secret_version" "credentials" {
|
|
|
300
309
|
resource "aws_rds_cluster" "database" {
|
|
301
310
|
#checkov:skip=CKV2_AWS_27:Query logging can be enabled with enable_cloudwatch_logs; this module defaults to CDK-equivalent behavior unless logging is requested
|
|
302
311
|
#checkov:skip=CKV_AWS_139:Deletion protection is enabled but checkov is unable to detect it correctly
|
|
303
|
-
cluster_identifier =
|
|
312
|
+
cluster_identifier = local.cluster_name
|
|
304
313
|
engine = var.engine
|
|
305
314
|
engine_version = coalesce(var.engine_version, local.default_engine_version)
|
|
306
315
|
database_name = var.database_name
|
|
@@ -314,7 +323,7 @@ resource "aws_rds_cluster" "database" {
|
|
|
314
323
|
kms_key_id = aws_kms_key.database.arn
|
|
315
324
|
deletion_protection = var.deletion_protection
|
|
316
325
|
skip_final_snapshot = var.skip_final_snapshot
|
|
317
|
-
final_snapshot_identifier = var.skip_final_snapshot ? null : "${
|
|
326
|
+
final_snapshot_identifier = var.skip_final_snapshot ? null : "${local.cluster_name}-final-snapshot"
|
|
318
327
|
iam_database_authentication_enabled = true
|
|
319
328
|
monitoring_interval = 5
|
|
320
329
|
monitoring_role_arn = aws_iam_role.enhanced_monitoring.arn
|
|
@@ -334,7 +343,7 @@ resource "aws_rds_cluster" "database" {
|
|
|
334
343
|
resource "aws_rds_cluster_instance" "database" {
|
|
335
344
|
count = var.instance_count
|
|
336
345
|
|
|
337
|
-
identifier = "${
|
|
346
|
+
identifier = "${local.cluster_name}-${count.index + 1}"
|
|
338
347
|
cluster_identifier = aws_rds_cluster.database.id
|
|
339
348
|
instance_class = "db.serverless"
|
|
340
349
|
engine = aws_rds_cluster.database.engine
|
|
@@ -388,7 +397,7 @@ resource "aws_vpc_security_group_ingress_rule" "rotation_to_database" {
|
|
|
388
397
|
resource "aws_cloudformation_stack" "credentials_rotation" {
|
|
389
398
|
#checkov:skip=CKV_AWS_124:SNS event notifications are not required for the credentials rotation stack
|
|
390
399
|
count = var.enable_credential_rotation ? 1 : 0
|
|
391
|
-
name = "${
|
|
400
|
+
name = "${local.cluster_name}-credentials-rotation"
|
|
392
401
|
|
|
393
402
|
capabilities = ["CAPABILITY_IAM", "CAPABILITY_AUTO_EXPAND"]
|
|
394
403
|
|
|
@@ -402,7 +411,7 @@ resource "aws_cloudformation_stack" "credentials_rotation" {
|
|
|
402
411
|
SecretId = aws_secretsmanager_secret.credentials.arn
|
|
403
412
|
HostedRotationLambda = {
|
|
404
413
|
RotationType = var.engine == "aurora-mysql" ? "MySQLSingleUser" : "PostgreSQLSingleUser"
|
|
405
|
-
RotationLambdaName = "${
|
|
414
|
+
RotationLambdaName = "${local.cluster_name}-credentials-rotation"
|
|
406
415
|
VpcSecurityGroupIds = aws_security_group.rotation[0].id
|
|
407
416
|
VpcSubnetIds = join(",", var.lambda_subnet_ids)
|
|
408
417
|
}
|
|
@@ -482,7 +491,7 @@ resource "aws_security_group" "proxy" {
|
|
|
482
491
|
resource "aws_db_proxy" "aurora" {
|
|
483
492
|
count = var.enable_rds_proxy ? 1 : 0
|
|
484
493
|
|
|
485
|
-
name = "${var.name}-proxy"
|
|
494
|
+
name = "${var.name}-proxy-${random_string.suffix.result}"
|
|
486
495
|
default_auth_scheme = "IAM_AUTH"
|
|
487
496
|
engine_family = var.engine == "aurora-mysql" ? "MYSQL" : "POSTGRESQL"
|
|
488
497
|
role_arn = aws_iam_role.proxy[0].arn
|
|
@@ -628,7 +637,7 @@ resource "aws_iam_role_policy_attachment" "backup" {
|
|
|
628
637
|
resource "aws_backup_vault" "database" {
|
|
629
638
|
count = var.enable_backup ? 1 : 0
|
|
630
639
|
|
|
631
|
-
name = "${
|
|
640
|
+
name = "${local.cluster_name}-backup"
|
|
632
641
|
kms_key_arn = aws_kms_key.database.arn
|
|
633
642
|
tags = var.tags
|
|
634
643
|
}
|
|
@@ -636,7 +645,7 @@ resource "aws_backup_vault" "database" {
|
|
|
636
645
|
resource "aws_backup_plan" "database" {
|
|
637
646
|
count = var.enable_backup ? 1 : 0
|
|
638
647
|
|
|
639
|
-
name = "${
|
|
648
|
+
name = "${local.cluster_name}-backup"
|
|
640
649
|
|
|
641
650
|
rule {
|
|
642
651
|
rule_name = "daily-backup"
|
package/src/utils/versions.d.ts
CHANGED
|
@@ -8,46 +8,46 @@
|
|
|
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.11.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.
|
|
11
|
+
readonly '@aws-sdk/client-dynamodb': "3.1058.0";
|
|
12
|
+
readonly '@aws-sdk/client-bedrock-runtime': "3.1058.0";
|
|
13
|
+
readonly '@aws-sdk/client-s3': "3.1058.0";
|
|
14
|
+
readonly '@aws-sdk/client-sts': "3.1058.0";
|
|
15
|
+
readonly '@aws-sdk/credential-providers': "3.1058.0";
|
|
16
|
+
readonly '@aws-sdk/credential-provider-cognito-identity': "3.972.38";
|
|
17
|
+
readonly '@aws-sdk/client-secrets-manager': "3.1058.0";
|
|
18
|
+
readonly '@aws-sdk/rds-signer': "3.1058.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
|
-
readonly '@aws-lambda-powertools/logger': "2.33.
|
|
22
|
-
readonly '@aws-lambda-powertools/metrics': "2.33.
|
|
23
|
-
readonly '@aws-lambda-powertools/parameters': "2.33.
|
|
24
|
-
readonly '@aws-lambda-powertools/tracer': "2.33.
|
|
25
|
-
readonly '@aws-lambda-powertools/parser': "2.33.
|
|
26
|
-
readonly '@aws-sdk/client-appconfigdata': "3.
|
|
21
|
+
readonly '@aws-lambda-powertools/logger': "2.33.1";
|
|
22
|
+
readonly '@aws-lambda-powertools/metrics': "2.33.1";
|
|
23
|
+
readonly '@aws-lambda-powertools/parameters': "2.33.1";
|
|
24
|
+
readonly '@aws-lambda-powertools/tracer': "2.33.1";
|
|
25
|
+
readonly '@aws-lambda-powertools/parser': "2.33.1";
|
|
26
|
+
readonly '@aws-sdk/client-appconfigdata': "3.1058.0";
|
|
27
27
|
readonly '@middy/core': "7.6.5";
|
|
28
28
|
readonly '@nxlv/python': "22.1.4";
|
|
29
29
|
readonly '@nx-extend/terraform': "10.2.1";
|
|
30
|
-
readonly '@nx/devkit': "22.7.
|
|
31
|
-
readonly '@nx/react': "22.7.
|
|
32
|
-
readonly 'create-nx-workspace': "22.7.
|
|
30
|
+
readonly '@nx/devkit': "22.7.5";
|
|
31
|
+
readonly '@nx/react': "22.7.5";
|
|
32
|
+
readonly 'create-nx-workspace': "22.7.5";
|
|
33
33
|
readonly '@modelcontextprotocol/sdk': "1.29.0";
|
|
34
34
|
readonly '@modelcontextprotocol/inspector': "0.19.0";
|
|
35
35
|
readonly '@ag-ui/aws-strands': "0.1.0";
|
|
36
|
-
readonly '@ag-ui/client': "0.0.
|
|
37
|
-
readonly '@ag-ui/core': "0.0.
|
|
38
|
-
readonly '@ag-ui/encoder': "0.0.
|
|
36
|
+
readonly '@ag-ui/client': "0.0.56";
|
|
37
|
+
readonly '@ag-ui/core': "0.0.56";
|
|
38
|
+
readonly '@ag-ui/encoder': "0.0.56";
|
|
39
39
|
readonly 'agent-chat-cli': "0.2.0";
|
|
40
|
-
readonly '@copilotkit/react-core': "1.
|
|
40
|
+
readonly '@copilotkit/react-core': "1.60.0";
|
|
41
41
|
readonly rxjs: "7.8.2";
|
|
42
42
|
readonly '@strands-agents/sdk': "1.3.0";
|
|
43
|
-
readonly '@tanstack/react-router': "1.170.
|
|
44
|
-
readonly '@tanstack/router-plugin': "1.168.
|
|
45
|
-
readonly '@tanstack/router-generator': "1.167.
|
|
43
|
+
readonly '@tanstack/react-router': "1.170.10";
|
|
44
|
+
readonly '@tanstack/router-plugin': "1.168.13";
|
|
45
|
+
readonly '@tanstack/router-generator': "1.167.12";
|
|
46
46
|
readonly '@tanstack/virtual-file-routes': "1.162.0";
|
|
47
47
|
readonly '@tanstack/router-utils': "1.162.1";
|
|
48
|
-
readonly '@cloudscape-design/board-components': "3.0.
|
|
49
|
-
readonly '@cloudscape-design/chat-components': "1.0.
|
|
50
|
-
readonly '@cloudscape-design/components': "3.0.
|
|
48
|
+
readonly '@cloudscape-design/board-components': "3.0.187";
|
|
49
|
+
readonly '@cloudscape-design/chat-components': "1.0.136";
|
|
50
|
+
readonly '@cloudscape-design/components': "3.0.1304";
|
|
51
51
|
readonly '@cloudscape-design/global-styles': "1.0.59";
|
|
52
52
|
readonly '@tanstack/react-query': "5.100.14";
|
|
53
53
|
readonly '@tanstack/react-query-devtools': "5.100.14";
|
|
@@ -60,17 +60,17 @@ export declare const TS_VERSIONS: {
|
|
|
60
60
|
readonly '@types/pg': "8.20.0";
|
|
61
61
|
readonly '@types/ws': "8.18.1";
|
|
62
62
|
readonly '@types/express': "5.0.6";
|
|
63
|
-
readonly '@smithy/config-resolver': "4.5.
|
|
64
|
-
readonly '@smithy/node-config-provider': "4.4.
|
|
65
|
-
readonly '@smithy/node-http-handler': "4.7.
|
|
66
|
-
readonly '@smithy/types': "4.14.
|
|
63
|
+
readonly '@smithy/config-resolver': "4.5.6";
|
|
64
|
+
readonly '@smithy/node-config-provider': "4.4.6";
|
|
65
|
+
readonly '@smithy/node-http-handler': "4.7.6";
|
|
66
|
+
readonly '@smithy/types': "4.14.3";
|
|
67
67
|
readonly '@vitest/coverage-v8': "4.1.7";
|
|
68
68
|
readonly '@vitest/ui': "4.1.7";
|
|
69
|
-
readonly '@astrojs/react': "5.0.
|
|
69
|
+
readonly '@astrojs/react': "5.0.6";
|
|
70
70
|
readonly '@astrojs/starlight': "0.39.2";
|
|
71
|
-
readonly astro: "6.
|
|
71
|
+
readonly astro: "6.4.2";
|
|
72
72
|
readonly aws4fetch: "1.0.20";
|
|
73
|
-
readonly 'aws-cdk': "2.
|
|
73
|
+
readonly 'aws-cdk': "2.1125.0";
|
|
74
74
|
readonly 'aws-cdk-lib': "2.257.0";
|
|
75
75
|
readonly 'aws-xray-sdk-core': "3.12.0";
|
|
76
76
|
readonly constructs: "10.6.0";
|
|
@@ -79,23 +79,23 @@ export declare const TS_VERSIONS: {
|
|
|
79
79
|
readonly 'class-variance-authority': "0.7.1";
|
|
80
80
|
readonly clsx: "2.1.1";
|
|
81
81
|
readonly commander: "14.0.3";
|
|
82
|
-
readonly electrodb: "3.
|
|
82
|
+
readonly electrodb: "3.9.0";
|
|
83
83
|
readonly esbuild: "0.28.0";
|
|
84
84
|
readonly 'event-source-polyfill': "1.0.31";
|
|
85
85
|
readonly '@types/event-source-polyfill': "1.0.5";
|
|
86
|
-
readonly '@typescript-eslint/eslint-plugin': "8.
|
|
87
|
-
readonly '@typescript-eslint/parser': "8.
|
|
86
|
+
readonly '@typescript-eslint/eslint-plugin': "8.60.1";
|
|
87
|
+
readonly '@typescript-eslint/parser': "8.60.1";
|
|
88
88
|
readonly '@prisma/adapter-mariadb': "7.8.0";
|
|
89
89
|
readonly '@prisma/adapter-pg': "7.8.0";
|
|
90
90
|
readonly '@prisma/client': "7.8.0";
|
|
91
|
-
readonly 'eslint-plugin-prettier': "5.5.
|
|
91
|
+
readonly 'eslint-plugin-prettier': "5.5.6";
|
|
92
92
|
readonly express: "5.2.1";
|
|
93
93
|
readonly 'fast-glob': "3.3.3";
|
|
94
94
|
readonly husky: "9.1.7";
|
|
95
95
|
readonly 'fs-extra': "11.3.5";
|
|
96
96
|
readonly '@types/fs-extra': "11.0.4";
|
|
97
97
|
readonly 'jsonc-eslint-parser': "3.1.0";
|
|
98
|
-
readonly 'typescript-eslint': "8.
|
|
98
|
+
readonly 'typescript-eslint': "8.60.1";
|
|
99
99
|
readonly 'make-dir-cli': "4.0.0";
|
|
100
100
|
readonly mariadb: "3.5.2";
|
|
101
101
|
readonly ncp: "2.0.0";
|
|
@@ -105,8 +105,8 @@ export declare const TS_VERSIONS: {
|
|
|
105
105
|
readonly pg: "8.21.0";
|
|
106
106
|
readonly prisma: "7.8.0";
|
|
107
107
|
readonly 'react-oidc-context': "3.3.1";
|
|
108
|
-
readonly react: "19.2.
|
|
109
|
-
readonly 'react-dom': "19.2.
|
|
108
|
+
readonly react: "19.2.7";
|
|
109
|
+
readonly 'react-dom': "19.2.7";
|
|
110
110
|
readonly rimraf: "6.1.3";
|
|
111
111
|
readonly rolldown: "1.0.2";
|
|
112
112
|
readonly 'simple-git': "3.36.0";
|
|
@@ -114,10 +114,10 @@ export declare const TS_VERSIONS: {
|
|
|
114
114
|
readonly 'starlight-blog': "0.26.1";
|
|
115
115
|
readonly tailwindcss: "4.3.0";
|
|
116
116
|
readonly '@tailwindcss/vite': "4.3.0";
|
|
117
|
-
readonly tsx: "4.22.
|
|
118
|
-
readonly 'lucide-react': "1.
|
|
117
|
+
readonly tsx: "4.22.4";
|
|
118
|
+
readonly 'lucide-react': "1.17.0";
|
|
119
119
|
readonly 'radix-ui': "1.4.3";
|
|
120
|
-
readonly shadcn: "4.
|
|
120
|
+
readonly shadcn: "4.10.0";
|
|
121
121
|
readonly 'tw-animate-css': "1.4.0";
|
|
122
122
|
readonly 'tailwind-merge': "3.6.0";
|
|
123
123
|
readonly vite: "8.0.14";
|
|
@@ -131,30 +131,30 @@ export type ITsDepVersion = keyof typeof TS_VERSIONS;
|
|
|
131
131
|
* Add versions to the given dependencies
|
|
132
132
|
*/
|
|
133
133
|
export declare const withVersions: (deps: ITsDepVersion[]) => {
|
|
134
|
-
[k: string]: "22.7.
|
|
134
|
+
[k: string]: "22.7.5" | "3.8.3" | "1.29.0" | "22.1.4" | "3.3.3" | "4.3.0" | "6.0.3" | "8.0.14" | "4.1.7" | "4.4.3" | "0.3.13" | "0.11.0" | "3.1058.0" | "3.972.38" | "1.0.0-alpha.10" | "2.33.1" | "7.6.5" | "10.2.1" | "0.19.0" | "0.1.0" | "0.0.56" | "0.2.0" | "1.60.0" | "7.8.2" | "1.3.0" | "1.170.10" | "1.168.13" | "1.167.12" | "1.162.0" | "1.162.1" | "3.0.187" | "1.0.136" | "3.0.1304" | "1.0.59" | "5.100.14" | "11.17.0" | "25.9.1" | "8.10.161" | "2.8.19" | "8.20.0" | "8.18.1" | "5.0.6" | "4.5.6" | "4.4.6" | "4.7.6" | "4.14.3" | "0.39.2" | "6.4.2" | "1.0.20" | "2.1125.0" | "2.257.0" | "3.12.0" | "10.6.0" | "2.8.6" | "5.6.2" | "0.7.1" | "2.1.1" | "14.0.3" | "3.9.0" | "0.28.0" | "1.0.31" | "1.0.5" | "8.60.1" | "7.8.0" | "5.5.6" | "5.2.1" | "9.1.7" | "11.3.5" | "11.0.4" | "3.1.0" | "4.0.0" | "3.5.2" | "2.0.0" | "19.6.6" | "3.5.0" | "8.21.0" | "3.3.1" | "19.2.7" | "6.1.3" | "1.0.2" | "3.36.0" | "0.5.21" | "0.26.1" | "4.22.4" | "1.17.0" | "1.4.3" | "4.10.0" | "1.4.0" | "3.6.0";
|
|
135
135
|
};
|
|
136
136
|
/**
|
|
137
137
|
* Versions for Python dependencies added by generators
|
|
138
138
|
*/
|
|
139
139
|
export declare const PY_VERSIONS: {
|
|
140
|
-
readonly 'ag-ui-protocol': "==0.1.
|
|
140
|
+
readonly 'ag-ui-protocol': "==0.1.19";
|
|
141
141
|
readonly 'ag-ui-strands': "==0.1.9";
|
|
142
142
|
readonly 'aws-lambda-powertools': "==3.29.0";
|
|
143
143
|
readonly 'aws-lambda-powertools[tracer]': "==3.29.0";
|
|
144
144
|
readonly 'aws-lambda-powertools[parser]': "==3.29.0";
|
|
145
|
-
readonly 'aws-opentelemetry-distro': "==0.17.
|
|
146
|
-
readonly 'bedrock-agentcore': "==1.
|
|
147
|
-
readonly boto3: "==1.43.
|
|
148
|
-
readonly checkov: "==3.2.
|
|
145
|
+
readonly 'aws-opentelemetry-distro': "==0.17.1";
|
|
146
|
+
readonly 'bedrock-agentcore': "==1.13.0";
|
|
147
|
+
readonly boto3: "==1.43.20";
|
|
148
|
+
readonly checkov: "==3.2.532";
|
|
149
149
|
readonly fastapi: "==0.136.3";
|
|
150
150
|
readonly 'fastapi[standard]': "==0.136.3";
|
|
151
151
|
readonly httpx: "==0.28.1";
|
|
152
|
-
readonly mcp: "==1.27.
|
|
152
|
+
readonly mcp: "==1.27.2";
|
|
153
153
|
readonly 'pip-check-updates': "==0.28.0";
|
|
154
|
-
readonly 'strands-agents': "==1.
|
|
155
|
-
readonly 'strands-agents[a2a]': "==1.
|
|
156
|
-
readonly 'strands-agents-tools': "==0.
|
|
157
|
-
readonly ty: "==0.0.
|
|
154
|
+
readonly 'strands-agents': "==1.42.0";
|
|
155
|
+
readonly 'strands-agents[a2a]': "==1.42.0";
|
|
156
|
+
readonly 'strands-agents-tools': "==0.7.0";
|
|
157
|
+
readonly ty: "==0.0.42";
|
|
158
158
|
readonly uvicorn: "==0.48.0";
|
|
159
159
|
};
|
|
160
160
|
export type IPyDepVersion = keyof typeof PY_VERSIONS;
|
package/src/utils/versions.js
CHANGED
|
@@ -11,46 +11,46 @@ exports.VENDORED_VERSIONS = exports.withPyVersions = exports.PY_VERSIONS = expor
|
|
|
11
11
|
exports.TS_VERSIONS = {
|
|
12
12
|
'@a2a-js/sdk': '0.3.13',
|
|
13
13
|
'@aws/aws-distro-opentelemetry-node-autoinstrumentation': '0.11.0',
|
|
14
|
-
'@aws-sdk/client-dynamodb': '3.
|
|
15
|
-
'@aws-sdk/client-bedrock-runtime': '3.
|
|
16
|
-
'@aws-sdk/client-s3': '3.
|
|
17
|
-
'@aws-sdk/client-sts': '3.
|
|
18
|
-
'@aws-sdk/credential-providers': '3.
|
|
19
|
-
'@aws-sdk/credential-provider-cognito-identity': '3.972.
|
|
20
|
-
'@aws-sdk/client-secrets-manager': '3.
|
|
21
|
-
'@aws-sdk/rds-signer': '3.
|
|
14
|
+
'@aws-sdk/client-dynamodb': '3.1058.0',
|
|
15
|
+
'@aws-sdk/client-bedrock-runtime': '3.1058.0',
|
|
16
|
+
'@aws-sdk/client-s3': '3.1058.0',
|
|
17
|
+
'@aws-sdk/client-sts': '3.1058.0',
|
|
18
|
+
'@aws-sdk/credential-providers': '3.1058.0',
|
|
19
|
+
'@aws-sdk/credential-provider-cognito-identity': '3.972.38',
|
|
20
|
+
'@aws-sdk/client-secrets-manager': '3.1058.0',
|
|
21
|
+
'@aws-sdk/rds-signer': '3.1058.0',
|
|
22
22
|
'@aws-smithy/server-apigateway': '1.0.0-alpha.10',
|
|
23
23
|
'@aws-smithy/server-node': '1.0.0-alpha.10',
|
|
24
|
-
'@aws-lambda-powertools/logger': '2.33.
|
|
25
|
-
'@aws-lambda-powertools/metrics': '2.33.
|
|
26
|
-
'@aws-lambda-powertools/parameters': '2.33.
|
|
27
|
-
'@aws-lambda-powertools/tracer': '2.33.
|
|
28
|
-
'@aws-lambda-powertools/parser': '2.33.
|
|
29
|
-
'@aws-sdk/client-appconfigdata': '3.
|
|
24
|
+
'@aws-lambda-powertools/logger': '2.33.1',
|
|
25
|
+
'@aws-lambda-powertools/metrics': '2.33.1',
|
|
26
|
+
'@aws-lambda-powertools/parameters': '2.33.1',
|
|
27
|
+
'@aws-lambda-powertools/tracer': '2.33.1',
|
|
28
|
+
'@aws-lambda-powertools/parser': '2.33.1',
|
|
29
|
+
'@aws-sdk/client-appconfigdata': '3.1058.0',
|
|
30
30
|
'@middy/core': '7.6.5',
|
|
31
31
|
'@nxlv/python': '22.1.4',
|
|
32
32
|
'@nx-extend/terraform': '10.2.1',
|
|
33
|
-
'@nx/devkit': '22.7.
|
|
34
|
-
'@nx/react': '22.7.
|
|
35
|
-
'create-nx-workspace': '22.7.
|
|
33
|
+
'@nx/devkit': '22.7.5',
|
|
34
|
+
'@nx/react': '22.7.5',
|
|
35
|
+
'create-nx-workspace': '22.7.5',
|
|
36
36
|
'@modelcontextprotocol/sdk': '1.29.0',
|
|
37
37
|
'@modelcontextprotocol/inspector': '0.19.0',
|
|
38
38
|
'@ag-ui/aws-strands': '0.1.0',
|
|
39
|
-
'@ag-ui/client': '0.0.
|
|
40
|
-
'@ag-ui/core': '0.0.
|
|
41
|
-
'@ag-ui/encoder': '0.0.
|
|
39
|
+
'@ag-ui/client': '0.0.56',
|
|
40
|
+
'@ag-ui/core': '0.0.56',
|
|
41
|
+
'@ag-ui/encoder': '0.0.56',
|
|
42
42
|
'agent-chat-cli': '0.2.0',
|
|
43
|
-
'@copilotkit/react-core': '1.
|
|
43
|
+
'@copilotkit/react-core': '1.60.0',
|
|
44
44
|
rxjs: '7.8.2',
|
|
45
45
|
'@strands-agents/sdk': '1.3.0',
|
|
46
|
-
'@tanstack/react-router': '1.170.
|
|
47
|
-
'@tanstack/router-plugin': '1.168.
|
|
48
|
-
'@tanstack/router-generator': '1.167.
|
|
46
|
+
'@tanstack/react-router': '1.170.10',
|
|
47
|
+
'@tanstack/router-plugin': '1.168.13',
|
|
48
|
+
'@tanstack/router-generator': '1.167.12',
|
|
49
49
|
'@tanstack/virtual-file-routes': '1.162.0',
|
|
50
50
|
'@tanstack/router-utils': '1.162.1',
|
|
51
|
-
'@cloudscape-design/board-components': '3.0.
|
|
52
|
-
'@cloudscape-design/chat-components': '1.0.
|
|
53
|
-
'@cloudscape-design/components': '3.0.
|
|
51
|
+
'@cloudscape-design/board-components': '3.0.187',
|
|
52
|
+
'@cloudscape-design/chat-components': '1.0.136',
|
|
53
|
+
'@cloudscape-design/components': '3.0.1304',
|
|
54
54
|
'@cloudscape-design/global-styles': '1.0.59',
|
|
55
55
|
'@tanstack/react-query': '5.100.14',
|
|
56
56
|
'@tanstack/react-query-devtools': '5.100.14',
|
|
@@ -63,17 +63,17 @@ exports.TS_VERSIONS = {
|
|
|
63
63
|
'@types/pg': '8.20.0',
|
|
64
64
|
'@types/ws': '8.18.1',
|
|
65
65
|
'@types/express': '5.0.6',
|
|
66
|
-
'@smithy/config-resolver': '4.5.
|
|
67
|
-
'@smithy/node-config-provider': '4.4.
|
|
68
|
-
'@smithy/node-http-handler': '4.7.
|
|
69
|
-
'@smithy/types': '4.14.
|
|
66
|
+
'@smithy/config-resolver': '4.5.6',
|
|
67
|
+
'@smithy/node-config-provider': '4.4.6',
|
|
68
|
+
'@smithy/node-http-handler': '4.7.6',
|
|
69
|
+
'@smithy/types': '4.14.3',
|
|
70
70
|
'@vitest/coverage-v8': '4.1.7',
|
|
71
71
|
'@vitest/ui': '4.1.7',
|
|
72
|
-
'@astrojs/react': '5.0.
|
|
72
|
+
'@astrojs/react': '5.0.6',
|
|
73
73
|
'@astrojs/starlight': '0.39.2',
|
|
74
|
-
astro: '6.
|
|
74
|
+
astro: '6.4.2',
|
|
75
75
|
aws4fetch: '1.0.20',
|
|
76
|
-
'aws-cdk': '2.
|
|
76
|
+
'aws-cdk': '2.1125.0',
|
|
77
77
|
'aws-cdk-lib': '2.257.0',
|
|
78
78
|
'aws-xray-sdk-core': '3.12.0',
|
|
79
79
|
constructs: '10.6.0',
|
|
@@ -82,23 +82,23 @@ exports.TS_VERSIONS = {
|
|
|
82
82
|
'class-variance-authority': '0.7.1',
|
|
83
83
|
clsx: '2.1.1',
|
|
84
84
|
commander: '14.0.3',
|
|
85
|
-
electrodb: '3.
|
|
85
|
+
electrodb: '3.9.0',
|
|
86
86
|
esbuild: '0.28.0',
|
|
87
87
|
'event-source-polyfill': '1.0.31',
|
|
88
88
|
'@types/event-source-polyfill': '1.0.5',
|
|
89
|
-
'@typescript-eslint/eslint-plugin': '8.
|
|
90
|
-
'@typescript-eslint/parser': '8.
|
|
89
|
+
'@typescript-eslint/eslint-plugin': '8.60.1',
|
|
90
|
+
'@typescript-eslint/parser': '8.60.1',
|
|
91
91
|
'@prisma/adapter-mariadb': '7.8.0',
|
|
92
92
|
'@prisma/adapter-pg': '7.8.0',
|
|
93
93
|
'@prisma/client': '7.8.0',
|
|
94
|
-
'eslint-plugin-prettier': '5.5.
|
|
94
|
+
'eslint-plugin-prettier': '5.5.6',
|
|
95
95
|
express: '5.2.1',
|
|
96
96
|
'fast-glob': '3.3.3',
|
|
97
97
|
husky: '9.1.7',
|
|
98
98
|
'fs-extra': '11.3.5',
|
|
99
99
|
'@types/fs-extra': '11.0.4',
|
|
100
100
|
'jsonc-eslint-parser': '3.1.0',
|
|
101
|
-
'typescript-eslint': '8.
|
|
101
|
+
'typescript-eslint': '8.60.1',
|
|
102
102
|
'make-dir-cli': '4.0.0',
|
|
103
103
|
mariadb: '3.5.2',
|
|
104
104
|
ncp: '2.0.0',
|
|
@@ -108,8 +108,8 @@ exports.TS_VERSIONS = {
|
|
|
108
108
|
pg: '8.21.0',
|
|
109
109
|
prisma: '7.8.0',
|
|
110
110
|
'react-oidc-context': '3.3.1',
|
|
111
|
-
react: '19.2.
|
|
112
|
-
'react-dom': '19.2.
|
|
111
|
+
react: '19.2.7',
|
|
112
|
+
'react-dom': '19.2.7',
|
|
113
113
|
rimraf: '6.1.3',
|
|
114
114
|
rolldown: '1.0.2',
|
|
115
115
|
'simple-git': '3.36.0',
|
|
@@ -117,10 +117,10 @@ exports.TS_VERSIONS = {
|
|
|
117
117
|
'starlight-blog': '0.26.1',
|
|
118
118
|
tailwindcss: '4.3.0',
|
|
119
119
|
'@tailwindcss/vite': '4.3.0',
|
|
120
|
-
tsx: '4.22.
|
|
121
|
-
'lucide-react': '1.
|
|
120
|
+
tsx: '4.22.4',
|
|
121
|
+
'lucide-react': '1.17.0',
|
|
122
122
|
'radix-ui': '1.4.3',
|
|
123
|
-
shadcn: '4.
|
|
123
|
+
shadcn: '4.10.0',
|
|
124
124
|
'tw-animate-css': '1.4.0',
|
|
125
125
|
'tailwind-merge': '3.6.0',
|
|
126
126
|
vite: '8.0.14',
|
|
@@ -138,24 +138,24 @@ exports.withVersions = withVersions;
|
|
|
138
138
|
* Versions for Python dependencies added by generators
|
|
139
139
|
*/
|
|
140
140
|
exports.PY_VERSIONS = {
|
|
141
|
-
'ag-ui-protocol': '==0.1.
|
|
141
|
+
'ag-ui-protocol': '==0.1.19',
|
|
142
142
|
'ag-ui-strands': '==0.1.9',
|
|
143
143
|
'aws-lambda-powertools': '==3.29.0',
|
|
144
144
|
'aws-lambda-powertools[tracer]': '==3.29.0',
|
|
145
145
|
'aws-lambda-powertools[parser]': '==3.29.0',
|
|
146
|
-
'aws-opentelemetry-distro': '==0.17.
|
|
147
|
-
'bedrock-agentcore': '==1.
|
|
148
|
-
boto3: '==1.43.
|
|
149
|
-
checkov: '==3.2.
|
|
146
|
+
'aws-opentelemetry-distro': '==0.17.1',
|
|
147
|
+
'bedrock-agentcore': '==1.13.0',
|
|
148
|
+
boto3: '==1.43.20',
|
|
149
|
+
checkov: '==3.2.532',
|
|
150
150
|
fastapi: '==0.136.3',
|
|
151
151
|
'fastapi[standard]': '==0.136.3',
|
|
152
152
|
httpx: '==0.28.1',
|
|
153
|
-
mcp: '==1.27.
|
|
153
|
+
mcp: '==1.27.2',
|
|
154
154
|
'pip-check-updates': '==0.28.0',
|
|
155
|
-
'strands-agents': '==1.
|
|
156
|
-
'strands-agents[a2a]': '==1.
|
|
157
|
-
'strands-agents-tools': '==0.
|
|
158
|
-
ty: '==0.0.
|
|
155
|
+
'strands-agents': '==1.42.0',
|
|
156
|
+
'strands-agents[a2a]': '==1.42.0',
|
|
157
|
+
'strands-agents-tools': '==0.7.0',
|
|
158
|
+
ty: '==0.0.42',
|
|
159
159
|
uvicorn: '==0.48.0',
|
|
160
160
|
};
|
|
161
161
|
/**
|
|
@@ -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,oBAAoB,EAAE,UAAU;IAChC,qBAAqB,EAAE,UAAU;IACjC,+BAA+B,EAAE,UAAU;IAC3C,+CAA+C,EAAE,UAAU;IAC3D,iCAAiC,EAAE,UAAU;IAC7C,qBAAqB,EAAE,UAAU;IACjC,+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,oBAAoB,EAAE,OAAO;IAC7B,eAAe,EAAE,QAAQ;IACzB,aAAa,EAAE,QAAQ;IACvB,gBAAgB,EAAE,QAAQ;IAC1B,gBAAgB,EAAE,OAAO;IACzB,wBAAwB,EAAE,QAAQ;IAClC,IAAI,EAAE,OAAO;IACb,qBAAqB,EAAE,OAAO;IAC9B,wBAAwB,EAAE,
|
|
1
|
+
{"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/nx-plugin/src/utils/versions.ts"],"names":[],"mappings":"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"}
|