@aws/nx-plugin 0.55.2 → 0.57.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/package.json +8 -8
- package/src/api-connection/generator.d.ts +1 -1
- package/src/infra/app/__snapshots__/generator.spec.ts.snap +7 -7
- package/src/py/fast-api/generator.js +3 -7
- package/src/py/fast-api/generator.js.map +1 -1
- package/src/py/lambda-function/generator.js +2 -0
- package/src/py/lambda-function/generator.js.map +1 -1
- package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +8 -4
- package/src/py/mcp-server/files/app/server.py.template +4 -0
- package/src/py/mcp-server/generator.js +17 -4
- package/src/py/mcp-server/generator.js.map +1 -1
- package/src/py/strands-agent/__snapshots__/generator.spec.ts.snap +37 -18
- package/src/py/strands-agent/files/app/init.py.template +49 -0
- package/src/py/strands-agent/files/app/main.py.template +30 -13
- package/src/py/strands-agent/generator.js +20 -14
- package/src/py/strands-agent/generator.js.map +1 -1
- package/src/ts/lambda-function/generator.js +1 -0
- package/src/ts/lambda-function/generator.js.map +1 -1
- package/src/ts/mcp-server/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/ts/mcp-server/files/http.ts.template +1 -1
- package/src/ts/mcp-server/generator.js +19 -6
- package/src/ts/mcp-server/generator.js.map +1 -1
- package/src/ts/nx-generator/generator.js +1 -0
- package/src/ts/nx-generator/generator.js.map +1 -1
- package/src/ts/nx-plugin/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/ts/nx-plugin/generator.js +1 -0
- package/src/ts/nx-plugin/generator.js.map +1 -1
- package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +19 -19
- package/src/ts/react-website/cognito-auth/generator.js +1 -0
- package/src/ts/react-website/cognito-auth/generator.js.map +1 -1
- package/src/ts/react-website/runtime-config/generator.js +1 -0
- package/src/ts/react-website/runtime-config/generator.js.map +1 -1
- package/src/utils/nx.d.ts +7 -1
- package/src/utils/nx.js +18 -2
- package/src/utils/nx.js.map +1 -1
- package/src/utils/py.d.ts +1 -0
- package/src/utils/py.js +16 -1
- package/src/utils/py.js.map +1 -1
- package/src/utils/versions.d.ts +39 -38
- package/src/utils/versions.js +38 -37
- package/src/utils/versions.js.map +1 -1
package/src/utils/versions.d.ts
CHANGED
|
@@ -6,63 +6,63 @@
|
|
|
6
6
|
* Versons for TypeScript dependencies added by generators
|
|
7
7
|
*/
|
|
8
8
|
export declare const TS_VERSIONS: {
|
|
9
|
-
readonly '@aws-sdk/client-cognito-identity': "3.
|
|
10
|
-
readonly '@aws-sdk/client-dynamodb': "3.
|
|
11
|
-
readonly '@aws-sdk/credential-providers': "3.
|
|
12
|
-
readonly '@aws-sdk/credential-provider-cognito-identity': "3.
|
|
9
|
+
readonly '@aws-sdk/client-cognito-identity': "3.914.0";
|
|
10
|
+
readonly '@aws-sdk/client-dynamodb': "3.914.0";
|
|
11
|
+
readonly '@aws-sdk/credential-providers': "3.914.0";
|
|
12
|
+
readonly '@aws-sdk/credential-provider-cognito-identity': "3.914.0";
|
|
13
13
|
readonly '@aws-smithy/server-apigateway': "1.0.0-alpha.10";
|
|
14
14
|
readonly '@aws-smithy/server-node': "1.0.0-alpha.10";
|
|
15
|
-
readonly '@aws-lambda-powertools/logger': "2.
|
|
16
|
-
readonly '@aws-lambda-powertools/metrics': "2.
|
|
17
|
-
readonly '@aws-lambda-powertools/tracer': "2.
|
|
18
|
-
readonly '@aws-lambda-powertools/parser': "2.
|
|
15
|
+
readonly '@aws-lambda-powertools/logger': "2.28.0";
|
|
16
|
+
readonly '@aws-lambda-powertools/metrics': "2.28.0";
|
|
17
|
+
readonly '@aws-lambda-powertools/tracer': "2.28.0";
|
|
18
|
+
readonly '@aws-lambda-powertools/parser': "2.28.0";
|
|
19
19
|
readonly '@middy/core': "6.4.5";
|
|
20
20
|
readonly '@nxlv/python': "21.2.0";
|
|
21
21
|
readonly '@nx-extend/terraform': "9.0.0";
|
|
22
|
-
readonly '@nx/devkit': "21.6.
|
|
23
|
-
readonly 'create-nx-workspace': "21.6.
|
|
24
|
-
readonly '@modelcontextprotocol/sdk': "1.20.
|
|
22
|
+
readonly '@nx/devkit': "21.6.5";
|
|
23
|
+
readonly 'create-nx-workspace': "21.6.5";
|
|
24
|
+
readonly '@modelcontextprotocol/sdk': "1.20.1";
|
|
25
25
|
readonly '@modelcontextprotocol/inspector': "0.17.1";
|
|
26
|
-
readonly '@tanstack/react-router': "1.
|
|
27
|
-
readonly '@tanstack/router-plugin': "1.
|
|
28
|
-
readonly '@tanstack/router-generator': "1.
|
|
29
|
-
readonly '@tanstack/virtual-file-routes': "1.
|
|
30
|
-
readonly '@tanstack/router-utils': "1.
|
|
31
|
-
readonly '@cloudscape-design/board-components': "3.0.
|
|
32
|
-
readonly '@cloudscape-design/components': "3.0.
|
|
26
|
+
readonly '@tanstack/react-router': "1.133.21";
|
|
27
|
+
readonly '@tanstack/router-plugin': "1.133.21";
|
|
28
|
+
readonly '@tanstack/router-generator': "1.133.20";
|
|
29
|
+
readonly '@tanstack/virtual-file-routes': "1.133.19";
|
|
30
|
+
readonly '@tanstack/router-utils': "1.133.19";
|
|
31
|
+
readonly '@cloudscape-design/board-components': "3.0.123";
|
|
32
|
+
readonly '@cloudscape-design/components': "3.0.1114";
|
|
33
33
|
readonly '@cloudscape-design/global-styles': "1.0.46";
|
|
34
|
-
readonly '@tanstack/react-query': "5.90.
|
|
34
|
+
readonly '@tanstack/react-query': "5.90.5";
|
|
35
35
|
readonly '@tanstack/react-query-devtools': "5.90.2";
|
|
36
36
|
readonly '@trpc/tanstack-react-query': "11.6.0";
|
|
37
37
|
readonly '@trpc/client': "11.6.0";
|
|
38
38
|
readonly '@trpc/server': "11.6.0";
|
|
39
|
-
readonly '@types/node': "22.18.
|
|
40
|
-
readonly '@types/aws-lambda': "8.10.
|
|
39
|
+
readonly '@types/node': "22.18.12";
|
|
40
|
+
readonly '@types/aws-lambda': "8.10.156";
|
|
41
41
|
readonly '@types/cors': "2.8.19";
|
|
42
42
|
readonly '@types/express': "5.0.3";
|
|
43
|
-
readonly '@smithy/types': "4.
|
|
43
|
+
readonly '@smithy/types': "4.8.0";
|
|
44
44
|
readonly aws4fetch: "1.0.20";
|
|
45
45
|
readonly 'aws-cdk': "2.1030.0";
|
|
46
46
|
readonly 'aws-cdk-lib': "2.220.0";
|
|
47
|
-
readonly 'aws-xray-sdk-core': "3.
|
|
47
|
+
readonly 'aws-xray-sdk-core': "3.11.0";
|
|
48
48
|
readonly constructs: "10.4.2";
|
|
49
49
|
readonly cors: "2.8.5";
|
|
50
50
|
readonly electrodb: "3.5.0";
|
|
51
|
-
readonly esbuild: "0.25.
|
|
51
|
+
readonly esbuild: "0.25.11";
|
|
52
52
|
readonly 'eslint-plugin-prettier': "5.5.4";
|
|
53
53
|
readonly express: "5.1.0";
|
|
54
54
|
readonly 'jsonc-eslint-parser': "2.4.1";
|
|
55
55
|
readonly 'make-dir-cli': "4.0.0";
|
|
56
56
|
readonly ncp: "2.0.0";
|
|
57
|
-
readonly 'npm-check-updates': "19.1.
|
|
57
|
+
readonly 'npm-check-updates': "19.1.1";
|
|
58
58
|
readonly 'oidc-client-ts': "3.3.0";
|
|
59
59
|
readonly prettier: "3.6.2";
|
|
60
60
|
readonly 'react-oidc-context': "3.3.0";
|
|
61
61
|
readonly rimraf: "6.0.1";
|
|
62
|
-
readonly rolldown: "1.0.0-beta.
|
|
62
|
+
readonly rolldown: "1.0.0-beta.44";
|
|
63
63
|
readonly 'source-map-support': "0.5.21";
|
|
64
|
-
readonly tailwindcss: "4.1.
|
|
65
|
-
readonly '@tailwindcss/vite': "4.1.
|
|
64
|
+
readonly tailwindcss: "4.1.15";
|
|
65
|
+
readonly '@tailwindcss/vite': "4.1.15";
|
|
66
66
|
readonly tsx: "4.20.6";
|
|
67
67
|
readonly 'vite-tsconfig-paths': "5.1.4";
|
|
68
68
|
readonly zod: "4.1.12";
|
|
@@ -73,26 +73,27 @@ export type ITsDepVersion = keyof typeof TS_VERSIONS;
|
|
|
73
73
|
* Add versions to the given dependencies
|
|
74
74
|
*/
|
|
75
75
|
export declare const withVersions: (deps: ITsDepVersion[]) => {
|
|
76
|
-
[k: string]: "3.
|
|
76
|
+
[k: string]: "3.914.0" | "1.0.0-alpha.10" | "2.28.0" | "6.4.5" | "21.2.0" | "9.0.0" | "21.6.5" | "1.20.1" | "0.17.1" | "1.133.21" | "1.133.20" | "1.133.19" | "3.0.123" | "3.0.1114" | "1.0.46" | "5.90.5" | "5.90.2" | "11.6.0" | "22.18.12" | "8.10.156" | "2.8.19" | "5.0.3" | "4.8.0" | "1.0.20" | "2.1030.0" | "2.220.0" | "3.11.0" | "10.4.2" | "2.8.5" | "3.5.0" | "0.25.11" | "5.5.4" | "5.1.0" | "2.4.1" | "4.0.0" | "2.0.0" | "19.1.1" | "3.3.0" | "3.6.2" | "6.0.1" | "1.0.0-beta.44" | "0.5.21" | "4.1.15" | "4.20.6" | "5.1.4" | "4.1.12" | "npm:zod@^3";
|
|
77
77
|
};
|
|
78
78
|
/**
|
|
79
79
|
* Versions for Python dependencies added by generators
|
|
80
80
|
*/
|
|
81
81
|
export declare const PY_VERSIONS: {
|
|
82
|
-
readonly 'aws-lambda-powertools': "==3.
|
|
83
|
-
readonly 'aws-lambda-powertools[tracer]': "==3.
|
|
84
|
-
readonly 'aws-lambda-powertools[parser]': "==3.
|
|
85
|
-
readonly 'aws-opentelemetry-distro': "==0.12.
|
|
82
|
+
readonly 'aws-lambda-powertools': "==3.22.0";
|
|
83
|
+
readonly 'aws-lambda-powertools[tracer]': "==3.22.0";
|
|
84
|
+
readonly 'aws-lambda-powertools[parser]': "==3.22.0";
|
|
85
|
+
readonly 'aws-opentelemetry-distro': "==0.12.2";
|
|
86
86
|
readonly 'bedrock-agentcore': "==0.1.7";
|
|
87
|
-
readonly boto3: "==1.40.
|
|
88
|
-
readonly checkov: "==3.2.
|
|
89
|
-
readonly fastapi: "==0.
|
|
90
|
-
readonly 'fastapi[standard]': "==0.
|
|
87
|
+
readonly boto3: "==1.40.59";
|
|
88
|
+
readonly checkov: "==3.2.487";
|
|
89
|
+
readonly fastapi: "==0.120.0";
|
|
90
|
+
readonly 'fastapi[standard]': "==0.120.0";
|
|
91
91
|
readonly mangum: "==0.19.0";
|
|
92
|
-
readonly mcp: "==1.
|
|
92
|
+
readonly mcp: "==1.19.0";
|
|
93
93
|
readonly 'pip-check-updates': "==0.27.0";
|
|
94
94
|
readonly 'strands-agents': "==1.13.0";
|
|
95
95
|
readonly 'strands-agents-tools': "==0.2.12";
|
|
96
|
+
readonly uvicorn: "==0.38.0";
|
|
96
97
|
};
|
|
97
98
|
export type IPyDepVersion = keyof typeof PY_VERSIONS;
|
|
98
99
|
/**
|
package/src/utils/versions.js
CHANGED
|
@@ -9,63 +9,63 @@ exports.withPyVersions = exports.PY_VERSIONS = exports.withVersions = exports.TS
|
|
|
9
9
|
* Versons for TypeScript dependencies added by generators
|
|
10
10
|
*/
|
|
11
11
|
exports.TS_VERSIONS = {
|
|
12
|
-
'@aws-sdk/client-cognito-identity': '3.
|
|
13
|
-
'@aws-sdk/client-dynamodb': '3.
|
|
14
|
-
'@aws-sdk/credential-providers': '3.
|
|
15
|
-
'@aws-sdk/credential-provider-cognito-identity': '3.
|
|
12
|
+
'@aws-sdk/client-cognito-identity': '3.914.0',
|
|
13
|
+
'@aws-sdk/client-dynamodb': '3.914.0',
|
|
14
|
+
'@aws-sdk/credential-providers': '3.914.0',
|
|
15
|
+
'@aws-sdk/credential-provider-cognito-identity': '3.914.0',
|
|
16
16
|
'@aws-smithy/server-apigateway': '1.0.0-alpha.10',
|
|
17
17
|
'@aws-smithy/server-node': '1.0.0-alpha.10',
|
|
18
|
-
'@aws-lambda-powertools/logger': '2.
|
|
19
|
-
'@aws-lambda-powertools/metrics': '2.
|
|
20
|
-
'@aws-lambda-powertools/tracer': '2.
|
|
21
|
-
'@aws-lambda-powertools/parser': '2.
|
|
18
|
+
'@aws-lambda-powertools/logger': '2.28.0',
|
|
19
|
+
'@aws-lambda-powertools/metrics': '2.28.0',
|
|
20
|
+
'@aws-lambda-powertools/tracer': '2.28.0',
|
|
21
|
+
'@aws-lambda-powertools/parser': '2.28.0',
|
|
22
22
|
'@middy/core': '6.4.5',
|
|
23
23
|
'@nxlv/python': '21.2.0',
|
|
24
24
|
'@nx-extend/terraform': '9.0.0',
|
|
25
|
-
'@nx/devkit': '21.6.
|
|
26
|
-
'create-nx-workspace': '21.6.
|
|
27
|
-
'@modelcontextprotocol/sdk': '1.20.
|
|
25
|
+
'@nx/devkit': '21.6.5',
|
|
26
|
+
'create-nx-workspace': '21.6.5',
|
|
27
|
+
'@modelcontextprotocol/sdk': '1.20.1',
|
|
28
28
|
'@modelcontextprotocol/inspector': '0.17.1',
|
|
29
|
-
'@tanstack/react-router': '1.
|
|
30
|
-
'@tanstack/router-plugin': '1.
|
|
31
|
-
'@tanstack/router-generator': '1.
|
|
32
|
-
'@tanstack/virtual-file-routes': '1.
|
|
33
|
-
'@tanstack/router-utils': '1.
|
|
34
|
-
'@cloudscape-design/board-components': '3.0.
|
|
35
|
-
'@cloudscape-design/components': '3.0.
|
|
29
|
+
'@tanstack/react-router': '1.133.21',
|
|
30
|
+
'@tanstack/router-plugin': '1.133.21',
|
|
31
|
+
'@tanstack/router-generator': '1.133.20',
|
|
32
|
+
'@tanstack/virtual-file-routes': '1.133.19',
|
|
33
|
+
'@tanstack/router-utils': '1.133.19',
|
|
34
|
+
'@cloudscape-design/board-components': '3.0.123',
|
|
35
|
+
'@cloudscape-design/components': '3.0.1114',
|
|
36
36
|
'@cloudscape-design/global-styles': '1.0.46',
|
|
37
|
-
'@tanstack/react-query': '5.90.
|
|
37
|
+
'@tanstack/react-query': '5.90.5',
|
|
38
38
|
'@tanstack/react-query-devtools': '5.90.2',
|
|
39
39
|
'@trpc/tanstack-react-query': '11.6.0',
|
|
40
40
|
'@trpc/client': '11.6.0',
|
|
41
41
|
'@trpc/server': '11.6.0',
|
|
42
|
-
'@types/node': '22.18.
|
|
43
|
-
'@types/aws-lambda': '8.10.
|
|
42
|
+
'@types/node': '22.18.12',
|
|
43
|
+
'@types/aws-lambda': '8.10.156',
|
|
44
44
|
'@types/cors': '2.8.19',
|
|
45
45
|
'@types/express': '5.0.3',
|
|
46
|
-
'@smithy/types': '4.
|
|
46
|
+
'@smithy/types': '4.8.0',
|
|
47
47
|
aws4fetch: '1.0.20',
|
|
48
48
|
'aws-cdk': '2.1030.0',
|
|
49
49
|
'aws-cdk-lib': '2.220.0',
|
|
50
|
-
'aws-xray-sdk-core': '3.
|
|
50
|
+
'aws-xray-sdk-core': '3.11.0',
|
|
51
51
|
constructs: '10.4.2',
|
|
52
52
|
cors: '2.8.5',
|
|
53
53
|
electrodb: '3.5.0',
|
|
54
|
-
esbuild: '0.25.
|
|
54
|
+
esbuild: '0.25.11',
|
|
55
55
|
'eslint-plugin-prettier': '5.5.4',
|
|
56
56
|
express: '5.1.0',
|
|
57
57
|
'jsonc-eslint-parser': '2.4.1',
|
|
58
58
|
'make-dir-cli': '4.0.0',
|
|
59
59
|
ncp: '2.0.0',
|
|
60
|
-
'npm-check-updates': '19.1.
|
|
60
|
+
'npm-check-updates': '19.1.1',
|
|
61
61
|
'oidc-client-ts': '3.3.0',
|
|
62
62
|
prettier: '3.6.2',
|
|
63
63
|
'react-oidc-context': '3.3.0',
|
|
64
64
|
rimraf: '6.0.1',
|
|
65
|
-
rolldown: '1.0.0-beta.
|
|
65
|
+
rolldown: '1.0.0-beta.44',
|
|
66
66
|
'source-map-support': '0.5.21',
|
|
67
|
-
tailwindcss: '4.1.
|
|
68
|
-
'@tailwindcss/vite': '4.1.
|
|
67
|
+
tailwindcss: '4.1.15',
|
|
68
|
+
'@tailwindcss/vite': '4.1.15',
|
|
69
69
|
tsx: '4.20.6', // https://github.com/privatenumber/tsx/issues/727
|
|
70
70
|
'vite-tsconfig-paths': '5.1.4',
|
|
71
71
|
zod: '4.1.12',
|
|
@@ -82,20 +82,21 @@ exports.withVersions = withVersions;
|
|
|
82
82
|
* Versions for Python dependencies added by generators
|
|
83
83
|
*/
|
|
84
84
|
exports.PY_VERSIONS = {
|
|
85
|
-
'aws-lambda-powertools': '==3.
|
|
86
|
-
'aws-lambda-powertools[tracer]': '==3.
|
|
87
|
-
'aws-lambda-powertools[parser]': '==3.
|
|
88
|
-
'aws-opentelemetry-distro': '==0.12.
|
|
85
|
+
'aws-lambda-powertools': '==3.22.0',
|
|
86
|
+
'aws-lambda-powertools[tracer]': '==3.22.0',
|
|
87
|
+
'aws-lambda-powertools[parser]': '==3.22.0',
|
|
88
|
+
'aws-opentelemetry-distro': '==0.12.2',
|
|
89
89
|
'bedrock-agentcore': '==0.1.7',
|
|
90
|
-
boto3: '==1.40.
|
|
91
|
-
checkov: '==3.2.
|
|
92
|
-
fastapi: '==0.
|
|
93
|
-
'fastapi[standard]': '==0.
|
|
90
|
+
boto3: '==1.40.59',
|
|
91
|
+
checkov: '==3.2.487',
|
|
92
|
+
fastapi: '==0.120.0',
|
|
93
|
+
'fastapi[standard]': '==0.120.0',
|
|
94
94
|
mangum: '==0.19.0',
|
|
95
|
-
mcp: '==1.
|
|
95
|
+
mcp: '==1.19.0',
|
|
96
96
|
'pip-check-updates': '==0.27.0',
|
|
97
97
|
'strands-agents': '==1.13.0',
|
|
98
98
|
'strands-agents-tools': '==0.2.12',
|
|
99
|
+
uvicorn: '==0.38.0',
|
|
99
100
|
};
|
|
100
101
|
/**
|
|
101
102
|
* 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;;;AAEH;;GAEG;AACU,QAAA,WAAW,GAAG;IACzB,kCAAkC,EAAE,SAAS;IAC7C,0BAA0B,EAAE,SAAS;IACrC,+BAA+B,EAAE,SAAS;IAC1C,+CAA+C,EAAE,SAAS;IAC1D,+BAA+B,EAAE,gBAAgB;IACjD,yBAAyB,EAAE,gBAAgB;IAC3C,+BAA+B,EAAE,QAAQ;IACzC,gCAAgC,EAAE,QAAQ;IAC1C,+BAA+B,EAAE,QAAQ;IACzC,+BAA+B,EAAE,QAAQ;IACzC,aAAa,EAAE,OAAO;IACtB,cAAc,EAAE,QAAQ;IACxB,sBAAsB,EAAE,OAAO;IAC/B,YAAY,EAAE,QAAQ;IACtB,qBAAqB,EAAE,QAAQ;IAC/B,2BAA2B,EAAE,QAAQ;IACrC,iCAAiC,EAAE,QAAQ;IAC3C,wBAAwB,EAAE,UAAU;IACpC,yBAAyB,EAAE,UAAU;IACrC,4BAA4B,EAAE,UAAU;IACxC,+BAA+B,EAAE,UAAU;IAC3C,wBAAwB,EAAE,UAAU;IACpC,qCAAqC,EAAE,SAAS;IAChD,+BAA+B,EAAE,UAAU;IAC3C,kCAAkC,EAAE,QAAQ;IAC5C,uBAAuB,EAAE,QAAQ;IACjC,gCAAgC,EAAE,QAAQ;IAC1C,4BAA4B,EAAE,QAAQ;IACtC,cAAc,EAAE,QAAQ;IACxB,cAAc,EAAE,QAAQ;IACxB,aAAa,EAAE,UAAU;IACzB,mBAAmB,EAAE,UAAU;IAC/B,aAAa,EAAE,QAAQ;IACvB,gBAAgB,EAAE,OAAO;IACzB,eAAe,EAAE,OAAO;IACxB,SAAS,EAAE,QAAQ;IACnB,SAAS,EAAE,UAAU;IACrB,aAAa,EAAE,SAAS;IACxB,mBAAmB,EAAE,QAAQ;IAC7B,UAAU,EAAE,QAAQ;IACpB,IAAI,EAAE,OAAO;IACb,SAAS,EAAE,OAAO;IAClB,OAAO,EAAE,SAAS;IAClB,wBAAwB,EAAE,OAAO;IACjC,OAAO,EAAE,OAAO;IAChB,qBAAqB,EAAE,OAAO;IAC9B,cAAc,EAAE,OAAO;IACvB,GAAG,EAAE,OAAO;IACZ,mBAAmB,EAAE,QAAQ;IAC7B,gBAAgB,EAAE,OAAO;IACzB,QAAQ,EAAE,OAAO;IACjB,oBAAoB,EAAE,OAAO;IAC7B,MAAM,EAAE,OAAO;IACf,QAAQ,EAAE,eAAe;IACzB,oBAAoB,EAAE,QAAQ;IAC9B,WAAW,EAAE,QAAQ;IACrB,mBAAmB,EAAE,QAAQ;IAC7B,GAAG,EAAE,QAAQ,EAAE,kDAAkD;IACjE,qBAAqB,EAAE,OAAO;IAC9B,GAAG,EAAE,QAAQ;IACb,2FAA2F;IAC3F,oEAAoE;IACpE,QAAQ,EAAE,YAAY;CACd,CAAC;AAGX;;GAEG;AACI,MAAM,YAAY,GAAG,CAAC,IAAqB,EAAE,EAAE,CACpD,MAAM,CAAC,WAAW,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,mBAAW,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;AADpD,QAAA,YAAY,gBACwC;AAEjE;;GAEG;AACU,QAAA,WAAW,GAAG;IACzB,uBAAuB,EAAE,UAAU;IACnC,+BAA+B,EAAE,UAAU;IAC3C,+BAA+B,EAAE,UAAU;IAC3C,0BAA0B,EAAE,UAAU;IACtC,mBAAmB,EAAE,SAAS;IAC9B,KAAK,EAAE,WAAW;IAClB,OAAO,EAAE,WAAW;IACpB,OAAO,EAAE,WAAW;IACpB,mBAAmB,EAAE,WAAW;IAChC,MAAM,EAAE,UAAU;IAClB,GAAG,EAAE,UAAU;IACf,mBAAmB,EAAE,UAAU;IAC/B,gBAAgB,EAAE,UAAU;IAC5B,sBAAsB,EAAE,UAAU;
|
|
1
|
+
{"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/nx-plugin/src/utils/versions.ts"],"names":[],"mappings":"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"}
|