@aws/nx-plugin 0.93.0 → 0.94.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 +1114 -478
- package/generators.json +9 -0
- package/package.json +13 -13
- package/src/connection/agent-serve-local.d.ts +33 -0
- package/src/connection/agent-serve-local.js +49 -0
- package/src/connection/agent-serve-local.js.map +1 -0
- package/src/connection/generator.js +3 -0
- package/src/connection/generator.js.map +1 -1
- package/src/connection/serve-local.js +1 -1
- package/src/connection/serve-local.js.map +1 -1
- package/src/infra/app/__snapshots__/generator.spec.ts.snap +23 -23
- package/src/preset/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +3 -3
- package/src/py/strands-agent/__snapshots__/generator.spec.ts.snap +21 -16
- package/src/py/strands-agent/files/app/main.py.template +12 -7
- package/src/py/strands-agent/react-connection/__snapshots__/generator.spec.ts.snap +236 -0
- package/src/py/strands-agent/react-connection/files/agent/scripts/__agentNameSnakeCase___openapi.py.template +6 -0
- package/src/py/strands-agent/react-connection/generator.d.ts +10 -0
- package/src/py/strands-agent/react-connection/generator.js +102 -0
- package/src/py/strands-agent/react-connection/generator.js.map +1 -0
- package/src/py/strands-agent/react-connection/schema.d.ts +15 -0
- package/src/py/strands-agent/react-connection/schema.json +26 -0
- package/src/py/strands-agent/react-connection/serve-local.d.ts +19 -0
- package/src/py/strands-agent/react-connection/serve-local.js +25 -0
- package/src/py/strands-agent/react-connection/serve-local.js.map +1 -0
- package/src/terraform/project/generator.js +6 -5
- package/src/terraform/project/generator.js.map +1 -1
- package/src/trpc/react/generator.js +2 -6
- package/src/trpc/react/generator.js.map +1 -1
- package/src/ts/mcp-server/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/ts/nx-generator/generator.js +1 -1
- package/src/ts/nx-generator/generator.js.map +1 -1
- package/src/ts/nx-plugin/__snapshots__/generator.spec.ts.snap +1 -1
- package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +46 -46
- package/src/ts/strands-agent/react-connection/generator.js +2 -6
- package/src/ts/strands-agent/react-connection/generator.js.map +1 -1
- package/src/ts/strands-agent/react-connection/serve-local.js +8 -34
- package/src/ts/strands-agent/react-connection/serve-local.js.map +1 -1
- package/src/utils/connection/open-api/files/components/__apiNameClassName__Provider.tsx.template +17 -0
- package/src/utils/connection/open-api/react.d.ts +13 -1
- package/src/utils/connection/open-api/react.js +18 -18
- package/src/utils/connection/open-api/react.js.map +1 -1
- package/src/utils/py.js +2 -2
- package/src/utils/py.js.map +1 -1
- package/src/utils/shared-shadcn.js +2 -6
- package/src/utils/shared-shadcn.js.map +1 -1
- package/src/utils/versions.d.ts +42 -42
- package/src/utils/versions.js +41 -41
- package/src/utils/versions.js.map +1 -1
package/src/utils/versions.d.ts
CHANGED
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
*/
|
|
8
8
|
export declare const TS_VERSIONS: {
|
|
9
9
|
readonly '@aws/aws-distro-opentelemetry-node-autoinstrumentation': "0.9.0";
|
|
10
|
-
readonly '@aws-sdk/client-dynamodb': "3.
|
|
11
|
-
readonly '@aws-sdk/client-sts': "3.
|
|
12
|
-
readonly '@aws-sdk/credential-providers': "3.
|
|
10
|
+
readonly '@aws-sdk/client-dynamodb': "3.1024.0";
|
|
11
|
+
readonly '@aws-sdk/client-sts': "3.1024.0";
|
|
12
|
+
readonly '@aws-sdk/credential-providers': "3.1024.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
15
|
readonly '@aws-lambda-powertools/logger': "2.32.0";
|
|
@@ -17,41 +17,41 @@ export declare const TS_VERSIONS: {
|
|
|
17
17
|
readonly '@aws-lambda-powertools/parameters': "2.32.0";
|
|
18
18
|
readonly '@aws-lambda-powertools/tracer': "2.32.0";
|
|
19
19
|
readonly '@aws-lambda-powertools/parser': "2.32.0";
|
|
20
|
-
readonly '@aws-sdk/client-appconfigdata': "3.
|
|
20
|
+
readonly '@aws-sdk/client-appconfigdata': "3.1024.0";
|
|
21
21
|
readonly '@middy/core': "7.2.1";
|
|
22
22
|
readonly '@nxlv/python': "22.1.1";
|
|
23
|
-
readonly '@nx-extend/terraform': "10.2.
|
|
24
|
-
readonly '@nx/devkit': "22.6.
|
|
25
|
-
readonly '@nx/react': "22.6.
|
|
26
|
-
readonly 'create-nx-workspace': "22.6.
|
|
27
|
-
readonly '@modelcontextprotocol/sdk': "1.
|
|
23
|
+
readonly '@nx-extend/terraform': "10.2.1";
|
|
24
|
+
readonly '@nx/devkit': "22.6.4";
|
|
25
|
+
readonly '@nx/react': "22.6.4";
|
|
26
|
+
readonly 'create-nx-workspace': "22.6.4";
|
|
27
|
+
readonly '@modelcontextprotocol/sdk': "1.29.0";
|
|
28
28
|
readonly '@modelcontextprotocol/inspector': "0.19.0";
|
|
29
29
|
readonly '@strands-agents/sdk': "0.7.0";
|
|
30
|
-
readonly '@tanstack/react-router': "1.168.
|
|
31
|
-
readonly '@tanstack/router-plugin': "1.167.
|
|
32
|
-
readonly '@tanstack/router-generator': "1.166.
|
|
30
|
+
readonly '@tanstack/react-router': "1.168.10";
|
|
31
|
+
readonly '@tanstack/router-plugin': "1.167.12";
|
|
32
|
+
readonly '@tanstack/router-generator': "1.166.24";
|
|
33
33
|
readonly '@tanstack/virtual-file-routes': "1.161.7";
|
|
34
34
|
readonly '@tanstack/router-utils': "1.161.6";
|
|
35
|
-
readonly '@cloudscape-design/board-components': "3.0.
|
|
36
|
-
readonly '@cloudscape-design/components': "3.0.
|
|
37
|
-
readonly '@cloudscape-design/global-styles': "1.0.
|
|
38
|
-
readonly '@tanstack/react-query': "5.
|
|
39
|
-
readonly '@tanstack/react-query-devtools': "5.
|
|
40
|
-
readonly '@trpc/tanstack-react-query': "11.
|
|
41
|
-
readonly '@trpc/client': "11.
|
|
42
|
-
readonly '@trpc/server': "11.
|
|
43
|
-
readonly '@types/node': "25.5.
|
|
35
|
+
readonly '@cloudscape-design/board-components': "3.0.164";
|
|
36
|
+
readonly '@cloudscape-design/components': "3.0.1266";
|
|
37
|
+
readonly '@cloudscape-design/global-styles': "1.0.56";
|
|
38
|
+
readonly '@tanstack/react-query': "5.96.2";
|
|
39
|
+
readonly '@tanstack/react-query-devtools': "5.96.2";
|
|
40
|
+
readonly '@trpc/tanstack-react-query': "11.16.0";
|
|
41
|
+
readonly '@trpc/client': "11.16.0";
|
|
42
|
+
readonly '@trpc/server': "11.16.0";
|
|
43
|
+
readonly '@types/node': "25.5.2";
|
|
44
44
|
readonly '@types/aws-lambda': "8.10.161";
|
|
45
45
|
readonly '@types/cors': "2.8.19";
|
|
46
46
|
readonly '@types/ws': "8.18.1";
|
|
47
47
|
readonly '@types/express': "5.0.6";
|
|
48
48
|
readonly '@smithy/types': "4.13.1";
|
|
49
|
-
readonly '@vitest/coverage-v8': "4.1.
|
|
50
|
-
readonly '@vitest/ui': "4.1.
|
|
49
|
+
readonly '@vitest/coverage-v8': "4.1.2";
|
|
50
|
+
readonly '@vitest/ui': "4.1.2";
|
|
51
51
|
readonly aws4fetch: "1.0.20";
|
|
52
|
-
readonly 'aws-cdk': "2.
|
|
53
|
-
readonly 'aws-cdk-lib': "2.
|
|
54
|
-
readonly '@aws-cdk/aws-bedrock-agentcore-alpha': "2.
|
|
52
|
+
readonly 'aws-cdk': "2.1117.0";
|
|
53
|
+
readonly 'aws-cdk-lib': "2.248.0";
|
|
54
|
+
readonly '@aws-cdk/aws-bedrock-agentcore-alpha': "2.248.0-alpha.0";
|
|
55
55
|
readonly 'aws-xray-sdk-core': "3.12.0";
|
|
56
56
|
readonly constructs: "10.6.0";
|
|
57
57
|
readonly cors: "2.8.6";
|
|
@@ -69,27 +69,27 @@ export declare const TS_VERSIONS: {
|
|
|
69
69
|
readonly 'typescript-eslint': "8.58.0";
|
|
70
70
|
readonly 'make-dir-cli': "4.0.0";
|
|
71
71
|
readonly ncp: "2.0.0";
|
|
72
|
-
readonly 'npm-check-updates': "19.6.
|
|
72
|
+
readonly 'npm-check-updates': "19.6.6";
|
|
73
73
|
readonly 'oidc-client-ts': "3.5.0";
|
|
74
74
|
readonly prettier: "3.8.1";
|
|
75
75
|
readonly 'react-oidc-context': "3.3.1";
|
|
76
76
|
readonly react: "19.2.4";
|
|
77
77
|
readonly 'react-dom': "19.2.4";
|
|
78
78
|
readonly rimraf: "6.1.3";
|
|
79
|
-
readonly rolldown: "1.0.0-rc.
|
|
79
|
+
readonly rolldown: "1.0.0-rc.13";
|
|
80
80
|
readonly 'source-map-support': "0.5.21";
|
|
81
81
|
readonly tailwindcss: "4.2.2";
|
|
82
82
|
readonly '@tailwindcss/vite': "4.2.2";
|
|
83
83
|
readonly tsx: "4.21.0";
|
|
84
84
|
readonly 'lucide-react': "1.7.0";
|
|
85
85
|
readonly 'radix-ui': "1.4.3";
|
|
86
|
-
readonly shadcn: "4.1.
|
|
86
|
+
readonly shadcn: "4.1.2";
|
|
87
87
|
readonly 'tw-animate-css': "1.4.0";
|
|
88
88
|
readonly 'tailwind-merge': "3.5.0";
|
|
89
|
-
readonly vite: "
|
|
89
|
+
readonly vite: "8.0.3";
|
|
90
90
|
readonly typescript: "6.0.2";
|
|
91
|
-
readonly vitest: "4.1.
|
|
92
|
-
readonly 'vite-tsconfig-paths': "
|
|
91
|
+
readonly vitest: "4.1.2";
|
|
92
|
+
readonly 'vite-tsconfig-paths': "6.1.1";
|
|
93
93
|
readonly zod: "4.3.6";
|
|
94
94
|
readonly ws: "8.20.0";
|
|
95
95
|
};
|
|
@@ -98,7 +98,7 @@ export type ITsDepVersion = keyof typeof TS_VERSIONS;
|
|
|
98
98
|
* Add versions to the given dependencies
|
|
99
99
|
*/
|
|
100
100
|
export declare const withVersions: (deps: ITsDepVersion[]) => {
|
|
101
|
-
[k: string]: "22.6.
|
|
101
|
+
[k: string]: "22.6.4" | "3.8.1" | "1.29.0" | "22.1.1" | "6.0.2" | "8.0.3" | "4.1.2" | "4.3.6" | "0.9.0" | "3.1024.0" | "1.0.0-alpha.10" | "2.32.0" | "7.2.1" | "10.2.1" | "0.19.0" | "0.7.0" | "1.168.10" | "1.167.12" | "1.166.24" | "1.161.7" | "1.161.6" | "3.0.164" | "3.0.1266" | "1.0.56" | "5.96.2" | "11.16.0" | "25.5.2" | "8.10.161" | "2.8.19" | "8.18.1" | "5.0.6" | "4.13.1" | "1.0.20" | "2.1117.0" | "2.248.0" | "2.248.0-alpha.0" | "3.12.0" | "10.6.0" | "2.8.6" | "0.7.1" | "2.1.1" | "3.7.3" | "0.27.4" | "1.0.31" | "1.0.5" | "8.58.0" | "5.5.5" | "5.2.1" | "3.1.0" | "4.0.0" | "2.0.0" | "19.6.6" | "3.5.0" | "3.3.1" | "19.2.4" | "6.1.3" | "1.0.0-rc.13" | "0.5.21" | "4.2.2" | "4.21.0" | "1.7.0" | "1.4.3" | "1.4.0" | "6.1.1" | "8.20.0";
|
|
102
102
|
};
|
|
103
103
|
/**
|
|
104
104
|
* Versions for Python dependencies added by generators
|
|
@@ -108,16 +108,16 @@ export declare const PY_VERSIONS: {
|
|
|
108
108
|
readonly 'aws-lambda-powertools[tracer]': "==3.26.0";
|
|
109
109
|
readonly 'aws-lambda-powertools[parser]': "==3.26.0";
|
|
110
110
|
readonly 'aws-opentelemetry-distro': "==0.16.0";
|
|
111
|
-
readonly 'bedrock-agentcore': "==1.
|
|
112
|
-
readonly boto3: "==1.42.
|
|
113
|
-
readonly checkov: "==3.2.
|
|
114
|
-
readonly fastapi: "==0.135.
|
|
115
|
-
readonly 'fastapi[standard]': "==0.135.
|
|
116
|
-
readonly mcp: "==1.
|
|
111
|
+
readonly 'bedrock-agentcore': "==1.6.0";
|
|
112
|
+
readonly boto3: "==1.42.83";
|
|
113
|
+
readonly checkov: "==3.2.513";
|
|
114
|
+
readonly fastapi: "==0.135.3";
|
|
115
|
+
readonly 'fastapi[standard]': "==0.135.3";
|
|
116
|
+
readonly mcp: "==1.27.0";
|
|
117
117
|
readonly 'pip-check-updates': "==0.28.0";
|
|
118
|
-
readonly 'strands-agents': "==1.
|
|
119
|
-
readonly 'strands-agents-tools': "==0.
|
|
120
|
-
readonly uvicorn: "==0.
|
|
118
|
+
readonly 'strands-agents': "==1.34.1";
|
|
119
|
+
readonly 'strands-agents-tools': "==0.3.0";
|
|
120
|
+
readonly uvicorn: "==0.43.0";
|
|
121
121
|
};
|
|
122
122
|
export type IPyDepVersion = keyof typeof PY_VERSIONS;
|
|
123
123
|
/**
|
package/src/utils/versions.js
CHANGED
|
@@ -10,9 +10,9 @@ exports.withPyVersions = exports.PY_VERSIONS = exports.withVersions = exports.TS
|
|
|
10
10
|
*/
|
|
11
11
|
exports.TS_VERSIONS = {
|
|
12
12
|
'@aws/aws-distro-opentelemetry-node-autoinstrumentation': '0.9.0',
|
|
13
|
-
'@aws-sdk/client-dynamodb': '3.
|
|
14
|
-
'@aws-sdk/client-sts': '3.
|
|
15
|
-
'@aws-sdk/credential-providers': '3.
|
|
13
|
+
'@aws-sdk/client-dynamodb': '3.1024.0',
|
|
14
|
+
'@aws-sdk/client-sts': '3.1024.0',
|
|
15
|
+
'@aws-sdk/credential-providers': '3.1024.0',
|
|
16
16
|
'@aws-smithy/server-apigateway': '1.0.0-alpha.10',
|
|
17
17
|
'@aws-smithy/server-node': '1.0.0-alpha.10',
|
|
18
18
|
'@aws-lambda-powertools/logger': '2.32.0',
|
|
@@ -20,41 +20,41 @@ exports.TS_VERSIONS = {
|
|
|
20
20
|
'@aws-lambda-powertools/parameters': '2.32.0',
|
|
21
21
|
'@aws-lambda-powertools/tracer': '2.32.0',
|
|
22
22
|
'@aws-lambda-powertools/parser': '2.32.0',
|
|
23
|
-
'@aws-sdk/client-appconfigdata': '3.
|
|
23
|
+
'@aws-sdk/client-appconfigdata': '3.1024.0',
|
|
24
24
|
'@middy/core': '7.2.1',
|
|
25
25
|
'@nxlv/python': '22.1.1',
|
|
26
|
-
'@nx-extend/terraform': '10.2.
|
|
27
|
-
'@nx/devkit': '22.6.
|
|
28
|
-
'@nx/react': '22.6.
|
|
29
|
-
'create-nx-workspace': '22.6.
|
|
30
|
-
'@modelcontextprotocol/sdk': '1.
|
|
26
|
+
'@nx-extend/terraform': '10.2.1',
|
|
27
|
+
'@nx/devkit': '22.6.4',
|
|
28
|
+
'@nx/react': '22.6.4',
|
|
29
|
+
'create-nx-workspace': '22.6.4',
|
|
30
|
+
'@modelcontextprotocol/sdk': '1.29.0',
|
|
31
31
|
'@modelcontextprotocol/inspector': '0.19.0',
|
|
32
32
|
'@strands-agents/sdk': '0.7.0',
|
|
33
|
-
'@tanstack/react-router': '1.168.
|
|
34
|
-
'@tanstack/router-plugin': '1.167.
|
|
35
|
-
'@tanstack/router-generator': '1.166.
|
|
33
|
+
'@tanstack/react-router': '1.168.10',
|
|
34
|
+
'@tanstack/router-plugin': '1.167.12',
|
|
35
|
+
'@tanstack/router-generator': '1.166.24',
|
|
36
36
|
'@tanstack/virtual-file-routes': '1.161.7',
|
|
37
37
|
'@tanstack/router-utils': '1.161.6',
|
|
38
|
-
'@cloudscape-design/board-components': '3.0.
|
|
39
|
-
'@cloudscape-design/components': '3.0.
|
|
40
|
-
'@cloudscape-design/global-styles': '1.0.
|
|
41
|
-
'@tanstack/react-query': '5.
|
|
42
|
-
'@tanstack/react-query-devtools': '5.
|
|
43
|
-
'@trpc/tanstack-react-query': '11.
|
|
44
|
-
'@trpc/client': '11.
|
|
45
|
-
'@trpc/server': '11.
|
|
46
|
-
'@types/node': '25.5.
|
|
38
|
+
'@cloudscape-design/board-components': '3.0.164',
|
|
39
|
+
'@cloudscape-design/components': '3.0.1266',
|
|
40
|
+
'@cloudscape-design/global-styles': '1.0.56',
|
|
41
|
+
'@tanstack/react-query': '5.96.2',
|
|
42
|
+
'@tanstack/react-query-devtools': '5.96.2',
|
|
43
|
+
'@trpc/tanstack-react-query': '11.16.0',
|
|
44
|
+
'@trpc/client': '11.16.0',
|
|
45
|
+
'@trpc/server': '11.16.0',
|
|
46
|
+
'@types/node': '25.5.2',
|
|
47
47
|
'@types/aws-lambda': '8.10.161',
|
|
48
48
|
'@types/cors': '2.8.19',
|
|
49
49
|
'@types/ws': '8.18.1',
|
|
50
50
|
'@types/express': '5.0.6',
|
|
51
51
|
'@smithy/types': '4.13.1',
|
|
52
|
-
'@vitest/coverage-v8': '4.1.
|
|
53
|
-
'@vitest/ui': '4.1.
|
|
52
|
+
'@vitest/coverage-v8': '4.1.2',
|
|
53
|
+
'@vitest/ui': '4.1.2',
|
|
54
54
|
aws4fetch: '1.0.20',
|
|
55
|
-
'aws-cdk': '2.
|
|
56
|
-
'aws-cdk-lib': '2.
|
|
57
|
-
'@aws-cdk/aws-bedrock-agentcore-alpha': '2.
|
|
55
|
+
'aws-cdk': '2.1117.0',
|
|
56
|
+
'aws-cdk-lib': '2.248.0',
|
|
57
|
+
'@aws-cdk/aws-bedrock-agentcore-alpha': '2.248.0-alpha.0',
|
|
58
58
|
'aws-xray-sdk-core': '3.12.0',
|
|
59
59
|
constructs: '10.6.0',
|
|
60
60
|
cors: '2.8.6',
|
|
@@ -72,27 +72,27 @@ exports.TS_VERSIONS = {
|
|
|
72
72
|
'typescript-eslint': '8.58.0',
|
|
73
73
|
'make-dir-cli': '4.0.0',
|
|
74
74
|
ncp: '2.0.0',
|
|
75
|
-
'npm-check-updates': '19.6.
|
|
75
|
+
'npm-check-updates': '19.6.6',
|
|
76
76
|
'oidc-client-ts': '3.5.0',
|
|
77
77
|
prettier: '3.8.1',
|
|
78
78
|
'react-oidc-context': '3.3.1',
|
|
79
79
|
react: '19.2.4',
|
|
80
80
|
'react-dom': '19.2.4',
|
|
81
81
|
rimraf: '6.1.3',
|
|
82
|
-
rolldown: '1.0.0-rc.
|
|
82
|
+
rolldown: '1.0.0-rc.13',
|
|
83
83
|
'source-map-support': '0.5.21',
|
|
84
84
|
tailwindcss: '4.2.2',
|
|
85
85
|
'@tailwindcss/vite': '4.2.2',
|
|
86
86
|
tsx: '4.21.0',
|
|
87
87
|
'lucide-react': '1.7.0',
|
|
88
88
|
'radix-ui': '1.4.3',
|
|
89
|
-
shadcn: '4.1.
|
|
89
|
+
shadcn: '4.1.2',
|
|
90
90
|
'tw-animate-css': '1.4.0',
|
|
91
91
|
'tailwind-merge': '3.5.0',
|
|
92
|
-
vite: '
|
|
92
|
+
vite: '8.0.3',
|
|
93
93
|
typescript: '6.0.2',
|
|
94
|
-
vitest: '4.1.
|
|
95
|
-
'vite-tsconfig-paths': '
|
|
94
|
+
vitest: '4.1.2',
|
|
95
|
+
'vite-tsconfig-paths': '6.1.1',
|
|
96
96
|
zod: '4.3.6',
|
|
97
97
|
ws: '8.20.0',
|
|
98
98
|
};
|
|
@@ -109,16 +109,16 @@ exports.PY_VERSIONS = {
|
|
|
109
109
|
'aws-lambda-powertools[tracer]': '==3.26.0',
|
|
110
110
|
'aws-lambda-powertools[parser]': '==3.26.0',
|
|
111
111
|
'aws-opentelemetry-distro': '==0.16.0',
|
|
112
|
-
'bedrock-agentcore': '==1.
|
|
113
|
-
boto3: '==1.42.
|
|
114
|
-
checkov: '==3.2.
|
|
115
|
-
fastapi: '==0.135.
|
|
116
|
-
'fastapi[standard]': '==0.135.
|
|
117
|
-
mcp: '==1.
|
|
112
|
+
'bedrock-agentcore': '==1.6.0',
|
|
113
|
+
boto3: '==1.42.83',
|
|
114
|
+
checkov: '==3.2.513',
|
|
115
|
+
fastapi: '==0.135.3',
|
|
116
|
+
'fastapi[standard]': '==0.135.3',
|
|
117
|
+
mcp: '==1.27.0',
|
|
118
118
|
'pip-check-updates': '==0.28.0',
|
|
119
|
-
'strands-agents': '==1.
|
|
120
|
-
'strands-agents-tools': '==0.
|
|
121
|
-
uvicorn: '==0.
|
|
119
|
+
'strands-agents': '==1.34.1',
|
|
120
|
+
'strands-agents-tools': '==0.3.0',
|
|
121
|
+
uvicorn: '==0.43.0',
|
|
122
122
|
};
|
|
123
123
|
/**
|
|
124
124
|
* 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,wDAAwD,EAAE,OAAO;IACjE,0BAA0B,EAAE,UAAU;IACtC,qBAAqB,EAAE,UAAU;IACjC,+BAA+B,EAAE,UAAU;IAC3C,+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,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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"}
|