@aws/nx-plugin 1.0.0-rc.32 → 1.0.0-rc.34
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 +75 -86
- package/generators.json +27 -0
- package/package.json +10 -10
- package/src/connection/generator.js +12 -1
- package/src/connection/generator.js.map +1 -1
- package/src/connection/supported-connections.d.ts +10 -1
- package/src/connection/supported-connections.js +13 -0
- package/src/connection/supported-connections.js.map +1 -1
- package/src/infra/app/__snapshots__/generator.spec.ts.snap +21 -21
- package/src/infra/app/files/app/src/main.ts.template +1 -1
- package/src/infra/app/files/app/src/stages/application-stage.ts.template +1 -1
- package/src/infra/app/generator.js +3 -1
- package/src/infra/app/generator.js.map +1 -1
- package/src/open-api/ts-client/__snapshots__/generator.complex-types.spec.ts.snap +12 -12
- package/src/open-api/ts-client/__snapshots__/generator.composite-types.spec.ts.snap +74 -10
- package/src/open-api/ts-client/__snapshots__/generator.content-type.spec.ts.snap +22 -4
- package/src/open-api/ts-client/__snapshots__/generator.duplicate-types.spec.ts.snap +53 -8
- package/src/open-api/ts-client/__snapshots__/generator.edge-cases.spec.ts.snap +32 -4
- package/src/open-api/ts-client/__snapshots__/generator.fast-api-gaps.spec.ts.snap +736 -0
- package/src/open-api/ts-client/__snapshots__/generator.fast-api.spec.ts.snap +86 -11
- package/src/open-api/ts-client/__snapshots__/generator.multipart.spec.ts.snap +21 -3
- package/src/open-api/ts-client/__snapshots__/generator.primitive-types.spec.ts.snap +2 -2
- package/src/open-api/ts-client/__snapshots__/generator.request.spec.ts.snap +6 -6
- package/src/open-api/ts-client/__snapshots__/generator.reserved-keywords.spec.ts.snap +2 -2
- package/src/open-api/ts-client/__snapshots__/generator.spec-compliance.spec.ts.snap +1883 -0
- package/src/open-api/ts-client/__snapshots__/generator.tags.spec.ts.snap +4 -4
- package/src/open-api/ts-client/files/client.gen.ts.template +196 -13
- package/src/open-api/ts-client/files/types.gen.ts.template +2 -0
- package/src/open-api/ts-client/generator.js +27 -2
- package/src/open-api/ts-client/generator.js.map +1 -1
- package/src/open-api/ts-hooks/files/options-proxy.gen.ts.template +2 -2
- package/src/open-api/ts-hooks/generator.js +5 -1
- package/src/open-api/ts-hooks/generator.js.map +1 -1
- package/src/open-api/utils/codegen-data/languages.js +6 -0
- package/src/open-api/utils/codegen-data/languages.js.map +1 -1
- package/src/open-api/utils/codegen-data/types.d.ts +16 -1
- package/src/open-api/utils/codegen-data/types.js.map +1 -1
- package/src/open-api/utils/codegen-data.js +71 -0
- package/src/open-api/utils/codegen-data.js.map +1 -1
- package/src/open-api/utils/normalise.js +53 -8
- package/src/open-api/utils/normalise.js.map +1 -1
- package/src/open-api/utils/parser.js +48 -15
- package/src/open-api/utils/parser.js.map +1 -1
- package/src/preset/__snapshots__/generator.spec.ts.snap +5 -3
- package/src/preset/generator.d.ts +1 -1
- package/src/preset/generator.js +5 -2
- package/src/preset/generator.js.map +1 -1
- package/src/preset/schema.d.js.map +1 -1
- package/src/preset/schema.d.ts +2 -0
- package/src/preset/schema.json +6 -0
- package/src/py/agent/__snapshots__/generator.constructs.spec.ts.snap +7 -7
- package/src/py/agent/__snapshots__/generator.frameworks.spec.ts.snap +8 -8
- package/src/py/agent/__snapshots__/generator.protocols.spec.ts.snap +89 -3
- package/src/py/dynamodb/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/py/fast-api/__snapshots__/generator.terraform.spec.ts.snap +12 -12
- package/src/py/lambda-function/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +91 -5
- package/src/py/rdb/__snapshots__/generator.spec.ts.snap +2038 -0
- package/src/py/rdb/agent-connection/__snapshots__/generator.spec.ts.snap +104 -0
- package/src/py/rdb/agent-connection/generator.d.ts +10 -0
- package/src/py/rdb/agent-connection/generator.js +46 -0
- package/src/py/rdb/agent-connection/generator.js.map +1 -0
- package/src/py/rdb/agent-connection/schema.d.js +8 -0
- package/src/py/rdb/agent-connection/schema.d.js.map +1 -0
- package/src/py/rdb/agent-connection/schema.d.ts +15 -0
- package/src/py/rdb/agent-connection/schema.json +27 -0
- package/src/py/rdb/fast-api-connection/__snapshots__/generator.spec.ts.snap +44 -0
- package/src/py/rdb/fast-api-connection/files/__apiModuleName__/dependencies/__rdbNameSnake__.py.template +14 -0
- package/src/py/rdb/fast-api-connection/generator.d.ts +10 -0
- package/src/py/rdb/fast-api-connection/generator.js +54 -0
- package/src/py/rdb/fast-api-connection/generator.js.map +1 -0
- package/src/py/rdb/fast-api-connection/schema.d.js +8 -0
- package/src/py/rdb/fast-api-connection/schema.d.js.map +1 -0
- package/src/py/rdb/fast-api-connection/schema.d.ts +13 -0
- package/src/py/rdb/fast-api-connection/schema.json +23 -0
- package/src/py/rdb/files/Dockerfile.create-db-user.template +10 -0
- package/src/py/rdb/files/Dockerfile.migration.template +10 -0
- package/src/py/rdb/files/__name__/__init__.py.template +3 -0
- package/src/py/rdb/files/__name__/connection.py.template +55 -0
- package/src/py/rdb/files/__name__/create_db_user_handler.py.template +97 -0
- package/src/py/rdb/files/__name__/migration_handler.py.template +36 -0
- package/src/py/rdb/files/__name__/models/__init__.py.template +3 -0
- package/src/py/rdb/files/__name__/models/example.py.template +8 -0
- package/src/py/rdb/files/__name__/utils.py.template +104 -0
- package/src/py/rdb/files/alembic.ini.template +38 -0
- package/src/py/rdb/files/config.json.template +14 -0
- package/src/py/rdb/files/migrations/env.py.template +80 -0
- package/src/py/rdb/files/migrations/script.py.mako.template +28 -0
- package/src/py/rdb/generator.d.ts +6 -0
- package/src/py/rdb/generator.js +263 -0
- package/src/py/rdb/generator.js.map +1 -0
- package/src/py/rdb/mcp-server-connection/__snapshots__/generator.spec.ts.snap +101 -0
- package/src/py/rdb/mcp-server-connection/generator.d.ts +10 -0
- package/src/py/rdb/mcp-server-connection/generator.js +46 -0
- package/src/py/rdb/mcp-server-connection/generator.js.map +1 -0
- package/src/py/rdb/mcp-server-connection/schema.d.js +8 -0
- package/src/py/rdb/mcp-server-connection/schema.d.js.map +1 -0
- package/src/py/rdb/mcp-server-connection/schema.d.ts +15 -0
- package/src/py/rdb/mcp-server-connection/schema.json +27 -0
- package/src/py/rdb/schema.d.js +6 -0
- package/src/py/rdb/schema.d.js.map +1 -0
- package/src/py/rdb/schema.d.ts +16 -0
- package/src/py/rdb/schema.json +77 -0
- package/src/py/rdb/utils.d.ts +6 -0
- package/src/py/rdb/utils.js +16 -0
- package/src/py/rdb/utils.js.map +1 -0
- package/src/sdk/py.d.ts +2 -0
- package/src/sdk/py.js +1 -0
- package/src/sdk/py.js.map +1 -1
- package/src/smithy/ts/api/__snapshots__/generator.spec.ts.snap +7 -7
- package/src/smithy/ts/api/files/handler.ts.template +2 -2
- package/src/smithy/ts/api/files/local-server.ts.template +2 -2
- package/src/smithy/ts/api/files/operations/echo.ts.template +2 -2
- package/src/smithy/ts/api/files/service.ts.template +3 -3
- package/src/smithy/ts/api/generator.js +3 -1
- package/src/smithy/ts/api/generator.js.map +1 -1
- package/src/trpc/backend/__snapshots__/generator.spec.ts.snap +12 -12
- package/src/trpc/backend/files/src/client/index.ts.template +1 -1
- package/src/trpc/backend/files/src/handler.ts.template +1 -1
- package/src/trpc/backend/files/src/index.ts.template +5 -5
- package/src/trpc/backend/files/src/init.ts.template +1 -1
- package/src/trpc/backend/files/src/local-server.ts.template +1 -1
- package/src/trpc/backend/files/src/middleware/index.ts.template +7 -7
- package/src/trpc/backend/files/src/procedures/echo.ts.template +2 -2
- package/src/trpc/backend/files/src/router.ts.template +2 -2
- package/src/trpc/backend/files/src/schema/index.ts.template +1 -1
- package/src/trpc/backend/generator.js +3 -1
- package/src/trpc/backend/generator.js.map +1 -1
- package/src/ts/agent/__snapshots__/generator.spec.ts.snap +89 -3
- package/src/ts/agent/a2a-connection/files/agent-connection/app/__targetAgentKebabCase__-client-strands.ts.template +2 -2
- package/src/ts/agent/a2a-connection/generator.js +3 -1
- package/src/ts/agent/a2a-connection/generator.js.map +1 -1
- package/src/ts/agent/files/a2a/index.ts.template +1 -1
- package/src/ts/agent/files/ag-ui/index.ts.template +1 -1
- package/src/ts/agent/files/http/client.ts.template +2 -2
- package/src/ts/agent/files/http/index.ts.template +2 -2
- package/src/ts/agent/files/http/router.ts.template +3 -3
- package/src/ts/agent/gateway-connection/files/agent-connection/app/__gatewayKebabCase__-client-strands.ts.template +2 -2
- package/src/ts/agent/gateway-connection/generator.js +3 -1
- package/src/ts/agent/gateway-connection/generator.js.map +1 -1
- package/src/ts/agent/generator.js +5 -2
- package/src/ts/agent/generator.js.map +1 -1
- package/src/ts/agent/mcp-connection/files/agent-connection/app/__mcpServerKebabCase__-client-strands.ts.template +2 -2
- package/src/ts/agent/mcp-connection/generator.js +3 -1
- package/src/ts/agent/mcp-connection/generator.js.map +1 -1
- package/src/ts/astro-docs/files/translation/scripts/translate.ts.template +3 -2
- package/src/ts/astro-docs/generator.js +2 -0
- package/src/ts/astro-docs/generator.js.map +1 -1
- package/src/ts/dynamodb/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/ts/dynamodb/files/src/client.ts.template +5 -2
- package/src/ts/dynamodb/files/src/entities/example.ts.template +1 -1
- package/src/ts/dynamodb/files/src/entities/index.ts.template +1 -1
- package/src/ts/dynamodb/files/src/index.ts.template +2 -2
- package/src/ts/dynamodb/generator.js +3 -1
- package/src/ts/dynamodb/generator.js.map +1 -1
- package/src/ts/lambda-function/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/ts/lib/generator.js +7 -1
- package/src/ts/lib/generator.js.map +1 -1
- package/src/ts/lib/ts-project-utils.js +19 -4
- package/src/ts/lib/ts-project-utils.js.map +1 -1
- package/src/ts/lib/types.d.ts +6 -0
- package/src/ts/lib/types.js.map +1 -1
- package/src/ts/mcp-server/__snapshots__/generator.spec.ts.snap +94 -8
- package/src/ts/mcp-server/generator.js +3 -2
- package/src/ts/mcp-server/generator.js.map +1 -1
- package/src/ts/nx-generator/files/local/generator.ts.template +2 -2
- package/src/ts/nx-generator/files/nx-plugin-for-aws/generator/generator.ts.template +2 -2
- package/src/ts/nx-generator/generator.js +5 -2
- package/src/ts/nx-generator/generator.js.map +1 -1
- package/src/ts/nx-plugin/files/mcp-server/server.ts.template +5 -5
- package/src/ts/nx-plugin/files/mcp-server/tools/create-workspace-command.ts.template +2 -2
- package/src/ts/nx-plugin/files/mcp-server/tools/general-guidance.ts.template +1 -1
- package/src/ts/nx-plugin/files/mcp-server/tools/generator-guide.ts.template +2 -2
- package/src/ts/nx-plugin/files/mcp-server/tools/list-generators.ts.template +2 -2
- package/src/ts/nx-plugin/files/mcp-server/utils.ts.template +3 -3
- package/src/ts/nx-plugin/generator.js +3 -1
- package/src/ts/nx-plugin/generator.js.map +1 -1
- package/src/ts/nx-plugin/utils.js +7 -4
- package/src/ts/nx-plugin/utils.js.map +1 -1
- package/src/ts/rdb/__snapshots__/generator.spec.ts.snap +149 -177
- package/src/ts/rdb/files/src/create-db-user-handler.ts.template +2 -2
- package/src/ts/rdb/files/src/index.ts.template +1 -1
- package/src/ts/rdb/files/src/migration-handler.ts.template +1 -1
- package/src/ts/rdb/files/src/prisma.ts.template +7 -4
- package/src/ts/rdb/generator.js +7 -4
- package/src/ts/rdb/generator.js.map +1 -1
- package/src/ts/rdb/schema.json +1 -1
- package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +45 -45
- package/src/ts/react-website/cognito-auth/__snapshots__/generator.terraform.spec.ts.snap +2 -2
- package/src/utils/agent-chat/agent-chat.js +3 -1
- package/src/utils/agent-chat/agent-chat.js.map +1 -1
- package/src/utils/agent-chat/files/a2a/chat.ts.template +1 -1
- package/src/utils/agent-chat/files/ag-ui/chat.ts.template +1 -1
- package/src/utils/agent-chat/files/http-py/chat.ts.template +2 -2
- package/src/utils/agent-chat/files/http-ts/chat.ts.template +1 -1
- package/src/utils/agent-connection/agent-connection.js +4 -1
- package/src/utils/agent-connection/agent-connection.js.map +1 -1
- package/src/utils/agent-connection/files/core-a2a/agentcore-a2a-client-config.ts.template +2 -2
- package/src/utils/agent-connection/files/core-auth/agentcore-fetch.ts.template +1 -1
- package/src/utils/agent-connection/files/core-gateway/agentcore-gateway-mcp-transport.ts.template +2 -2
- package/src/utils/agent-connection/files/core-mcp/agentcore-mcp-transport.ts.template +2 -2
- package/src/utils/agent-connection/files/core-shared/agentcore-transport.ts.template +1 -1
- package/src/utils/agent-connection/files/core-strands/a2a/agentcore-a2a-client-strands.ts.template +1 -1
- package/src/utils/agent-connection/files/core-strands/base/with-session-id-strands.ts.template +1 -1
- package/src/utils/agent-connection/files/core-strands/gateway/agentcore-gateway-mcp-client-strands.ts.template +1 -1
- package/src/utils/agent-connection/files/core-strands/mcp/agentcore-mcp-client-strands.ts.template +1 -1
- package/src/utils/agent-core-constructs/agent-core-constructs.js +10 -3
- 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 -3
- package/src/utils/agent-core-constructs/files/cdk/app/agentcore-gateway/__nameKebabCase__/__nameKebabCase__.ts.template +4 -4
- package/src/utils/agent-core-constructs/files/cdk/core/agentcore-gateway/agentcore-gateway.ts.template +1 -1
- package/src/utils/agent-core-constructs/files/terraform/app/agent-core/__nameKebabCase__/__nameKebabCase__.tf.template +27 -0
- package/src/utils/agent-core-constructs/files/terraform/core/agent-core/runtime.tf.template +60 -1
- package/src/utils/api-constructs/api-constructs.js +8 -2
- package/src/utils/api-constructs/api-constructs.js.map +1 -1
- package/src/utils/api-constructs/files/cdk/app/apis/http/__apiNameKebabCase__.ts.template +8 -8
- package/src/utils/api-constructs/files/cdk/app/apis/rest/__apiNameKebabCase__.ts.template +8 -8
- package/src/utils/api-constructs/files/cdk/core/api/http/http-api.ts.template +3 -3
- package/src/utils/api-constructs/files/cdk/core/api/rest/api-gateway-account/index.js.template +32 -20
- package/src/utils/api-constructs/files/cdk/core/api/rest/api-gateway-account.ts.template +1 -1
- package/src/utils/api-constructs/files/cdk/core/api/rest/rest-api.ts.template +4 -4
- package/src/utils/api-constructs/files/cdk/core/api/trpc/trpc-utils.ts.template +1 -1
- package/src/utils/ast.js +16 -0
- package/src/utils/ast.js.map +1 -1
- package/src/utils/commands.d.ts +1 -1
- package/src/utils/commands.js +4 -1
- package/src/utils/commands.js.map +1 -1
- package/src/utils/dynamodb-constructs/dynamodb-constructs.js +9 -2
- package/src/utils/dynamodb-constructs/dynamodb-constructs.js.map +1 -1
- package/src/utils/dynamodb-constructs/files/cdk/app/dynamodb/__nameKebabCase__.ts.template +3 -3
- package/src/utils/dynamodb-constructs/files/cdk/core/dynamodb.ts.template +1 -1
- package/src/utils/files/common/constructs/src/core/index.ts.template +4 -4
- package/src/utils/files/common/constructs/src/index.ts.template +2 -2
- package/src/utils/files/common/infra-config/src/index.ts.template +3 -3
- package/src/utils/files/common/infra-config/src/resolve-stage.ts.template +2 -2
- package/src/utils/files/common/infra-config/src/stages.config.ts.template +1 -1
- package/src/utils/files/common/scripts/src/infra/infra-deploy.ts.template +1 -1
- package/src/utils/files/common/scripts/src/infra/infra-destroy.ts.template +1 -1
- package/src/utils/files/common/scripts/src/infra/stage-credentials/run.ts.template +3 -3
- package/src/utils/files/common/shadcn/src/index.ts.template +2 -2
- package/src/utils/function-constructs/files/cdk/app/lambda-functions/__nameKebabCase__.ts.template +1 -1
- package/src/utils/function-constructs/function-constructs.js +3 -1
- package/src/utils/function-constructs/function-constructs.js.map +1 -1
- package/src/utils/identity-constructs/files/cdk/core/user-identity.ts.template +2 -2
- package/src/utils/identity-constructs/identity-constructs.js +5 -1
- package/src/utils/identity-constructs/identity-constructs.js.map +1 -1
- package/src/utils/module-format.d.ts +28 -0
- package/src/utils/module-format.js +28 -0
- package/src/utils/module-format.js.map +1 -0
- package/src/utils/rdb-constructs/files/cdk/app/dbs/__nameKebabCase__.ts.template +61 -17
- package/src/utils/rdb-constructs/files/cdk/core/rdb/aurora.ts.template +68 -78
- package/src/utils/rdb-constructs/files/terraform/app/dbs/__nameKebabCase__/__nameKebabCase__.tf.template +88 -8
- package/src/utils/rdb-constructs/files/terraform/core/rdb/aurora/aurora.tf.template +5 -32
- package/src/utils/rdb-constructs/rdb-constructs.d.ts +11 -1
- package/src/utils/rdb-constructs/rdb-constructs.js +9 -2
- package/src/utils/rdb-constructs/rdb-constructs.js.map +1 -1
- package/src/utils/shared-constructs.js +12 -22
- package/src/utils/shared-constructs.js.map +1 -1
- package/src/utils/shared-infra-config.js +3 -1
- package/src/utils/shared-infra-config.js.map +1 -1
- package/src/utils/shared-infra-scripts.js +3 -1
- package/src/utils/shared-infra-scripts.js.map +1 -1
- package/src/utils/shared-rdb-scripts.js +5 -1
- package/src/utils/shared-rdb-scripts.js.map +1 -1
- package/src/utils/shared-shadcn.js +3 -1
- package/src/utils/shared-shadcn.js.map +1 -1
- package/src/utils/test.d.ts +2 -0
- package/src/utils/test.js +7 -1
- package/src/utils/test.js.map +1 -1
- package/src/utils/versions.d.ts +73 -69
- package/src/utils/versions.js +71 -67
- package/src/utils/versions.js.map +1 -1
- package/src/utils/website-constructs/files/cdk/app/static-websites/__websiteNameKebabCase__.ts.template +2 -2
- package/src/utils/website-constructs/files/cdk/core/static-website.ts.template +2 -2
- package/src/utils/website-constructs/website-constructs.js +9 -2
- package/src/utils/website-constructs/website-constructs.js.map +1 -1
- package/src/utils/files/terraform/scripts/reset-runtime-config.ts.template +0 -25
package/LICENSE-THIRD-PARTY
CHANGED
|
@@ -3297,7 +3297,7 @@ SOFTWARE.
|
|
|
3297
3297
|
|
|
3298
3298
|
---
|
|
3299
3299
|
|
|
3300
|
-
The following software may be included in this product: @emnapi/core (1.11.
|
|
3300
|
+
The following software may be included in this product: @emnapi/core (1.11.1)
|
|
3301
3301
|
This software contains the following license and notice below:
|
|
3302
3302
|
|
|
3303
3303
|
MIT License
|
|
@@ -3351,7 +3351,7 @@ SOFTWARE.
|
|
|
3351
3351
|
|
|
3352
3352
|
---
|
|
3353
3353
|
|
|
3354
|
-
The following software may be included in this product: @emnapi/runtime (1.11.
|
|
3354
|
+
The following software may be included in this product: @emnapi/runtime (1.11.1)
|
|
3355
3355
|
This software contains the following license and notice below:
|
|
3356
3356
|
|
|
3357
3357
|
MIT License
|
|
@@ -3432,30 +3432,6 @@ SOFTWARE.
|
|
|
3432
3432
|
|
|
3433
3433
|
---
|
|
3434
3434
|
|
|
3435
|
-
The following software may be included in this product: @esbuild/linux-x64 (0.28.0)
|
|
3436
|
-
This software contains the following license and notice below:
|
|
3437
|
-
|
|
3438
|
-
MIT License
|
|
3439
|
-
|
|
3440
|
-
Copyright (c) The maintainers of @esbuild/linux-x64 <https://github.com/evanw/esbuild#readme>
|
|
3441
|
-
|
|
3442
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3443
|
-
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
3444
|
-
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3445
|
-
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
3446
|
-
following conditions:
|
|
3447
|
-
|
|
3448
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
3449
|
-
portions of the Software.
|
|
3450
|
-
|
|
3451
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
3452
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
3453
|
-
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3454
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
3455
|
-
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3456
|
-
|
|
3457
|
-
---
|
|
3458
|
-
|
|
3459
3435
|
The following software may be included in this product: @esbuild/linux-x64 (0.28.1)
|
|
3460
3436
|
This software contains the following license and notice below:
|
|
3461
3437
|
|
|
@@ -4988,7 +4964,7 @@ SOFTWARE.
|
|
|
4988
4964
|
|
|
4989
4965
|
---
|
|
4990
4966
|
|
|
4991
|
-
The following software may be included in this product: @nx/devkit (23.0.
|
|
4967
|
+
The following software may be included in this product: @nx/devkit (23.0.2)
|
|
4992
4968
|
This software contains the following license and notice below:
|
|
4993
4969
|
|
|
4994
4970
|
MIT License
|
|
@@ -5012,7 +4988,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5012
4988
|
|
|
5013
4989
|
---
|
|
5014
4990
|
|
|
5015
|
-
The following software may be included in this product: @nx/eslint (23.0.
|
|
4991
|
+
The following software may be included in this product: @nx/eslint (23.0.2)
|
|
5016
4992
|
This software contains the following license and notice below:
|
|
5017
4993
|
|
|
5018
4994
|
MIT License
|
|
@@ -5036,7 +5012,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5036
5012
|
|
|
5037
5013
|
---
|
|
5038
5014
|
|
|
5039
|
-
The following software may be included in this product: @nx/js (23.0.
|
|
5015
|
+
The following software may be included in this product: @nx/js (23.0.2)
|
|
5040
5016
|
This software contains the following license and notice below:
|
|
5041
5017
|
|
|
5042
5018
|
MIT License
|
|
@@ -5060,7 +5036,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5060
5036
|
|
|
5061
5037
|
---
|
|
5062
5038
|
|
|
5063
|
-
The following software may be included in this product: @nx/module-federation (23.0.
|
|
5039
|
+
The following software may be included in this product: @nx/module-federation (23.0.2)
|
|
5064
5040
|
This software contains the following license and notice below:
|
|
5065
5041
|
|
|
5066
5042
|
MIT License
|
|
@@ -5084,7 +5060,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5084
5060
|
|
|
5085
5061
|
---
|
|
5086
5062
|
|
|
5087
|
-
The following software may be included in this product: @nx/nx-linux-x64-gnu (23.0.
|
|
5063
|
+
The following software may be included in this product: @nx/nx-linux-x64-gnu (23.0.2)
|
|
5088
5064
|
This software contains the following license and notice below:
|
|
5089
5065
|
|
|
5090
5066
|
(The MIT License)
|
|
@@ -5112,7 +5088,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5112
5088
|
|
|
5113
5089
|
---
|
|
5114
5090
|
|
|
5115
|
-
The following software may be included in this product: @nx/playwright (23.0.
|
|
5091
|
+
The following software may be included in this product: @nx/playwright (23.0.2)
|
|
5116
5092
|
This software contains the following license and notice below:
|
|
5117
5093
|
|
|
5118
5094
|
MIT License
|
|
@@ -5136,7 +5112,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5136
5112
|
|
|
5137
5113
|
---
|
|
5138
5114
|
|
|
5139
|
-
The following software may be included in this product: @nx/react (23.0.
|
|
5115
|
+
The following software may be included in this product: @nx/react (23.0.2)
|
|
5140
5116
|
This software contains the following license and notice below:
|
|
5141
5117
|
|
|
5142
5118
|
MIT License
|
|
@@ -5160,7 +5136,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5160
5136
|
|
|
5161
5137
|
---
|
|
5162
5138
|
|
|
5163
|
-
The following software may be included in this product: @nx/rollup (23.0.
|
|
5139
|
+
The following software may be included in this product: @nx/rollup (23.0.2)
|
|
5164
5140
|
This software contains the following license and notice below:
|
|
5165
5141
|
|
|
5166
5142
|
MIT License
|
|
@@ -5184,7 +5160,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5184
5160
|
|
|
5185
5161
|
---
|
|
5186
5162
|
|
|
5187
|
-
The following software may be included in this product: @nx/vite (23.0.
|
|
5163
|
+
The following software may be included in this product: @nx/vite (23.0.2)
|
|
5188
5164
|
This software contains the following license and notice below:
|
|
5189
5165
|
|
|
5190
5166
|
MIT License
|
|
@@ -5208,7 +5184,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5208
5184
|
|
|
5209
5185
|
---
|
|
5210
5186
|
|
|
5211
|
-
The following software may be included in this product: @nx/vitest (23.0.
|
|
5187
|
+
The following software may be included in this product: @nx/vitest (23.0.2)
|
|
5212
5188
|
This software contains the following license and notice below:
|
|
5213
5189
|
|
|
5214
5190
|
MIT License
|
|
@@ -5232,7 +5208,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5232
5208
|
|
|
5233
5209
|
---
|
|
5234
5210
|
|
|
5235
|
-
The following software may be included in this product: @nx/web (23.0.
|
|
5211
|
+
The following software may be included in this product: @nx/web (23.0.2)
|
|
5236
5212
|
This software contains the following license and notice below:
|
|
5237
5213
|
|
|
5238
5214
|
MIT License
|
|
@@ -5256,7 +5232,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5256
5232
|
|
|
5257
5233
|
---
|
|
5258
5234
|
|
|
5259
|
-
The following software may be included in this product: @nx/workspace (23.0.
|
|
5235
|
+
The following software may be included in this product: @nx/workspace (23.0.2)
|
|
5260
5236
|
This software contains the following license and notice below:
|
|
5261
5237
|
|
|
5262
5238
|
MIT License
|
|
@@ -5307,7 +5283,7 @@ SOFTWARE.
|
|
|
5307
5283
|
|
|
5308
5284
|
---
|
|
5309
5285
|
|
|
5310
|
-
The following software may be included in this product: @oxc-project/types (0.
|
|
5286
|
+
The following software may be included in this product: @oxc-project/types (0.139.0)
|
|
5311
5287
|
This software contains the following license and notice below:
|
|
5312
5288
|
|
|
5313
5289
|
MIT License
|
|
@@ -5644,7 +5620,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
5644
5620
|
|
|
5645
5621
|
---
|
|
5646
5622
|
|
|
5647
|
-
The following software may be included in this product: @rolldown/binding-linux-x64-gnu (1.1.
|
|
5623
|
+
The following software may be included in this product: @rolldown/binding-linux-x64-gnu (1.1.5)
|
|
5648
5624
|
This software contains the following license and notice below:
|
|
5649
5625
|
|
|
5650
5626
|
MIT License
|
|
@@ -7036,7 +7012,7 @@ SOFTWARE
|
|
|
7036
7012
|
|
|
7037
7013
|
---
|
|
7038
7014
|
|
|
7039
|
-
The following software may be included in this product: @types/node (
|
|
7015
|
+
The following software may be included in this product: @types/node (26.1.1)
|
|
7040
7016
|
This software contains the following license and notice below:
|
|
7041
7017
|
|
|
7042
7018
|
MIT License
|
|
@@ -7738,7 +7714,7 @@ SOFTWARE.
|
|
|
7738
7714
|
|
|
7739
7715
|
---
|
|
7740
7716
|
|
|
7741
|
-
The following software may be included in this product: @vitest/coverage-v8 (4.1.
|
|
7717
|
+
The following software may be included in this product: @vitest/coverage-v8 (4.1.10)
|
|
7742
7718
|
This software contains the following license and notice below:
|
|
7743
7719
|
|
|
7744
7720
|
MIT License
|
|
@@ -7765,7 +7741,7 @@ SOFTWARE.
|
|
|
7765
7741
|
|
|
7766
7742
|
---
|
|
7767
7743
|
|
|
7768
|
-
The following software may be included in this product: @vitest/expect (4.1.
|
|
7744
|
+
The following software may be included in this product: @vitest/expect (4.1.10)
|
|
7769
7745
|
This software contains the following license and notice below:
|
|
7770
7746
|
|
|
7771
7747
|
MIT License
|
|
@@ -7792,7 +7768,7 @@ SOFTWARE.
|
|
|
7792
7768
|
|
|
7793
7769
|
---
|
|
7794
7770
|
|
|
7795
|
-
The following software may be included in this product: @vitest/mocker (4.1.
|
|
7771
|
+
The following software may be included in this product: @vitest/mocker (4.1.10)
|
|
7796
7772
|
This software contains the following license and notice below:
|
|
7797
7773
|
|
|
7798
7774
|
MIT License
|
|
@@ -7819,7 +7795,7 @@ SOFTWARE.
|
|
|
7819
7795
|
|
|
7820
7796
|
---
|
|
7821
7797
|
|
|
7822
|
-
The following software may be included in this product: @vitest/pretty-format (4.1.
|
|
7798
|
+
The following software may be included in this product: @vitest/pretty-format (4.1.10)
|
|
7823
7799
|
This software contains the following license and notice below:
|
|
7824
7800
|
|
|
7825
7801
|
MIT License
|
|
@@ -7846,7 +7822,7 @@ SOFTWARE.
|
|
|
7846
7822
|
|
|
7847
7823
|
---
|
|
7848
7824
|
|
|
7849
|
-
The following software may be included in this product: @vitest/runner (4.1.
|
|
7825
|
+
The following software may be included in this product: @vitest/runner (4.1.10)
|
|
7850
7826
|
This software contains the following license and notice below:
|
|
7851
7827
|
|
|
7852
7828
|
MIT License
|
|
@@ -7873,7 +7849,7 @@ SOFTWARE.
|
|
|
7873
7849
|
|
|
7874
7850
|
---
|
|
7875
7851
|
|
|
7876
|
-
The following software may be included in this product: @vitest/snapshot (4.1.
|
|
7852
|
+
The following software may be included in this product: @vitest/snapshot (4.1.10)
|
|
7877
7853
|
This software contains the following license and notice below:
|
|
7878
7854
|
|
|
7879
7855
|
MIT License
|
|
@@ -7900,7 +7876,7 @@ SOFTWARE.
|
|
|
7900
7876
|
|
|
7901
7877
|
---
|
|
7902
7878
|
|
|
7903
|
-
The following software may be included in this product: @vitest/spy (4.1.
|
|
7879
|
+
The following software may be included in this product: @vitest/spy (4.1.10)
|
|
7904
7880
|
This software contains the following license and notice below:
|
|
7905
7881
|
|
|
7906
7882
|
MIT License
|
|
@@ -7927,7 +7903,7 @@ SOFTWARE.
|
|
|
7927
7903
|
|
|
7928
7904
|
---
|
|
7929
7905
|
|
|
7930
|
-
The following software may be included in this product: @vitest/ui (4.1.
|
|
7906
|
+
The following software may be included in this product: @vitest/ui (4.1.10)
|
|
7931
7907
|
This software contains the following license and notice below:
|
|
7932
7908
|
|
|
7933
7909
|
MIT License
|
|
@@ -7954,7 +7930,7 @@ SOFTWARE.
|
|
|
7954
7930
|
|
|
7955
7931
|
---
|
|
7956
7932
|
|
|
7957
|
-
The following software may be included in this product: @vitest/utils (4.1.
|
|
7933
|
+
The following software may be included in this product: @vitest/utils (4.1.10)
|
|
7958
7934
|
This software contains the following license and notice below:
|
|
7959
7935
|
|
|
7960
7936
|
MIT License
|
|
@@ -9463,6 +9439,19 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
9463
9439
|
|
|
9464
9440
|
---
|
|
9465
9441
|
|
|
9442
|
+
The following software may be included in this product: axios (1.16.1)
|
|
9443
|
+
This software contains the following license and notice below:
|
|
9444
|
+
|
|
9445
|
+
# Copyright (c) 2014-present Matt Zabriskie & Collaborators
|
|
9446
|
+
|
|
9447
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
9448
|
+
|
|
9449
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
9450
|
+
|
|
9451
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
9452
|
+
|
|
9453
|
+
---
|
|
9454
|
+
|
|
9466
9455
|
The following software may be included in this product: babel-plugin-const-enum (1.2.0)
|
|
9467
9456
|
This software contains the following license and notice below:
|
|
9468
9457
|
|
|
@@ -13232,33 +13221,6 @@ SOFTWARE.
|
|
|
13232
13221
|
|
|
13233
13222
|
---
|
|
13234
13223
|
|
|
13235
|
-
The following software may be included in this product: esbuild (0.28.0)
|
|
13236
|
-
This software contains the following license and notice below:
|
|
13237
|
-
|
|
13238
|
-
MIT License
|
|
13239
|
-
|
|
13240
|
-
Copyright (c) 2020 Evan Wallace
|
|
13241
|
-
|
|
13242
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
13243
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
13244
|
-
in the Software without restriction, including without limitation the rights
|
|
13245
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
13246
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
13247
|
-
furnished to do so, subject to the following conditions:
|
|
13248
|
-
|
|
13249
|
-
The above copyright notice and this permission notice shall be included in all
|
|
13250
|
-
copies or substantial portions of the Software.
|
|
13251
|
-
|
|
13252
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
13253
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
13254
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
13255
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
13256
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
13257
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
13258
|
-
SOFTWARE.
|
|
13259
|
-
|
|
13260
|
-
---
|
|
13261
|
-
|
|
13262
13224
|
The following software may be included in this product: esbuild (0.28.1)
|
|
13263
13225
|
This software contains the following license and notice below:
|
|
13264
13226
|
|
|
@@ -14844,7 +14806,7 @@ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHE
|
|
|
14844
14806
|
|
|
14845
14807
|
---
|
|
14846
14808
|
|
|
14847
|
-
The following software may be included in this product: fs-extra (11.3.
|
|
14809
|
+
The following software may be included in this product: fs-extra (11.3.6)
|
|
14848
14810
|
This software contains the following license and notice below:
|
|
14849
14811
|
|
|
14850
14812
|
(The MIT License)
|
|
@@ -21091,7 +21053,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
21091
21053
|
|
|
21092
21054
|
---
|
|
21093
21055
|
|
|
21094
|
-
The following software may be included in this product: nx (23.0.
|
|
21056
|
+
The following software may be included in this product: nx (23.0.2)
|
|
21095
21057
|
This software contains the following license and notice below:
|
|
21096
21058
|
|
|
21097
21059
|
(The MIT License)
|
|
@@ -22063,6 +22025,33 @@ THE SOFTWARE.
|
|
|
22063
22025
|
|
|
22064
22026
|
---
|
|
22065
22027
|
|
|
22028
|
+
The following software may be included in this product: picomatch (4.0.5)
|
|
22029
|
+
This software contains the following license and notice below:
|
|
22030
|
+
|
|
22031
|
+
The MIT License (MIT)
|
|
22032
|
+
|
|
22033
|
+
Copyright (c) 2017-present, Jon Schlinkert.
|
|
22034
|
+
|
|
22035
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
22036
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
22037
|
+
in the Software without restriction, including without limitation the rights
|
|
22038
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
22039
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
22040
|
+
furnished to do so, subject to the following conditions:
|
|
22041
|
+
|
|
22042
|
+
The above copyright notice and this permission notice shall be included in
|
|
22043
|
+
all copies or substantial portions of the Software.
|
|
22044
|
+
|
|
22045
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
22046
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22047
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22048
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
22049
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22050
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
22051
|
+
THE SOFTWARE.
|
|
22052
|
+
|
|
22053
|
+
---
|
|
22054
|
+
|
|
22066
22055
|
The following software may be included in this product: pify (3.0.0)
|
|
22067
22056
|
This software contains the following license and notice below:
|
|
22068
22057
|
|
|
@@ -22284,7 +22273,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
22284
22273
|
|
|
22285
22274
|
---
|
|
22286
22275
|
|
|
22287
|
-
The following software may be included in this product: postcss (8.5.
|
|
22276
|
+
The following software may be included in this product: postcss (8.5.16)
|
|
22288
22277
|
This software contains the following license and notice below:
|
|
22289
22278
|
|
|
22290
22279
|
The MIT License (MIT)
|
|
@@ -23755,7 +23744,7 @@ IN THE SOFTWARE.
|
|
|
23755
23744
|
|
|
23756
23745
|
---
|
|
23757
23746
|
|
|
23758
|
-
The following software may be included in this product: rolldown (1.1.
|
|
23747
|
+
The following software may be included in this product: rolldown (1.1.5)
|
|
23759
23748
|
This software contains the following license and notice below:
|
|
23760
23749
|
|
|
23761
23750
|
MIT License
|
|
@@ -26863,7 +26852,7 @@ SOFTWARE.
|
|
|
26863
26852
|
|
|
26864
26853
|
---
|
|
26865
26854
|
|
|
26866
|
-
The following software may be included in this product: tsx (4.
|
|
26855
|
+
The following software may be included in this product: tsx (4.23.0)
|
|
26867
26856
|
This software contains the following license and notice below:
|
|
26868
26857
|
|
|
26869
26858
|
MIT License
|
|
@@ -27087,7 +27076,7 @@ SOFTWARE.
|
|
|
27087
27076
|
|
|
27088
27077
|
---
|
|
27089
27078
|
|
|
27090
|
-
The following software may be included in this product: undici-types (
|
|
27079
|
+
The following software may be included in this product: undici-types (8.3.0)
|
|
27091
27080
|
This software contains the following license and notice below:
|
|
27092
27081
|
|
|
27093
27082
|
MIT License
|
|
@@ -27862,7 +27851,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
27862
27851
|
|
|
27863
27852
|
---
|
|
27864
27853
|
|
|
27865
|
-
The following software may be included in this product: vite (8.1.
|
|
27854
|
+
The following software may be included in this product: vite (8.1.4)
|
|
27866
27855
|
This software contains the following license and notice below:
|
|
27867
27856
|
|
|
27868
27857
|
# Vite core license
|
|
@@ -30155,7 +30144,7 @@ Repository: https://github.com/websockets/ws
|
|
|
30155
30144
|
|
|
30156
30145
|
---
|
|
30157
30146
|
|
|
30158
|
-
The following software may be included in this product: vitest (4.1.
|
|
30147
|
+
The following software may be included in this product: vitest (4.1.10)
|
|
30159
30148
|
This software contains the following license and notice below:
|
|
30160
30149
|
|
|
30161
30150
|
# Vitest core license
|
|
@@ -31603,7 +31592,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
31603
31592
|
|
|
31604
31593
|
---
|
|
31605
31594
|
|
|
31606
|
-
The following software may be included in this product: @biomejs/js-api (
|
|
31595
|
+
The following software may be included in this product: @biomejs/js-api (6.0.0)
|
|
31607
31596
|
This software contains the following license and notice below:
|
|
31608
31597
|
|
|
31609
31598
|
Apache License
|
package/generators.json
CHANGED
|
@@ -448,6 +448,33 @@
|
|
|
448
448
|
"description": "Connect a py#mcp-server to a py#dynamodb project",
|
|
449
449
|
"metric": "g55",
|
|
450
450
|
"hidden": true
|
|
451
|
+
},
|
|
452
|
+
"py#rdb": {
|
|
453
|
+
"factory": "./src/py/rdb/generator",
|
|
454
|
+
"schema": "./src/py/rdb/schema.json",
|
|
455
|
+
"description": "Create a Python relational database project",
|
|
456
|
+
"metric": "g56"
|
|
457
|
+
},
|
|
458
|
+
"py#rdb#fast-api-connection": {
|
|
459
|
+
"factory": "./src/py/rdb/fast-api-connection/generator",
|
|
460
|
+
"schema": "./src/py/rdb/fast-api-connection/schema.json",
|
|
461
|
+
"description": "Connect a py#fast-api project to a py#rdb project",
|
|
462
|
+
"metric": "g57",
|
|
463
|
+
"hidden": true
|
|
464
|
+
},
|
|
465
|
+
"py#rdb#agent-connection": {
|
|
466
|
+
"factory": "./src/py/rdb/agent-connection/generator",
|
|
467
|
+
"schema": "./src/py/rdb/agent-connection/schema.json",
|
|
468
|
+
"description": "Connect a py#agent to a py#rdb project",
|
|
469
|
+
"metric": "g58",
|
|
470
|
+
"hidden": true
|
|
471
|
+
},
|
|
472
|
+
"py#rdb#mcp-server-connection": {
|
|
473
|
+
"factory": "./src/py/rdb/mcp-server-connection/generator",
|
|
474
|
+
"schema": "./src/py/rdb/mcp-server-connection/schema.json",
|
|
475
|
+
"description": "Connect a py#mcp-server to a py#rdb project",
|
|
476
|
+
"metric": "g59",
|
|
477
|
+
"hidden": true
|
|
451
478
|
}
|
|
452
479
|
}
|
|
453
480
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws/nx-plugin",
|
|
3
|
-
"version": "1.0.0-rc.
|
|
3
|
+
"version": "1.0.0-rc.34",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/awslabs/nx-plugin-for-aws.git",
|
|
@@ -36,19 +36,19 @@
|
|
|
36
36
|
"node": ">=20.19.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
|
-
"nx": "23.0.
|
|
39
|
+
"nx": "23.0.2"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@apidevtools/swagger-parser": "12.1.0",
|
|
43
|
-
"@biomejs/js-api": "
|
|
44
|
-
"@biomejs/wasm-nodejs": "2.5.
|
|
43
|
+
"@biomejs/js-api": "6.0.0",
|
|
44
|
+
"@biomejs/wasm-nodejs": "2.5.3",
|
|
45
45
|
"@getgrit/gritql": "0.0.3",
|
|
46
46
|
"@iarna/toml": "2.2.5",
|
|
47
47
|
"@modelcontextprotocol/sdk": "1.29.0",
|
|
48
|
-
"@nx/devkit": "23.0.
|
|
49
|
-
"@nx/js": "23.0.
|
|
50
|
-
"@nx/react": "23.0.
|
|
51
|
-
"@nx/vite": "23.0.
|
|
48
|
+
"@nx/devkit": "23.0.2",
|
|
49
|
+
"@nx/js": "23.0.2",
|
|
50
|
+
"@nx/react": "23.0.2",
|
|
51
|
+
"@nx/vite": "23.0.2",
|
|
52
52
|
"@types/estree": "1.0.9",
|
|
53
53
|
"@types/js-yaml": "4.0.9",
|
|
54
54
|
"@types/mdast": "4.0.4",
|
|
@@ -77,8 +77,8 @@
|
|
|
77
77
|
"typescript": "6.0.3",
|
|
78
78
|
"unified": "11.0.5",
|
|
79
79
|
"unist-util-visit": "5.1.0",
|
|
80
|
-
"vite": "8.1.
|
|
81
|
-
"vitest": "4.1.
|
|
80
|
+
"vite": "8.1.4",
|
|
81
|
+
"vitest": "4.1.10",
|
|
82
82
|
"zod": "4.4.3"
|
|
83
83
|
}
|
|
84
84
|
}
|
|
@@ -13,6 +13,10 @@ import pyDynamoDBAgentConnectionGenerator from "../py/dynamodb/agent-connection/
|
|
|
13
13
|
import pyDynamoDBFastApiConnectionGenerator from "../py/dynamodb/fast-api-connection/generator.js";
|
|
14
14
|
import { PY_DYNAMODB_GENERATOR_INFO } from "../py/dynamodb/generator.js";
|
|
15
15
|
import pyDynamoDBMcpServerConnectionGenerator from "../py/dynamodb/mcp-server-connection/generator.js";
|
|
16
|
+
import pyRdbAgentConnectionGenerator from "../py/rdb/agent-connection/generator.js";
|
|
17
|
+
import pyRdbFastApiConnectionGenerator from "../py/rdb/fast-api-connection/generator.js";
|
|
18
|
+
import { PY_RDB_GENERATOR_INFO } from "../py/rdb/generator.js";
|
|
19
|
+
import pyRdbMcpServerConnectionGenerator from "../py/rdb/mcp-server-connection/generator.js";
|
|
16
20
|
import fastApiReactGenerator from "../py/fast-api/react/generator.js";
|
|
17
21
|
import { SMITHY_PROJECT_GENERATOR_INFO } from "../smithy/project/generator.js";
|
|
18
22
|
import smithyReactConnectionGenerator from "../smithy/react-connection/generator.js";
|
|
@@ -81,7 +85,10 @@ const CONNECTION_GENERATORS = {
|
|
|
81
85
|
'agentcore-gateway -> agentcore-gateway': (tree, options)=>agentcoreGatewayGatewayConnectionGenerator(tree, options),
|
|
82
86
|
'py#fast-api -> py#dynamodb': (tree, options)=>pyDynamoDBFastApiConnectionGenerator(tree, options),
|
|
83
87
|
'py#agent -> py#dynamodb': (tree, options)=>pyDynamoDBAgentConnectionGenerator(tree, options),
|
|
84
|
-
'py#mcp-server -> py#dynamodb': (tree, options)=>pyDynamoDBMcpServerConnectionGenerator(tree, options)
|
|
88
|
+
'py#mcp-server -> py#dynamodb': (tree, options)=>pyDynamoDBMcpServerConnectionGenerator(tree, options),
|
|
89
|
+
'py#fast-api -> py#rdb': (tree, options)=>pyRdbFastApiConnectionGenerator(tree, options),
|
|
90
|
+
'py#agent -> py#rdb': (tree, options)=>pyRdbAgentConnectionGenerator(tree, options),
|
|
91
|
+
'py#mcp-server -> py#rdb': (tree, options)=>pyRdbMcpServerConnectionGenerator(tree, options)
|
|
85
92
|
};
|
|
86
93
|
/**
|
|
87
94
|
* Generator for a connection between two projects
|
|
@@ -229,6 +236,9 @@ const CONNECTION_GENERATORS = {
|
|
|
229
236
|
if (isPyDynamoDB(projectConfiguration)) {
|
|
230
237
|
return 'py#dynamodb';
|
|
231
238
|
}
|
|
239
|
+
if (isPyRdb(projectConfiguration)) {
|
|
240
|
+
return 'py#rdb';
|
|
241
|
+
}
|
|
232
242
|
if (isAgentCoreGateway(projectConfiguration)) {
|
|
233
243
|
return 'agentcore-gateway';
|
|
234
244
|
}
|
|
@@ -287,6 +297,7 @@ const isSmithyApi = (_tree, projectConfiguration)=>{
|
|
|
287
297
|
const isRdb = (projectConfiguration)=>(projectConfiguration.metadata ?? {}).generator === TS_RDB_GENERATOR_INFO.id;
|
|
288
298
|
const isTsDynamoDB = (projectConfiguration)=>(projectConfiguration.metadata ?? {}).generator === TS_DYNAMODB_GENERATOR_INFO.id;
|
|
289
299
|
const isPyDynamoDB = (projectConfiguration)=>(projectConfiguration.metadata ?? {}).generator === PY_DYNAMODB_GENERATOR_INFO.id;
|
|
300
|
+
const isPyRdb = (projectConfiguration)=>(projectConfiguration.metadata ?? {}).generator === PY_RDB_GENERATOR_INFO.id;
|
|
290
301
|
const isAgentCoreGateway = (projectConfiguration)=>(projectConfiguration.metadata ?? {}).generator === AGENTCORE_GATEWAY_GENERATOR_INFO.id;
|
|
291
302
|
export default connectionGenerator;
|
|
292
303
|
|