@aws/nx-plugin 0.15.0 → 0.17.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 +4284 -5583
- package/package.json +11 -11
- package/src/cloudscape-website/app/__snapshots__/generator.spec.ts.snap +13 -21
- package/src/cloudscape-website/app/generator.js +1 -1
- package/src/cloudscape-website/app/generator.js.map +1 -1
- package/src/infra/app/__snapshots__/generator.spec.ts.snap +34 -36
- package/src/py/fast-api/__snapshots__/generator.spec.ts.snap +21 -8
- package/src/py/fast-api/files/app/__name__/init.py.template +11 -2
- package/src/py/fast-api/files/app/__name__/main.py.template +8 -3
- package/src/ts/lib/__snapshots__/generator.spec.ts.snap +13 -3
- package/src/ts/lib/generator.js +1 -1
- package/src/ts/lib/generator.js.map +1 -1
- package/src/utils/test.js +1 -0
- package/src/utils/test.js.map +1 -1
- package/src/utils/versions.d.ts +30 -30
- package/src/utils/versions.js +29 -29
- package/src/utils/versions.js.map +1 -1
package/src/utils/versions.js
CHANGED
|
@@ -7,41 +7,41 @@ exports.withVersions = exports.VERSIONS = void 0;
|
|
|
7
7
|
*/
|
|
8
8
|
exports.VERSIONS = {
|
|
9
9
|
'@cdklabs/cdk-validator-cfnguard': '^0.0.60',
|
|
10
|
-
'@aws-cdk/aws-cognito-identitypool-alpha': '^2.
|
|
11
|
-
'@aws-sdk/client-cognito-identity': '^3.
|
|
12
|
-
'@aws-sdk/credential-providers': '^3.
|
|
13
|
-
'@aws-sdk/credential-provider-cognito-identity': '^3.
|
|
14
|
-
'@aws-lambda-powertools/logger': '^2.
|
|
15
|
-
'@aws-lambda-powertools/metrics': '^2.
|
|
16
|
-
'@aws-lambda-powertools/tracer': '^2.
|
|
17
|
-
'@nxlv/python': '^20.
|
|
18
|
-
'@tanstack/react-router': '^1.
|
|
19
|
-
'@tanstack/router-plugin': '^1.
|
|
20
|
-
'@cloudscape-design/board-components': '^3.0.
|
|
21
|
-
'@cloudscape-design/components': '^3.0.
|
|
22
|
-
'@cloudscape-design/global-styles': '^1.0.
|
|
23
|
-
'@tanstack/react-query': '^5.
|
|
24
|
-
'@trpc/tanstack-react-query': '11.0.0
|
|
25
|
-
'@trpc/client': '11.0.0
|
|
26
|
-
'@trpc/server': '11.0.0
|
|
27
|
-
'@types/node': '^22.13.
|
|
28
|
-
'@types/aws-lambda': '^8.10.
|
|
29
|
-
'@smithy/types': '^4.
|
|
10
|
+
'@aws-cdk/aws-cognito-identitypool-alpha': '^2.185.0-alpha.0',
|
|
11
|
+
'@aws-sdk/client-cognito-identity': '^3.775.0',
|
|
12
|
+
'@aws-sdk/credential-providers': '^3.775.0',
|
|
13
|
+
'@aws-sdk/credential-provider-cognito-identity': '^3.775.0',
|
|
14
|
+
'@aws-lambda-powertools/logger': '^2.17.0',
|
|
15
|
+
'@aws-lambda-powertools/metrics': '^2.17.0',
|
|
16
|
+
'@aws-lambda-powertools/tracer': '^2.17.0',
|
|
17
|
+
'@nxlv/python': '^20.12.0',
|
|
18
|
+
'@tanstack/react-router': '^1.114.27',
|
|
19
|
+
'@tanstack/router-plugin': '^1.114.27',
|
|
20
|
+
'@cloudscape-design/board-components': '^3.0.94',
|
|
21
|
+
'@cloudscape-design/components': '^3.0.928',
|
|
22
|
+
'@cloudscape-design/global-styles': '^1.0.38',
|
|
23
|
+
'@tanstack/react-query': '^5.69.0',
|
|
24
|
+
'@trpc/tanstack-react-query': '11.0.0',
|
|
25
|
+
'@trpc/client': '11.0.0',
|
|
26
|
+
'@trpc/server': '11.0.0',
|
|
27
|
+
'@types/node': '^22.13.13',
|
|
28
|
+
'@types/aws-lambda': '^8.10.148',
|
|
29
|
+
'@smithy/types': '^4.2.0',
|
|
30
30
|
aws4fetch: '^1.0.20',
|
|
31
|
-
'aws-cdk': '^2.
|
|
32
|
-
'aws-cdk-lib': '^2.
|
|
33
|
-
'aws-xray-sdk-core': '^3.10.
|
|
31
|
+
'aws-cdk': '^2.1006.0',
|
|
32
|
+
'aws-cdk-lib': '^2.185.0',
|
|
33
|
+
'aws-xray-sdk-core': '^3.10.3',
|
|
34
34
|
constructs: '^10.4.2',
|
|
35
|
-
esbuild: '^0.25.
|
|
36
|
-
'eslint-plugin-prettier': '^5.2.
|
|
35
|
+
esbuild: '^0.25.1',
|
|
36
|
+
'eslint-plugin-prettier': '^5.2.5',
|
|
37
37
|
'jsonc-eslint-parser': '^2.4.0',
|
|
38
|
-
'oidc-client-ts': '^3.
|
|
39
|
-
prettier: '^3.
|
|
38
|
+
'oidc-client-ts': '^3.2.0',
|
|
39
|
+
prettier: '^3.5.3',
|
|
40
40
|
'react-oidc-context': '^3.2.0',
|
|
41
41
|
'source-map-support': '^0.5.21',
|
|
42
|
-
tsx: '^4.19.
|
|
42
|
+
tsx: '^4.19.3',
|
|
43
43
|
'vite-tsconfig-paths': '^5.1.4',
|
|
44
|
-
zod: '^3.
|
|
44
|
+
zod: '^3.24.2',
|
|
45
45
|
};
|
|
46
46
|
/**
|
|
47
47
|
* Add versions to the given dependencies
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/nx-plugin/src/utils/versions.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACU,QAAA,QAAQ,GAAG;IACtB,iCAAiC,EAAE,SAAS;IAC5C,yCAAyC,EAAE,kBAAkB;IAC7D,kCAAkC,EAAE,UAAU;IAC9C,+BAA+B,EAAE,UAAU;IAC3C,+CAA+C,EAAE,UAAU;IAC3D,+BAA+B,EAAE,SAAS;IAC1C,gCAAgC,EAAE,SAAS;IAC3C,+BAA+B,EAAE,SAAS;IAC1C,cAAc,EAAE,
|
|
1
|
+
{"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/nx-plugin/src/utils/versions.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACU,QAAA,QAAQ,GAAG;IACtB,iCAAiC,EAAE,SAAS;IAC5C,yCAAyC,EAAE,kBAAkB;IAC7D,kCAAkC,EAAE,UAAU;IAC9C,+BAA+B,EAAE,UAAU;IAC3C,+CAA+C,EAAE,UAAU;IAC3D,+BAA+B,EAAE,SAAS;IAC1C,gCAAgC,EAAE,SAAS;IAC3C,+BAA+B,EAAE,SAAS;IAC1C,cAAc,EAAE,UAAU;IAC1B,wBAAwB,EAAE,WAAW;IACrC,yBAAyB,EAAE,WAAW;IACtC,qCAAqC,EAAE,SAAS;IAChD,+BAA+B,EAAE,UAAU;IAC3C,kCAAkC,EAAE,SAAS;IAC7C,uBAAuB,EAAE,SAAS;IAClC,4BAA4B,EAAE,QAAQ;IACtC,cAAc,EAAE,QAAQ;IACxB,cAAc,EAAE,QAAQ;IACxB,aAAa,EAAE,WAAW;IAC1B,mBAAmB,EAAE,WAAW;IAChC,eAAe,EAAE,QAAQ;IACzB,SAAS,EAAE,SAAS;IACpB,SAAS,EAAE,WAAW;IACtB,aAAa,EAAE,UAAU;IACzB,mBAAmB,EAAE,SAAS;IAC9B,UAAU,EAAE,SAAS;IACrB,OAAO,EAAE,SAAS;IAClB,wBAAwB,EAAE,QAAQ;IAClC,qBAAqB,EAAE,QAAQ;IAC/B,gBAAgB,EAAE,QAAQ;IAC1B,QAAQ,EAAE,QAAQ;IAClB,oBAAoB,EAAE,QAAQ;IAC9B,oBAAoB,EAAE,SAAS;IAC/B,GAAG,EAAE,SAAS;IACd,qBAAqB,EAAE,QAAQ;IAC/B,GAAG,EAAE,SAAS;CACN,CAAC;AAEX;;GAEG;AACI,MAAM,YAAY,GAAG,CAAC,IAA+B,EAAE,EAAE,CAC9D,MAAM,CAAC,WAAW,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,gBAAQ,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;AADjD,QAAA,YAAY,gBACqC"}
|