@aws/nx-plugin 0.72.0 → 0.73.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 +81 -74
- package/package.json +2 -2
- package/src/infra/app/__snapshots__/generator.spec.ts.snap +9 -3
- package/src/infra/app/generator.js +3 -3
- package/src/infra/app/generator.js.map +1 -1
- package/src/preset/__snapshots__/generator.spec.ts.snap +7 -2
- package/src/preset/files/README.md +4 -2
- package/src/preset/generator.js +3 -1
- package/src/preset/generator.js.map +1 -1
- package/src/py/fast-api/generator.js +2 -3
- package/src/py/fast-api/generator.js.map +1 -1
- package/src/py/lambda-function/generator.js +2 -3
- package/src/py/lambda-function/generator.js.map +1 -1
- package/src/py/mcp-server/generator.js +2 -3
- package/src/py/mcp-server/generator.js.map +1 -1
- package/src/py/project/generator.js +20 -11
- package/src/py/project/generator.js.map +1 -1
- package/src/py/strands-agent/generator.js +2 -3
- package/src/py/strands-agent/generator.js.map +1 -1
- package/src/smithy/ts/api/__snapshots__/generator.spec.ts.snap +3 -0
- package/src/terraform/project/generator.js +1 -1
- package/src/terraform/project/generator.js.map +1 -1
- package/src/trpc/backend/files/src/router.ts.template +11 -8
- package/src/ts/lib/__snapshots__/generator.spec.ts.snap +30 -30
- package/src/ts/lib/eslint.d.ts +2 -1
- package/src/ts/lib/eslint.js +12 -16
- package/src/ts/lib/eslint.js.map +1 -1
- package/src/ts/lib/generator.js +7 -3
- package/src/ts/lib/generator.js.map +1 -1
- package/src/ts/lib/ts-project-utils.js +1 -1
- package/src/ts/lib/ts-project-utils.js.map +1 -1
- package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +56 -112
- package/src/utils/nxlv-python.d.ts +9 -0
- package/src/utils/nxlv-python.js +38 -0
- package/src/utils/nxlv-python.js.map +1 -0
- package/src/utils/versions.d.ts +2 -2
- package/src/utils/versions.js +1 -1
|
@@ -955,26 +955,23 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
955
955
|
"inputs": ["default"]
|
|
956
956
|
},
|
|
957
957
|
"lint": {
|
|
958
|
-
"cache": true
|
|
959
|
-
"configurations": {
|
|
960
|
-
"fix": {
|
|
961
|
-
"fix": true
|
|
962
|
-
}
|
|
963
|
-
},
|
|
964
|
-
"inputs": [
|
|
965
|
-
"default",
|
|
966
|
-
"{workspaceRoot}/eslint.config.mjs",
|
|
967
|
-
"{projectRoot}/eslint.config.mjs"
|
|
968
|
-
]
|
|
958
|
+
"cache": true
|
|
969
959
|
},
|
|
970
960
|
"@nx/eslint:lint": {
|
|
971
961
|
"cache": true,
|
|
972
962
|
"inputs": [
|
|
973
963
|
"default",
|
|
974
|
-
"{workspaceRoot}
|
|
975
|
-
"{
|
|
976
|
-
|
|
977
|
-
|
|
964
|
+
"{workspaceRoot}/eslint.config.mjs",
|
|
965
|
+
"{projectRoot}/eslint.config.mjs"
|
|
966
|
+
],
|
|
967
|
+
"configurations": {
|
|
968
|
+
"fix": {
|
|
969
|
+
"fix": true
|
|
970
|
+
},
|
|
971
|
+
"skip-lint": {
|
|
972
|
+
"force": true
|
|
973
|
+
}
|
|
974
|
+
}
|
|
978
975
|
},
|
|
979
976
|
"@nx/vite:build": {
|
|
980
977
|
"cache": true,
|
|
@@ -1016,6 +1013,14 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
1016
1013
|
}
|
|
1017
1014
|
}
|
|
1018
1015
|
},
|
|
1016
|
+
"namedInputs": {
|
|
1017
|
+
"default": [
|
|
1018
|
+
{
|
|
1019
|
+
"dependentTasksOutputFiles": "**/*",
|
|
1020
|
+
"transitive": true
|
|
1021
|
+
}
|
|
1022
|
+
]
|
|
1023
|
+
},
|
|
1019
1024
|
"plugins": [
|
|
1020
1025
|
{
|
|
1021
1026
|
"plugin": "@nx/js/typescript",
|
|
@@ -1030,22 +1035,8 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
1030
1035
|
"watchDepsName": "watch-deps"
|
|
1031
1036
|
}
|
|
1032
1037
|
}
|
|
1033
|
-
},
|
|
1034
|
-
{
|
|
1035
|
-
"plugin": "@nx/eslint/plugin",
|
|
1036
|
-
"options": {
|
|
1037
|
-
"targetName": "lint"
|
|
1038
|
-
}
|
|
1039
1038
|
}
|
|
1040
|
-
]
|
|
1041
|
-
"namedInputs": {
|
|
1042
|
-
"default": [
|
|
1043
|
-
{
|
|
1044
|
-
"dependentTasksOutputFiles": "**/*",
|
|
1045
|
-
"transitive": true
|
|
1046
|
-
}
|
|
1047
|
-
]
|
|
1048
|
-
}
|
|
1039
|
+
]
|
|
1049
1040
|
}
|
|
1050
1041
|
"
|
|
1051
1042
|
`;
|
|
@@ -1191,6 +1182,9 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
1191
1182
|
"cwd": "{projectRoot}"
|
|
1192
1183
|
}
|
|
1193
1184
|
},
|
|
1185
|
+
"lint": {
|
|
1186
|
+
"executor": "@nx/eslint:lint"
|
|
1187
|
+
},
|
|
1194
1188
|
"test": {
|
|
1195
1189
|
"executor": "@nx/vitest:test",
|
|
1196
1190
|
"outputs": ["{options.reportsDirectory}"],
|
|
@@ -1718,28 +1712,6 @@ export default defineConfig(() => ({
|
|
|
1718
1712
|
"
|
|
1719
1713
|
`;
|
|
1720
1714
|
|
|
1721
|
-
exports[`react-website generator > Tanstack router integration > should generate website with no router correctly > packages/common/constructs/vitest.config.mts 1`] = `
|
|
1722
|
-
"import { defineConfig } from 'vitest/config';
|
|
1723
|
-
|
|
1724
|
-
export default defineConfig(() => ({
|
|
1725
|
-
root: __dirname,
|
|
1726
|
-
cacheDir: '../../../node_modules/.vite/packages/common/constructs',
|
|
1727
|
-
test: {
|
|
1728
|
-
name: '@proj/common-constructs',
|
|
1729
|
-
watch: false,
|
|
1730
|
-
globals: true,
|
|
1731
|
-
environment: 'jsdom',
|
|
1732
|
-
include: ['{src,tests}/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],
|
|
1733
|
-
reporters: ['default'],
|
|
1734
|
-
coverage: {
|
|
1735
|
-
reportsDirectory: './test-output/vitest/coverage',
|
|
1736
|
-
provider: 'v8' as const,
|
|
1737
|
-
},
|
|
1738
|
-
},
|
|
1739
|
-
}));
|
|
1740
|
-
"
|
|
1741
|
-
`;
|
|
1742
|
-
|
|
1743
1715
|
exports[`react-website generator > Tanstack router integration > should generate website with no router correctly > pnpm-workspace.yaml 1`] = `
|
|
1744
1716
|
"packages:
|
|
1745
1717
|
- 'packages/*'
|
|
@@ -1842,6 +1814,10 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
1842
1814
|
"sourceRoot": "test-app/src",
|
|
1843
1815
|
"projectType": "application",
|
|
1844
1816
|
"tags": [],
|
|
1817
|
+
"metadata": {
|
|
1818
|
+
"generator": "ts#react-website",
|
|
1819
|
+
"uxProvider": "Cloudscape"
|
|
1820
|
+
},
|
|
1845
1821
|
"targets": {
|
|
1846
1822
|
"build": {
|
|
1847
1823
|
"dependsOn": ["lint", "compile", "bundle", "test"],
|
|
@@ -1942,10 +1918,6 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
1942
1918
|
"reportsDirectory": "../coverage/test-app"
|
|
1943
1919
|
}
|
|
1944
1920
|
}
|
|
1945
|
-
},
|
|
1946
|
-
"metadata": {
|
|
1947
|
-
"generator": "ts#react-website",
|
|
1948
|
-
"uxProvider": "Cloudscape"
|
|
1949
1921
|
}
|
|
1950
1922
|
}
|
|
1951
1923
|
"
|
|
@@ -2397,26 +2369,23 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
2397
2369
|
"inputs": ["default"]
|
|
2398
2370
|
},
|
|
2399
2371
|
"lint": {
|
|
2400
|
-
"cache": true
|
|
2401
|
-
"configurations": {
|
|
2402
|
-
"fix": {
|
|
2403
|
-
"fix": true
|
|
2404
|
-
}
|
|
2405
|
-
},
|
|
2406
|
-
"inputs": [
|
|
2407
|
-
"default",
|
|
2408
|
-
"{workspaceRoot}/eslint.config.mjs",
|
|
2409
|
-
"{projectRoot}/eslint.config.mjs"
|
|
2410
|
-
]
|
|
2372
|
+
"cache": true
|
|
2411
2373
|
},
|
|
2412
2374
|
"@nx/eslint:lint": {
|
|
2413
2375
|
"cache": true,
|
|
2414
2376
|
"inputs": [
|
|
2415
2377
|
"default",
|
|
2416
|
-
"{workspaceRoot}
|
|
2417
|
-
"{
|
|
2418
|
-
|
|
2419
|
-
|
|
2378
|
+
"{workspaceRoot}/eslint.config.mjs",
|
|
2379
|
+
"{projectRoot}/eslint.config.mjs"
|
|
2380
|
+
],
|
|
2381
|
+
"configurations": {
|
|
2382
|
+
"fix": {
|
|
2383
|
+
"fix": true
|
|
2384
|
+
},
|
|
2385
|
+
"skip-lint": {
|
|
2386
|
+
"force": true
|
|
2387
|
+
}
|
|
2388
|
+
}
|
|
2420
2389
|
},
|
|
2421
2390
|
"@nx/vite:build": {
|
|
2422
2391
|
"cache": true,
|
|
@@ -2458,6 +2427,14 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
2458
2427
|
}
|
|
2459
2428
|
}
|
|
2460
2429
|
},
|
|
2430
|
+
"namedInputs": {
|
|
2431
|
+
"default": [
|
|
2432
|
+
{
|
|
2433
|
+
"dependentTasksOutputFiles": "**/*",
|
|
2434
|
+
"transitive": true
|
|
2435
|
+
}
|
|
2436
|
+
]
|
|
2437
|
+
},
|
|
2461
2438
|
"plugins": [
|
|
2462
2439
|
{
|
|
2463
2440
|
"plugin": "@nx/js/typescript",
|
|
@@ -2472,22 +2449,8 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
2472
2449
|
"watchDepsName": "watch-deps"
|
|
2473
2450
|
}
|
|
2474
2451
|
}
|
|
2475
|
-
},
|
|
2476
|
-
{
|
|
2477
|
-
"plugin": "@nx/eslint/plugin",
|
|
2478
|
-
"options": {
|
|
2479
|
-
"targetName": "lint"
|
|
2480
|
-
}
|
|
2481
2452
|
}
|
|
2482
|
-
]
|
|
2483
|
-
"namedInputs": {
|
|
2484
|
-
"default": [
|
|
2485
|
-
{
|
|
2486
|
-
"dependentTasksOutputFiles": "**/*",
|
|
2487
|
-
"transitive": true
|
|
2488
|
-
}
|
|
2489
|
-
]
|
|
2490
|
-
}
|
|
2453
|
+
]
|
|
2491
2454
|
}
|
|
2492
2455
|
"
|
|
2493
2456
|
`;
|
|
@@ -2638,6 +2601,9 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
2638
2601
|
"cwd": "{projectRoot}"
|
|
2639
2602
|
}
|
|
2640
2603
|
},
|
|
2604
|
+
"lint": {
|
|
2605
|
+
"executor": "@nx/eslint:lint"
|
|
2606
|
+
},
|
|
2641
2607
|
"test": {
|
|
2642
2608
|
"executor": "@nx/vitest:test",
|
|
2643
2609
|
"outputs": ["{options.reportsDirectory}"],
|
|
@@ -3165,28 +3131,6 @@ export default defineConfig(() => ({
|
|
|
3165
3131
|
"
|
|
3166
3132
|
`;
|
|
3167
3133
|
|
|
3168
|
-
exports[`react-website generator > Tanstack router integration > should generate website with router correctly > packages/common/constructs/vitest.config.mts 1`] = `
|
|
3169
|
-
"import { defineConfig } from 'vitest/config';
|
|
3170
|
-
|
|
3171
|
-
export default defineConfig(() => ({
|
|
3172
|
-
root: __dirname,
|
|
3173
|
-
cacheDir: '../../../node_modules/.vite/packages/common/constructs',
|
|
3174
|
-
test: {
|
|
3175
|
-
name: '@proj/common-constructs',
|
|
3176
|
-
watch: false,
|
|
3177
|
-
globals: true,
|
|
3178
|
-
environment: 'jsdom',
|
|
3179
|
-
include: ['{src,tests}/**/*.{test,spec}.{js,mjs,cjs,ts,mts,cts,jsx,tsx}'],
|
|
3180
|
-
reporters: ['default'],
|
|
3181
|
-
coverage: {
|
|
3182
|
-
reportsDirectory: './test-output/vitest/coverage',
|
|
3183
|
-
provider: 'v8' as const,
|
|
3184
|
-
},
|
|
3185
|
-
},
|
|
3186
|
-
}));
|
|
3187
|
-
"
|
|
3188
|
-
`;
|
|
3189
|
-
|
|
3190
3134
|
exports[`react-website generator > Tanstack router integration > should generate website with router correctly > pnpm-workspace.yaml 1`] = `
|
|
3191
3135
|
"packages:
|
|
3192
3136
|
- 'packages/*'
|
|
@@ -3289,6 +3233,10 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
3289
3233
|
"sourceRoot": "test-app/src",
|
|
3290
3234
|
"projectType": "application",
|
|
3291
3235
|
"tags": [],
|
|
3236
|
+
"metadata": {
|
|
3237
|
+
"generator": "ts#react-website",
|
|
3238
|
+
"uxProvider": "Cloudscape"
|
|
3239
|
+
},
|
|
3292
3240
|
"targets": {
|
|
3293
3241
|
"build": {
|
|
3294
3242
|
"dependsOn": ["lint", "compile", "bundle", "test"],
|
|
@@ -3389,10 +3337,6 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
3389
3337
|
"reportsDirectory": "../coverage/test-app"
|
|
3390
3338
|
}
|
|
3391
3339
|
}
|
|
3392
|
-
},
|
|
3393
|
-
"metadata": {
|
|
3394
|
-
"generator": "ts#react-website",
|
|
3395
|
-
"uxProvider": "Cloudscape"
|
|
3396
3340
|
}
|
|
3397
3341
|
}
|
|
3398
3342
|
"
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
4
|
+
*/
|
|
5
|
+
export declare const UVProvider: typeof import('@nxlv/python/dist/provider/uv/provider').UVProvider;
|
|
6
|
+
export type UVPyprojectToml = import('@nxlv/python/dist/provider/uv/types').UVPyprojectToml;
|
|
7
|
+
export declare const Logger: typeof import('@nxlv/python/dist/executors/utils/logger').Logger;
|
|
8
|
+
export declare const migrateToSharedVenvGenerator: typeof import('@nxlv/python/dist/generators/migrate-to-shared-venv/generator').default;
|
|
9
|
+
export declare const uvProjectGenerator: typeof import('@nxlv/python/dist/generators/uv-project/generator').default;
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
4
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
+
*/
|
|
6
|
+
var _a, _b;
|
|
7
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
8
|
+
exports.uvProjectGenerator = exports.migrateToSharedVenvGenerator = exports.Logger = exports.UVProvider = void 0;
|
|
9
|
+
const tslib_1 = require("tslib");
|
|
10
|
+
/**
|
|
11
|
+
* Re-exports internal modules from @nxlv/python that are not exposed
|
|
12
|
+
* via the package's "exports" field.
|
|
13
|
+
*
|
|
14
|
+
* Newer versions of Node.js and Vite strictly enforce the "exports" map
|
|
15
|
+
* in package.json, which prevents deep imports like:
|
|
16
|
+
* import { UVProvider } from '@nxlv/python/dist/provider/uv/provider'
|
|
17
|
+
*
|
|
18
|
+
* This module resolves the package location and loads the internal modules
|
|
19
|
+
* directly by filesystem path, bypassing the exports restriction.
|
|
20
|
+
*/
|
|
21
|
+
const path_1 = tslib_1.__importDefault(require("path"));
|
|
22
|
+
// Resolve the @nxlv/python package root by finding its package.json
|
|
23
|
+
// (which IS listed in the exports map as "./package.json")
|
|
24
|
+
const nxlvPythonPkgJson = require.resolve('@nxlv/python/package.json');
|
|
25
|
+
const nxlvPythonRoot = path_1.default.dirname(nxlvPythonPkgJson);
|
|
26
|
+
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
|
27
|
+
const uvProviderModule = require(path_1.default.join(nxlvPythonRoot, 'dist/provider/uv/provider'));
|
|
28
|
+
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
|
29
|
+
const loggerModule = require(path_1.default.join(nxlvPythonRoot, 'dist/executors/utils/logger'));
|
|
30
|
+
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
|
31
|
+
const migrateToSharedVenvModule = require(path_1.default.join(nxlvPythonRoot, 'dist/generators/migrate-to-shared-venv/generator'));
|
|
32
|
+
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
|
33
|
+
const uvProjectModule = require(path_1.default.join(nxlvPythonRoot, 'dist/generators/uv-project/generator'));
|
|
34
|
+
exports.UVProvider = uvProviderModule.UVProvider;
|
|
35
|
+
exports.Logger = loggerModule.Logger;
|
|
36
|
+
exports.migrateToSharedVenvGenerator = (_a = migrateToSharedVenvModule.default) !== null && _a !== void 0 ? _a : migrateToSharedVenvModule;
|
|
37
|
+
exports.uvProjectGenerator = (_b = uvProjectModule.default) !== null && _b !== void 0 ? _b : uvProjectModule;
|
|
38
|
+
//# sourceMappingURL=nxlv-python.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nxlv-python.js","sourceRoot":"","sources":["../../../../../packages/nx-plugin/src/utils/nxlv-python.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;AAEH;;;;;;;;;;GAUG;AACH,wDAAwB;AAExB,oEAAoE;AACpE,2DAA2D;AAC3D,MAAM,iBAAiB,GAAG,OAAO,CAAC,OAAO,CAAC,2BAA2B,CAAC,CAAC;AACvE,MAAM,cAAc,GAAG,cAAI,CAAC,OAAO,CAAC,iBAAiB,CAAC,CAAC;AAEvD,iEAAiE;AACjE,MAAM,gBAAgB,GAAG,OAAO,CAC9B,cAAI,CAAC,IAAI,CAAC,cAAc,EAAE,2BAA2B,CAAC,CACvD,CAAC;AACF,iEAAiE;AACjE,MAAM,YAAY,GAAG,OAAO,CAC1B,cAAI,CAAC,IAAI,CAAC,cAAc,EAAE,6BAA6B,CAAC,CACzD,CAAC;AACF,iEAAiE;AACjE,MAAM,yBAAyB,GAAG,OAAO,CACvC,cAAI,CAAC,IAAI,CAAC,cAAc,EAAE,kDAAkD,CAAC,CAC9E,CAAC;AACF,iEAAiE;AACjE,MAAM,eAAe,GAAG,OAAO,CAC7B,cAAI,CAAC,IAAI,CAAC,cAAc,EAAE,sCAAsC,CAAC,CAClE,CAAC;AAEW,QAAA,UAAU,GACrB,gBAAgB,CAAC,UAAU,CAAC;AAOjB,QAAA,MAAM,GACjB,YAAY,CAAC,MAAM,CAAC;AAET,QAAA,4BAA4B,GACvC,MAAA,yBAAyB,CAAC,OAAO,mCAAI,yBAAyB,CAAC;AAEpD,QAAA,kBAAkB,GAC7B,MAAA,eAAe,CAAC,OAAO,mCAAI,eAAe,CAAC"}
|
package/src/utils/versions.d.ts
CHANGED
|
@@ -17,7 +17,7 @@ export declare const TS_VERSIONS: {
|
|
|
17
17
|
readonly '@aws-lambda-powertools/tracer': "2.30.2";
|
|
18
18
|
readonly '@aws-lambda-powertools/parser': "2.30.2";
|
|
19
19
|
readonly '@middy/core': "6.4.5";
|
|
20
|
-
readonly '@nxlv/python': "
|
|
20
|
+
readonly '@nxlv/python': "22.1.0";
|
|
21
21
|
readonly '@nx-extend/terraform': "9.0.1";
|
|
22
22
|
readonly '@nx/devkit': "22.4.4";
|
|
23
23
|
readonly '@nx/react': "22.4.4";
|
|
@@ -86,7 +86,7 @@ export type ITsDepVersion = keyof typeof TS_VERSIONS;
|
|
|
86
86
|
* Add versions to the given dependencies
|
|
87
87
|
*/
|
|
88
88
|
export declare const withVersions: (deps: ITsDepVersion[]) => {
|
|
89
|
-
[k: string]: "3.982.0" | "3.972.3" | "1.0.0-alpha.10" | "2.30.2" | "6.4.5" | "
|
|
89
|
+
[k: string]: "3.982.0" | "3.972.3" | "1.0.0-alpha.10" | "2.30.2" | "6.4.5" | "22.1.0" | "9.0.1" | "22.4.4" | "1.26.0" | "0.19.0" | "0.2.0" | "1.158.0" | "1.154.7" | "3.0.147" | "3.0.1193" | "1.0.50" | "5.90.20" | "5.91.3" | "11.9.0" | "22.19.8" | "8.10.160" | "2.8.19" | "8.18.1" | "5.0.6" | "4.12.0" | "1.0.20" | "2.1104.0" | "2.237.1" | "2.237.1-alpha.0" | "3.12.0" | "10.4.5" | "2.8.6" | "0.7.1" | "2.1.1" | "3.5.3" | "0.27.2" | "5.5.5" | "5.2.1" | "2.4.2" | "4.0.0" | "2.0.0" | "19.3.2" | "3.4.1" | "3.8.1" | "3.3.0" | "19.2.4" | "6.1.2" | "1.0.0-rc.1" | "0.5.21" | "4.1.18" | "4.21.0" | "0.563.0" | "1.4.3" | "3.8.2" | "1.4.0" | "3.4.0" | "5.1.4" | "4.3.6" | "8.19.0";
|
|
90
90
|
};
|
|
91
91
|
/**
|
|
92
92
|
* Versions for Python dependencies added by generators
|
package/src/utils/versions.js
CHANGED
|
@@ -20,7 +20,7 @@ exports.TS_VERSIONS = {
|
|
|
20
20
|
'@aws-lambda-powertools/tracer': '2.30.2',
|
|
21
21
|
'@aws-lambda-powertools/parser': '2.30.2',
|
|
22
22
|
'@middy/core': '6.4.5',
|
|
23
|
-
'@nxlv/python': '
|
|
23
|
+
'@nxlv/python': '22.1.0',
|
|
24
24
|
'@nx-extend/terraform': '9.0.1',
|
|
25
25
|
'@nx/devkit': '22.4.4',
|
|
26
26
|
'@nx/react': '22.4.4',
|