@aws/nx-plugin 0.71.0 → 0.72.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 +141 -21
- package/package.json +9 -9
- package/src/infra/app/__snapshots__/generator.spec.ts.snap +4 -4
- package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/py/strands-agent/__snapshots__/generator.spec.ts.snap +6 -6
- package/src/ts/mcp-server/__snapshots__/generator.spec.ts.snap +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 +16 -16
- package/src/utils/versions.d.ts +24 -24
- package/src/utils/versions.js +23 -23
- package/src/utils/versions.js.map +1 -1
package/LICENSE-THIRD-PARTY
CHANGED
|
@@ -3616,6 +3616,35 @@ SOFTWARE.
|
|
|
3616
3616
|
|
|
3617
3617
|
---
|
|
3618
3618
|
|
|
3619
|
+
The following software may be included in this product: @isaacs/brace-expansion (5.0.1)
|
|
3620
|
+
This software contains the following license and notice below:
|
|
3621
|
+
|
|
3622
|
+
MIT License
|
|
3623
|
+
|
|
3624
|
+
Copyright Julian Gruber <julian@juliangruber.com>
|
|
3625
|
+
|
|
3626
|
+
TypeScript port Copyright Isaac Z. Schlueter <i@izs.me>
|
|
3627
|
+
|
|
3628
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3629
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3630
|
+
in the Software without restriction, including without limitation the rights
|
|
3631
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3632
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3633
|
+
furnished to do so, subject to the following conditions:
|
|
3634
|
+
|
|
3635
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3636
|
+
copies or substantial portions of the Software.
|
|
3637
|
+
|
|
3638
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3639
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3640
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3641
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3642
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3643
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3644
|
+
SOFTWARE.
|
|
3645
|
+
|
|
3646
|
+
---
|
|
3647
|
+
|
|
3619
3648
|
The following software may be included in this product: @jest/diff-sequences (30.0.1)
|
|
3620
3649
|
This software contains the following license and notice below:
|
|
3621
3650
|
|
|
@@ -6196,7 +6225,7 @@ SOFTWARE
|
|
|
6196
6225
|
|
|
6197
6226
|
---
|
|
6198
6227
|
|
|
6199
|
-
The following software may be included in this product: @types/node (22.19.
|
|
6228
|
+
The following software may be included in this product: @types/node (22.19.8)
|
|
6200
6229
|
This software contains the following license and notice below:
|
|
6201
6230
|
|
|
6202
6231
|
MIT License
|
|
@@ -6358,7 +6387,7 @@ SOFTWARE
|
|
|
6358
6387
|
|
|
6359
6388
|
---
|
|
6360
6389
|
|
|
6361
|
-
The following software may be included in this product: @verdaccio/auth (8.0.0-next-8.
|
|
6390
|
+
The following software may be included in this product: @verdaccio/auth (8.0.0-next-8.29)
|
|
6362
6391
|
This software contains the following license and notice below:
|
|
6363
6392
|
|
|
6364
6393
|
MIT License
|
|
@@ -6385,7 +6414,7 @@ SOFTWARE.
|
|
|
6385
6414
|
|
|
6386
6415
|
---
|
|
6387
6416
|
|
|
6388
|
-
The following software may be included in this product: @verdaccio/config (8.0.0-next-8.
|
|
6417
|
+
The following software may be included in this product: @verdaccio/config (8.0.0-next-8.29)
|
|
6389
6418
|
This software contains the following license and notice below:
|
|
6390
6419
|
|
|
6391
6420
|
MIT License
|
|
@@ -6439,7 +6468,7 @@ SOFTWARE.
|
|
|
6439
6468
|
|
|
6440
6469
|
---
|
|
6441
6470
|
|
|
6442
|
-
The following software may be included in this product: @verdaccio/core (8.0.0-next-8.
|
|
6471
|
+
The following software may be included in this product: @verdaccio/core (8.0.0-next-8.29)
|
|
6443
6472
|
This software contains the following license and notice below:
|
|
6444
6473
|
|
|
6445
6474
|
MIT License
|
|
@@ -6520,7 +6549,7 @@ SOFTWARE.
|
|
|
6520
6549
|
|
|
6521
6550
|
---
|
|
6522
6551
|
|
|
6523
|
-
The following software may be included in this product: @verdaccio/hooks (8.0.0-next-8.
|
|
6552
|
+
The following software may be included in this product: @verdaccio/hooks (8.0.0-next-8.29)
|
|
6524
6553
|
This software contains the following license and notice below:
|
|
6525
6554
|
|
|
6526
6555
|
MIT License
|
|
@@ -6547,7 +6576,7 @@ SOFTWARE.
|
|
|
6547
6576
|
|
|
6548
6577
|
---
|
|
6549
6578
|
|
|
6550
|
-
The following software may be included in this product: @verdaccio/loaders (8.0.0-next-8.
|
|
6579
|
+
The following software may be included in this product: @verdaccio/loaders (8.0.0-next-8.19)
|
|
6551
6580
|
This software contains the following license and notice below:
|
|
6552
6581
|
|
|
6553
6582
|
MIT License
|
|
@@ -6601,7 +6630,7 @@ SOFTWARE.
|
|
|
6601
6630
|
|
|
6602
6631
|
---
|
|
6603
6632
|
|
|
6604
|
-
The following software may be included in this product: @verdaccio/logger (8.0.0-next-8.
|
|
6633
|
+
The following software may be included in this product: @verdaccio/logger (8.0.0-next-8.29)
|
|
6605
6634
|
This software contains the following license and notice below:
|
|
6606
6635
|
|
|
6607
6636
|
MIT License
|
|
@@ -6628,7 +6657,7 @@ SOFTWARE.
|
|
|
6628
6657
|
|
|
6629
6658
|
---
|
|
6630
6659
|
|
|
6631
|
-
The following software may be included in this product: @verdaccio/logger-commons (8.0.0-next-8.
|
|
6660
|
+
The following software may be included in this product: @verdaccio/logger-commons (8.0.0-next-8.29)
|
|
6632
6661
|
This software contains the following license and notice below:
|
|
6633
6662
|
|
|
6634
6663
|
MIT License
|
|
@@ -6682,7 +6711,7 @@ SOFTWARE.
|
|
|
6682
6711
|
|
|
6683
6712
|
---
|
|
6684
6713
|
|
|
6685
|
-
The following software may be included in this product: @verdaccio/middleware (8.0.0-next-8.
|
|
6714
|
+
The following software may be included in this product: @verdaccio/middleware (8.0.0-next-8.29)
|
|
6686
6715
|
This software contains the following license and notice below:
|
|
6687
6716
|
|
|
6688
6717
|
MIT License
|
|
@@ -6736,7 +6765,7 @@ SOFTWARE.
|
|
|
6736
6765
|
|
|
6737
6766
|
---
|
|
6738
6767
|
|
|
6739
|
-
The following software may be included in this product: @verdaccio/signature (8.0.0-next-8.
|
|
6768
|
+
The following software may be included in this product: @verdaccio/signature (8.0.0-next-8.21)
|
|
6740
6769
|
This software contains the following license and notice below:
|
|
6741
6770
|
|
|
6742
6771
|
MIT License
|
|
@@ -6790,7 +6819,7 @@ SOFTWARE.
|
|
|
6790
6819
|
|
|
6791
6820
|
---
|
|
6792
6821
|
|
|
6793
|
-
The following software may be included in this product: @verdaccio/tarball (13.0.0-next-8.
|
|
6822
|
+
The following software may be included in this product: @verdaccio/tarball (13.0.0-next-8.29)
|
|
6794
6823
|
This software contains the following license and notice below:
|
|
6795
6824
|
|
|
6796
6825
|
MIT License
|
|
@@ -6817,7 +6846,7 @@ SOFTWARE.
|
|
|
6817
6846
|
|
|
6818
6847
|
---
|
|
6819
6848
|
|
|
6820
|
-
The following software may be included in this product: @verdaccio/ui-theme (8.0.0-next-8.
|
|
6849
|
+
The following software may be included in this product: @verdaccio/ui-theme (8.0.0-next-8.29)
|
|
6821
6850
|
This software contains the following license and notice below:
|
|
6822
6851
|
|
|
6823
6852
|
MIT License
|
|
@@ -6844,7 +6873,7 @@ SOFTWARE.
|
|
|
6844
6873
|
|
|
6845
6874
|
---
|
|
6846
6875
|
|
|
6847
|
-
The following software may be included in this product: @verdaccio/url (13.0.0-next-8.
|
|
6876
|
+
The following software may be included in this product: @verdaccio/url (13.0.0-next-8.29)
|
|
6848
6877
|
This software contains the following license and notice below:
|
|
6849
6878
|
|
|
6850
6879
|
MIT License
|
|
@@ -6871,7 +6900,7 @@ SOFTWARE.
|
|
|
6871
6900
|
|
|
6872
6901
|
---
|
|
6873
6902
|
|
|
6874
|
-
The following software may be included in this product: @verdaccio/utils (8.1.0-next-8.
|
|
6903
|
+
The following software may be included in this product: @verdaccio/utils (8.1.0-next-8.29)
|
|
6875
6904
|
This software contains the following license and notice below:
|
|
6876
6905
|
|
|
6877
6906
|
MIT License
|
|
@@ -12299,6 +12328,36 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
12299
12328
|
|
|
12300
12329
|
---
|
|
12301
12330
|
|
|
12331
|
+
The following software may be included in this product: express (4.22.1)
|
|
12332
|
+
This software contains the following license and notice below:
|
|
12333
|
+
|
|
12334
|
+
(The MIT License)
|
|
12335
|
+
|
|
12336
|
+
Copyright (c) 2009-2014 TJ Holowaychuk <tj@vision-media.ca>
|
|
12337
|
+
Copyright (c) 2013-2014 Roman Shtylman <shtylman+expressjs@gmail.com>
|
|
12338
|
+
Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
12339
|
+
|
|
12340
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
12341
|
+
a copy of this software and associated documentation files (the
|
|
12342
|
+
'Software'), to deal in the Software without restriction, including
|
|
12343
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
12344
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
12345
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
12346
|
+
the following conditions:
|
|
12347
|
+
|
|
12348
|
+
The above copyright notice and this permission notice shall be
|
|
12349
|
+
included in all copies or substantial portions of the Software.
|
|
12350
|
+
|
|
12351
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
12352
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
12353
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
12354
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
12355
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
12356
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
12357
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
12358
|
+
|
|
12359
|
+
---
|
|
12360
|
+
|
|
12302
12361
|
The following software may be included in this product: express (5.1.0)
|
|
12303
12362
|
This software contains the following license and notice below:
|
|
12304
12363
|
|
|
@@ -15583,7 +15642,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
15583
15642
|
|
|
15584
15643
|
---
|
|
15585
15644
|
|
|
15586
|
-
The following software may be included in this product: jsonwebtoken (9.0.
|
|
15645
|
+
The following software may be included in this product: jsonwebtoken (9.0.3)
|
|
15587
15646
|
This software contains the following license and notice below:
|
|
15588
15647
|
|
|
15589
15648
|
The MIT License (MIT)
|
|
@@ -15635,7 +15694,7 @@ THE SOFTWARE
|
|
|
15635
15694
|
|
|
15636
15695
|
---
|
|
15637
15696
|
|
|
15638
|
-
The following software may be included in this product: jwa (
|
|
15697
|
+
The following software may be included in this product: jwa (2.0.1)
|
|
15639
15698
|
This software contains the following license and notice below:
|
|
15640
15699
|
|
|
15641
15700
|
Copyright (c) 2013 Brian J. Brennan
|
|
@@ -15658,7 +15717,7 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEAL
|
|
|
15658
15717
|
|
|
15659
15718
|
---
|
|
15660
15719
|
|
|
15661
|
-
The following software may be included in this product: jws (
|
|
15720
|
+
The following software may be included in this product: jws (4.0.1)
|
|
15662
15721
|
This software contains the following license and notice below:
|
|
15663
15722
|
|
|
15664
15723
|
Copyright (c) 2013 Brian J. Brennan
|
|
@@ -25917,7 +25976,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
25917
25976
|
|
|
25918
25977
|
---
|
|
25919
25978
|
|
|
25920
|
-
The following software may be included in this product: validator (13.15.
|
|
25979
|
+
The following software may be included in this product: validator (13.15.26)
|
|
25921
25980
|
This software contains the following license and notice below:
|
|
25922
25981
|
|
|
25923
25982
|
Copyright (c) 2018 Chris O'Hara <cohara87@gmail.com>
|
|
@@ -25971,7 +26030,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
25971
26030
|
|
|
25972
26031
|
---
|
|
25973
26032
|
|
|
25974
|
-
The following software may be included in this product: verdaccio (6.2.
|
|
26033
|
+
The following software may be included in this product: verdaccio (6.2.5)
|
|
25975
26034
|
This software contains the following license and notice below:
|
|
25976
26035
|
|
|
25977
26036
|
MIT License
|
|
@@ -25998,7 +26057,7 @@ SOFTWARE.
|
|
|
25998
26057
|
|
|
25999
26058
|
---
|
|
26000
26059
|
|
|
26001
|
-
The following software may be included in this product: verdaccio-audit (13.0.0-next-8.
|
|
26060
|
+
The following software may be included in this product: verdaccio-audit (13.0.0-next-8.29)
|
|
26002
26061
|
This software contains the following license and notice below:
|
|
26003
26062
|
|
|
26004
26063
|
MIT License
|
|
@@ -26025,7 +26084,7 @@ SOFTWARE.
|
|
|
26025
26084
|
|
|
26026
26085
|
---
|
|
26027
26086
|
|
|
26028
|
-
The following software may be included in this product: verdaccio-htpasswd (13.0.0-next-8.
|
|
26087
|
+
The following software may be included in this product: verdaccio-htpasswd (13.0.0-next-8.29)
|
|
26029
26088
|
This software contains the following license and notice below:
|
|
26030
26089
|
|
|
26031
26090
|
MIT License
|
|
@@ -39148,6 +39207,67 @@ software or this license, under any kind of legal claim._**
|
|
|
39148
39207
|
|
|
39149
39208
|
---
|
|
39150
39209
|
|
|
39210
|
+
The following software may be included in this product: minimatch (10.1.2)
|
|
39211
|
+
This software contains the following license and notice below:
|
|
39212
|
+
|
|
39213
|
+
# Blue Oak Model License
|
|
39214
|
+
|
|
39215
|
+
Version 1.0.0
|
|
39216
|
+
|
|
39217
|
+
## Purpose
|
|
39218
|
+
|
|
39219
|
+
This license gives everyone as much permission to work with
|
|
39220
|
+
this software as possible, while protecting contributors
|
|
39221
|
+
from liability.
|
|
39222
|
+
|
|
39223
|
+
## Acceptance
|
|
39224
|
+
|
|
39225
|
+
In order to receive this license, you must agree to its
|
|
39226
|
+
rules. The rules of this license are both obligations
|
|
39227
|
+
under that agreement and conditions to your license.
|
|
39228
|
+
You must not do anything with this software that triggers
|
|
39229
|
+
a rule that you cannot or will not follow.
|
|
39230
|
+
|
|
39231
|
+
## Copyright
|
|
39232
|
+
|
|
39233
|
+
Each contributor licenses you to do everything with this
|
|
39234
|
+
software that would otherwise infringe that contributor's
|
|
39235
|
+
copyright in it.
|
|
39236
|
+
|
|
39237
|
+
## Notices
|
|
39238
|
+
|
|
39239
|
+
You must ensure that everyone who gets a copy of
|
|
39240
|
+
any part of this software from you, with or without
|
|
39241
|
+
changes, also gets the text of this license or a link to
|
|
39242
|
+
<https://blueoakcouncil.org/license/1.0.0>.
|
|
39243
|
+
|
|
39244
|
+
## Excuse
|
|
39245
|
+
|
|
39246
|
+
If anyone notifies you in writing that you have not
|
|
39247
|
+
complied with [Notices](#notices), you can keep your
|
|
39248
|
+
license by taking all practical steps to comply within 30
|
|
39249
|
+
days after the notice. If you do not do so, your license
|
|
39250
|
+
ends immediately.
|
|
39251
|
+
|
|
39252
|
+
## Patent
|
|
39253
|
+
|
|
39254
|
+
Each contributor licenses you to do everything with this
|
|
39255
|
+
software that would otherwise infringe any patent claims
|
|
39256
|
+
they can license or become able to license.
|
|
39257
|
+
|
|
39258
|
+
## Reliability
|
|
39259
|
+
|
|
39260
|
+
No contributor can revoke this license.
|
|
39261
|
+
|
|
39262
|
+
## No Liability
|
|
39263
|
+
|
|
39264
|
+
**_As far as the law allows, this software comes as is,
|
|
39265
|
+
without any warranty or condition, and no contributor
|
|
39266
|
+
will be liable to anyone for any damages related to this
|
|
39267
|
+
software or this license, under any kind of legal claim._**
|
|
39268
|
+
|
|
39269
|
+
---
|
|
39270
|
+
|
|
39151
39271
|
The following software may be included in this product: package-json-from-dist (1.0.1)
|
|
39152
39272
|
This software contains the following license and notice below:
|
|
39153
39273
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws/nx-plugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.72.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/awslabs/nx-plugin-for-aws.git",
|
|
@@ -19,19 +19,19 @@
|
|
|
19
19
|
},
|
|
20
20
|
"generators": "./generators.json",
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"nx": "~22.4.
|
|
22
|
+
"nx": "~22.4.4",
|
|
23
23
|
"prettier": "^3.8.1"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@apidevtools/swagger-parser": "^10.1.1",
|
|
27
27
|
"@hey-api/openapi-ts": "0.64.13",
|
|
28
28
|
"@iarna/toml": "^2.2.5",
|
|
29
|
-
"@modelcontextprotocol/sdk": "~1.
|
|
30
|
-
"@nx/devkit": "~22.4.
|
|
31
|
-
"@nx/eslint": "~22.4.
|
|
32
|
-
"@nx/js": "~22.4.
|
|
33
|
-
"@nx/react": "~22.4.
|
|
34
|
-
"@nx/vite": "~22.4.
|
|
29
|
+
"@modelcontextprotocol/sdk": "~1.26.0",
|
|
30
|
+
"@nx/devkit": "~22.4.4",
|
|
31
|
+
"@nx/eslint": "~22.4.4",
|
|
32
|
+
"@nx/js": "~22.4.4",
|
|
33
|
+
"@nx/react": "~22.4.4",
|
|
34
|
+
"@nx/vite": "~22.4.4",
|
|
35
35
|
"@nxlv/python": "~21.3.1",
|
|
36
36
|
"@phenomnomnominal/tsquery": "6.1.4",
|
|
37
37
|
"enquirer": "^2.4.1",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"lodash.orderby": "^4.6.0",
|
|
43
43
|
"lodash.trim": "^4.5.1",
|
|
44
44
|
"lodash.uniqby": "^4.7.0",
|
|
45
|
-
"minimatch": "^10.1.
|
|
45
|
+
"minimatch": "^10.1.2",
|
|
46
46
|
"openapi-types": "^12.1.3",
|
|
47
47
|
"pip-requirements-js": "^0.2.1",
|
|
48
48
|
"typescript": "~5.9.3",
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
exports[`infra generator > should add required dependencies to package.json > dependencies 1`] = `
|
|
4
4
|
{
|
|
5
5
|
"aws-cdk": "2.1104.0",
|
|
6
|
-
"aws-cdk-lib": "2.
|
|
6
|
+
"aws-cdk-lib": "2.237.1",
|
|
7
7
|
"constructs": "10.4.5",
|
|
8
8
|
"esbuild": "0.27.2",
|
|
9
9
|
"source-map-support": "0.5.21",
|
|
@@ -20,7 +20,7 @@ exports[`infra generator > should add required dependencies to package.json > de
|
|
|
20
20
|
"@swc-node/register": "~1.9.1",
|
|
21
21
|
"@swc/core": "~1.5.7",
|
|
22
22
|
"@swc/helpers": "~0.5.11",
|
|
23
|
-
"@types/node": "22.19.
|
|
23
|
+
"@types/node": "22.19.8",
|
|
24
24
|
"@vitest/coverage-v8": "^4.0.0",
|
|
25
25
|
"eslint": "^9.8.0",
|
|
26
26
|
"eslint-config-prettier": "^10.0.0",
|
|
@@ -40,7 +40,7 @@ exports[`infra generator > should add required dependencies to package.json > pa
|
|
|
40
40
|
{
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"aws-cdk": "2.1104.0",
|
|
43
|
-
"aws-cdk-lib": "2.
|
|
43
|
+
"aws-cdk-lib": "2.237.1",
|
|
44
44
|
"constructs": "10.4.5",
|
|
45
45
|
"esbuild": "0.27.2",
|
|
46
46
|
"source-map-support": "0.5.21",
|
|
@@ -54,7 +54,7 @@ exports[`infra generator > should add required dependencies to package.json > pa
|
|
|
54
54
|
"@swc-node/register": "~1.9.1",
|
|
55
55
|
"@swc/core": "~1.5.7",
|
|
56
56
|
"@swc/helpers": "~0.5.11",
|
|
57
|
-
"@types/node": "22.19.
|
|
57
|
+
"@types/node": "22.19.8",
|
|
58
58
|
"@vitest/coverage-v8": "^4.0.0",
|
|
59
59
|
"eslint": "^9.8.0",
|
|
60
60
|
"eslint-config-prettier": "^10.0.0",
|
|
@@ -587,18 +587,18 @@ exports[`py#strands-agent generator > should match snapshot for generated files
|
|
|
587
587
|
name = "proj.test_project"
|
|
588
588
|
version = "0.1.0"
|
|
589
589
|
dependencies = [
|
|
590
|
-
"aws-opentelemetry-distro==0.
|
|
590
|
+
"aws-opentelemetry-distro==0.15.0",
|
|
591
591
|
"bedrock-agentcore==0.1.7",
|
|
592
|
-
"fastapi==0.128.
|
|
593
|
-
"boto3==1.42.
|
|
592
|
+
"fastapi==0.128.5",
|
|
593
|
+
"boto3==1.42.44",
|
|
594
594
|
"mcp==1.26.0",
|
|
595
|
-
"strands-agents==1.
|
|
596
|
-
"strands-agents-tools==0.2.
|
|
595
|
+
"strands-agents==1.25.0",
|
|
596
|
+
"strands-agents-tools==0.2.20",
|
|
597
597
|
"uvicorn==0.40.0"
|
|
598
598
|
]
|
|
599
599
|
|
|
600
600
|
[dependency-groups]
|
|
601
|
-
dev = [ "fastapi[standard]==0.128.
|
|
601
|
+
dev = [ "fastapi[standard]==0.128.5" ]
|
|
602
602
|
|
|
603
603
|
[tool.uv]
|
|
604
604
|
dev-dependencies = [ ]
|
|
@@ -640,7 +640,7 @@ exports[`ts#mcp-server generator > should match snapshot for generated files > u
|
|
|
640
640
|
"snapshot-server": "./src/snapshot-server/stdio.js"
|
|
641
641
|
},
|
|
642
642
|
"dependencies": {
|
|
643
|
-
"@modelcontextprotocol/sdk": "1.
|
|
643
|
+
"@modelcontextprotocol/sdk": "1.26.0",
|
|
644
644
|
"express": "5.2.1",
|
|
645
645
|
"zod": "4.3.6"
|
|
646
646
|
},
|
|
@@ -248,7 +248,7 @@ export const registerCreateWorkspaceCommandTool = (server: McpServer) => {
|
|
|
248
248
|
text: \`Run the following command to create a workspace:
|
|
249
249
|
|
|
250
250
|
\\\`\\\`\\\`bash
|
|
251
|
-
npx create-nx-workspace@22.4.
|
|
251
|
+
npx create-nx-workspace@22.4.4 \${workspaceName} --pm=\${packageManager} --preset=@aws/nx-plugin --ci=skip --aiAgents
|
|
252
252
|
\\\`\\\`\\\`
|
|
253
253
|
|
|
254
254
|
This will create a new workspace within the \${workspaceName} directory.
|
|
@@ -1054,10 +1054,10 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
1054
1054
|
"{
|
|
1055
1055
|
"name": "@proj/source",
|
|
1056
1056
|
"dependencies": {
|
|
1057
|
-
"@cloudscape-design/board-components": "3.0.
|
|
1058
|
-
"@cloudscape-design/components": "3.0.
|
|
1057
|
+
"@cloudscape-design/board-components": "3.0.147",
|
|
1058
|
+
"@cloudscape-design/components": "3.0.1193",
|
|
1059
1059
|
"@cloudscape-design/global-styles": "1.0.50",
|
|
1060
|
-
"aws-cdk-lib": "2.
|
|
1060
|
+
"aws-cdk-lib": "2.237.1",
|
|
1061
1061
|
"constructs": "10.4.5",
|
|
1062
1062
|
"react": "19.2.4",
|
|
1063
1063
|
"react-dom": "19.2.4",
|
|
@@ -1079,7 +1079,7 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
1079
1079
|
"@tailwindcss/vite": "4.1.18",
|
|
1080
1080
|
"@testing-library/dom": "10.4.0",
|
|
1081
1081
|
"@testing-library/react": "16.3.0",
|
|
1082
|
-
"@types/node": "22.19.
|
|
1082
|
+
"@types/node": "22.19.8",
|
|
1083
1083
|
"@types/react": "^19.0.0",
|
|
1084
1084
|
"@types/react-dom": "^19.0.0",
|
|
1085
1085
|
"@vitejs/plugin-react": "^4.2.0",
|
|
@@ -2496,11 +2496,11 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
2496
2496
|
"{
|
|
2497
2497
|
"name": "@proj/source",
|
|
2498
2498
|
"dependencies": {
|
|
2499
|
-
"@cloudscape-design/board-components": "3.0.
|
|
2500
|
-
"@cloudscape-design/components": "3.0.
|
|
2499
|
+
"@cloudscape-design/board-components": "3.0.147",
|
|
2500
|
+
"@cloudscape-design/components": "3.0.1193",
|
|
2501
2501
|
"@cloudscape-design/global-styles": "1.0.50",
|
|
2502
|
-
"@tanstack/react-router": "1.
|
|
2503
|
-
"aws-cdk-lib": "2.
|
|
2502
|
+
"@tanstack/react-router": "1.158.0",
|
|
2503
|
+
"aws-cdk-lib": "2.237.1",
|
|
2504
2504
|
"constructs": "10.4.5",
|
|
2505
2505
|
"react": "19.2.4",
|
|
2506
2506
|
"react-dom": "19.2.4",
|
|
@@ -2520,13 +2520,13 @@ exports[`react-website generator > Tanstack router integration > should generate
|
|
|
2520
2520
|
"@swc/core": "~1.5.7",
|
|
2521
2521
|
"@swc/helpers": "~0.5.11",
|
|
2522
2522
|
"@tailwindcss/vite": "4.1.18",
|
|
2523
|
-
"@tanstack/router-generator": "1.
|
|
2524
|
-
"@tanstack/router-plugin": "1.
|
|
2525
|
-
"@tanstack/router-utils": "1.
|
|
2523
|
+
"@tanstack/router-generator": "1.158.0",
|
|
2524
|
+
"@tanstack/router-plugin": "1.158.0",
|
|
2525
|
+
"@tanstack/router-utils": "1.158.0",
|
|
2526
2526
|
"@tanstack/virtual-file-routes": "1.154.7",
|
|
2527
2527
|
"@testing-library/dom": "10.4.0",
|
|
2528
2528
|
"@testing-library/react": "16.3.0",
|
|
2529
|
-
"@types/node": "22.19.
|
|
2529
|
+
"@types/node": "22.19.8",
|
|
2530
2530
|
"@types/react": "^19.0.0",
|
|
2531
2531
|
"@types/react-dom": "^19.0.0",
|
|
2532
2532
|
"@vitejs/plugin-react": "^4.2.0",
|
|
@@ -4583,11 +4583,11 @@ root &&
|
|
|
4583
4583
|
|
|
4584
4584
|
exports[`react-website generator > should handle npm scope prefix correctly > scoped-dependencies 1`] = `
|
|
4585
4585
|
{
|
|
4586
|
-
"@cloudscape-design/board-components": "3.0.
|
|
4587
|
-
"@cloudscape-design/components": "3.0.
|
|
4586
|
+
"@cloudscape-design/board-components": "3.0.147",
|
|
4587
|
+
"@cloudscape-design/components": "3.0.1193",
|
|
4588
4588
|
"@cloudscape-design/global-styles": "1.0.50",
|
|
4589
|
-
"@tanstack/react-router": "1.
|
|
4590
|
-
"aws-cdk-lib": "2.
|
|
4589
|
+
"@tanstack/react-router": "1.158.0",
|
|
4590
|
+
"aws-cdk-lib": "2.237.1",
|
|
4591
4591
|
"constructs": "10.4.5",
|
|
4592
4592
|
"react": "19.2.4",
|
|
4593
4593
|
"react-dom": "19.2.4",
|
package/src/utils/versions.d.ts
CHANGED
|
@@ -6,9 +6,9 @@
|
|
|
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.
|
|
9
|
+
readonly '@aws-sdk/client-cognito-identity': "3.982.0";
|
|
10
|
+
readonly '@aws-sdk/client-dynamodb': "3.982.0";
|
|
11
|
+
readonly '@aws-sdk/credential-providers': "3.982.0";
|
|
12
12
|
readonly '@aws-sdk/credential-provider-cognito-identity': "3.972.3";
|
|
13
13
|
readonly '@aws-smithy/server-apigateway': "1.0.0-alpha.10";
|
|
14
14
|
readonly '@aws-smithy/server-node': "1.0.0-alpha.10";
|
|
@@ -19,26 +19,26 @@ export declare const TS_VERSIONS: {
|
|
|
19
19
|
readonly '@middy/core': "6.4.5";
|
|
20
20
|
readonly '@nxlv/python': "21.3.1";
|
|
21
21
|
readonly '@nx-extend/terraform': "9.0.1";
|
|
22
|
-
readonly '@nx/devkit': "22.4.
|
|
23
|
-
readonly '@nx/react': "22.4.
|
|
24
|
-
readonly 'create-nx-workspace': "22.4.
|
|
25
|
-
readonly '@modelcontextprotocol/sdk': "1.
|
|
22
|
+
readonly '@nx/devkit': "22.4.4";
|
|
23
|
+
readonly '@nx/react': "22.4.4";
|
|
24
|
+
readonly 'create-nx-workspace': "22.4.4";
|
|
25
|
+
readonly '@modelcontextprotocol/sdk': "1.26.0";
|
|
26
26
|
readonly '@modelcontextprotocol/inspector': "0.19.0";
|
|
27
27
|
readonly '@strands-agents/sdk': "0.2.0";
|
|
28
|
-
readonly '@tanstack/react-router': "1.
|
|
29
|
-
readonly '@tanstack/router-plugin': "1.
|
|
30
|
-
readonly '@tanstack/router-generator': "1.
|
|
28
|
+
readonly '@tanstack/react-router': "1.158.0";
|
|
29
|
+
readonly '@tanstack/router-plugin': "1.158.0";
|
|
30
|
+
readonly '@tanstack/router-generator': "1.158.0";
|
|
31
31
|
readonly '@tanstack/virtual-file-routes': "1.154.7";
|
|
32
|
-
readonly '@tanstack/router-utils': "1.
|
|
33
|
-
readonly '@cloudscape-design/board-components': "3.0.
|
|
34
|
-
readonly '@cloudscape-design/components': "3.0.
|
|
32
|
+
readonly '@tanstack/router-utils': "1.158.0";
|
|
33
|
+
readonly '@cloudscape-design/board-components': "3.0.147";
|
|
34
|
+
readonly '@cloudscape-design/components': "3.0.1193";
|
|
35
35
|
readonly '@cloudscape-design/global-styles': "1.0.50";
|
|
36
36
|
readonly '@tanstack/react-query': "5.90.20";
|
|
37
37
|
readonly '@tanstack/react-query-devtools': "5.91.3";
|
|
38
38
|
readonly '@trpc/tanstack-react-query': "11.9.0";
|
|
39
39
|
readonly '@trpc/client': "11.9.0";
|
|
40
40
|
readonly '@trpc/server': "11.9.0";
|
|
41
|
-
readonly '@types/node': "22.19.
|
|
41
|
+
readonly '@types/node': "22.19.8";
|
|
42
42
|
readonly '@types/aws-lambda': "8.10.160";
|
|
43
43
|
readonly '@types/cors': "2.8.19";
|
|
44
44
|
readonly '@types/ws': "8.18.1";
|
|
@@ -46,8 +46,8 @@ export declare const TS_VERSIONS: {
|
|
|
46
46
|
readonly '@smithy/types': "4.12.0";
|
|
47
47
|
readonly aws4fetch: "1.0.20";
|
|
48
48
|
readonly 'aws-cdk': "2.1104.0";
|
|
49
|
-
readonly 'aws-cdk-lib': "2.
|
|
50
|
-
readonly '@aws-cdk/aws-bedrock-agentcore-alpha': "2.
|
|
49
|
+
readonly 'aws-cdk-lib': "2.237.1";
|
|
50
|
+
readonly '@aws-cdk/aws-bedrock-agentcore-alpha': "2.237.1-alpha.0";
|
|
51
51
|
readonly 'aws-xray-sdk-core': "3.12.0";
|
|
52
52
|
readonly constructs: "10.4.5";
|
|
53
53
|
readonly cors: "2.8.6";
|
|
@@ -74,7 +74,7 @@ export declare const TS_VERSIONS: {
|
|
|
74
74
|
readonly tsx: "4.21.0";
|
|
75
75
|
readonly 'lucide-react': "0.563.0";
|
|
76
76
|
readonly 'radix-ui': "1.4.3";
|
|
77
|
-
readonly shadcn: "3.8.
|
|
77
|
+
readonly shadcn: "3.8.2";
|
|
78
78
|
readonly 'tw-animate-css': "1.4.0";
|
|
79
79
|
readonly 'tailwind-merge': "3.4.0";
|
|
80
80
|
readonly 'vite-tsconfig-paths': "5.1.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.
|
|
89
|
+
[k: string]: "3.982.0" | "3.972.3" | "1.0.0-alpha.10" | "2.30.2" | "6.4.5" | "21.3.1" | "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
|
|
@@ -95,17 +95,17 @@ export declare const PY_VERSIONS: {
|
|
|
95
95
|
readonly 'aws-lambda-powertools': "==3.24.0";
|
|
96
96
|
readonly 'aws-lambda-powertools[tracer]': "==3.24.0";
|
|
97
97
|
readonly 'aws-lambda-powertools[parser]': "==3.24.0";
|
|
98
|
-
readonly 'aws-opentelemetry-distro': "==0.
|
|
98
|
+
readonly 'aws-opentelemetry-distro': "==0.15.0";
|
|
99
99
|
readonly 'bedrock-agentcore': "==0.1.7";
|
|
100
|
-
readonly boto3: "==1.42.
|
|
100
|
+
readonly boto3: "==1.42.44";
|
|
101
101
|
readonly checkov: "==3.2.500";
|
|
102
|
-
readonly fastapi: "==0.128.
|
|
103
|
-
readonly 'fastapi[standard]': "==0.128.
|
|
102
|
+
readonly fastapi: "==0.128.5";
|
|
103
|
+
readonly 'fastapi[standard]': "==0.128.5";
|
|
104
104
|
readonly mangum: "==0.21.0";
|
|
105
105
|
readonly mcp: "==1.26.0";
|
|
106
106
|
readonly 'pip-check-updates': "==0.28.0";
|
|
107
|
-
readonly 'strands-agents': "==1.
|
|
108
|
-
readonly 'strands-agents-tools': "==0.2.
|
|
107
|
+
readonly 'strands-agents': "==1.25.0";
|
|
108
|
+
readonly 'strands-agents-tools': "==0.2.20";
|
|
109
109
|
readonly uvicorn: "==0.40.0";
|
|
110
110
|
};
|
|
111
111
|
export type IPyDepVersion = keyof typeof PY_VERSIONS;
|
package/src/utils/versions.js
CHANGED
|
@@ -9,9 +9,9 @@ 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.
|
|
12
|
+
'@aws-sdk/client-cognito-identity': '3.982.0',
|
|
13
|
+
'@aws-sdk/client-dynamodb': '3.982.0',
|
|
14
|
+
'@aws-sdk/credential-providers': '3.982.0',
|
|
15
15
|
'@aws-sdk/credential-provider-cognito-identity': '3.972.3',
|
|
16
16
|
'@aws-smithy/server-apigateway': '1.0.0-alpha.10',
|
|
17
17
|
'@aws-smithy/server-node': '1.0.0-alpha.10',
|
|
@@ -22,26 +22,26 @@ exports.TS_VERSIONS = {
|
|
|
22
22
|
'@middy/core': '6.4.5',
|
|
23
23
|
'@nxlv/python': '21.3.1',
|
|
24
24
|
'@nx-extend/terraform': '9.0.1',
|
|
25
|
-
'@nx/devkit': '22.4.
|
|
26
|
-
'@nx/react': '22.4.
|
|
27
|
-
'create-nx-workspace': '22.4.
|
|
28
|
-
'@modelcontextprotocol/sdk': '1.
|
|
25
|
+
'@nx/devkit': '22.4.4',
|
|
26
|
+
'@nx/react': '22.4.4',
|
|
27
|
+
'create-nx-workspace': '22.4.4',
|
|
28
|
+
'@modelcontextprotocol/sdk': '1.26.0',
|
|
29
29
|
'@modelcontextprotocol/inspector': '0.19.0',
|
|
30
30
|
'@strands-agents/sdk': '0.2.0',
|
|
31
|
-
'@tanstack/react-router': '1.
|
|
32
|
-
'@tanstack/router-plugin': '1.
|
|
33
|
-
'@tanstack/router-generator': '1.
|
|
31
|
+
'@tanstack/react-router': '1.158.0',
|
|
32
|
+
'@tanstack/router-plugin': '1.158.0',
|
|
33
|
+
'@tanstack/router-generator': '1.158.0',
|
|
34
34
|
'@tanstack/virtual-file-routes': '1.154.7',
|
|
35
|
-
'@tanstack/router-utils': '1.
|
|
36
|
-
'@cloudscape-design/board-components': '3.0.
|
|
37
|
-
'@cloudscape-design/components': '3.0.
|
|
35
|
+
'@tanstack/router-utils': '1.158.0',
|
|
36
|
+
'@cloudscape-design/board-components': '3.0.147',
|
|
37
|
+
'@cloudscape-design/components': '3.0.1193',
|
|
38
38
|
'@cloudscape-design/global-styles': '1.0.50',
|
|
39
39
|
'@tanstack/react-query': '5.90.20',
|
|
40
40
|
'@tanstack/react-query-devtools': '5.91.3',
|
|
41
41
|
'@trpc/tanstack-react-query': '11.9.0',
|
|
42
42
|
'@trpc/client': '11.9.0',
|
|
43
43
|
'@trpc/server': '11.9.0',
|
|
44
|
-
'@types/node': '22.19.
|
|
44
|
+
'@types/node': '22.19.8',
|
|
45
45
|
'@types/aws-lambda': '8.10.160',
|
|
46
46
|
'@types/cors': '2.8.19',
|
|
47
47
|
'@types/ws': '8.18.1',
|
|
@@ -49,8 +49,8 @@ exports.TS_VERSIONS = {
|
|
|
49
49
|
'@smithy/types': '4.12.0',
|
|
50
50
|
aws4fetch: '1.0.20',
|
|
51
51
|
'aws-cdk': '2.1104.0',
|
|
52
|
-
'aws-cdk-lib': '2.
|
|
53
|
-
'@aws-cdk/aws-bedrock-agentcore-alpha': '2.
|
|
52
|
+
'aws-cdk-lib': '2.237.1',
|
|
53
|
+
'@aws-cdk/aws-bedrock-agentcore-alpha': '2.237.1-alpha.0',
|
|
54
54
|
'aws-xray-sdk-core': '3.12.0',
|
|
55
55
|
constructs: '10.4.5',
|
|
56
56
|
cors: '2.8.6',
|
|
@@ -77,7 +77,7 @@ exports.TS_VERSIONS = {
|
|
|
77
77
|
tsx: '4.21.0',
|
|
78
78
|
'lucide-react': '0.563.0',
|
|
79
79
|
'radix-ui': '1.4.3',
|
|
80
|
-
shadcn: '3.8.
|
|
80
|
+
shadcn: '3.8.2',
|
|
81
81
|
'tw-animate-css': '1.4.0',
|
|
82
82
|
'tailwind-merge': '3.4.0',
|
|
83
83
|
'vite-tsconfig-paths': '5.1.4',
|
|
@@ -96,17 +96,17 @@ exports.PY_VERSIONS = {
|
|
|
96
96
|
'aws-lambda-powertools': '==3.24.0',
|
|
97
97
|
'aws-lambda-powertools[tracer]': '==3.24.0',
|
|
98
98
|
'aws-lambda-powertools[parser]': '==3.24.0',
|
|
99
|
-
'aws-opentelemetry-distro': '==0.
|
|
99
|
+
'aws-opentelemetry-distro': '==0.15.0',
|
|
100
100
|
'bedrock-agentcore': '==0.1.7',
|
|
101
|
-
boto3: '==1.42.
|
|
101
|
+
boto3: '==1.42.44',
|
|
102
102
|
checkov: '==3.2.500',
|
|
103
|
-
fastapi: '==0.128.
|
|
104
|
-
'fastapi[standard]': '==0.128.
|
|
103
|
+
fastapi: '==0.128.5',
|
|
104
|
+
'fastapi[standard]': '==0.128.5',
|
|
105
105
|
mangum: '==0.21.0',
|
|
106
106
|
mcp: '==1.26.0',
|
|
107
107
|
'pip-check-updates': '==0.28.0',
|
|
108
|
-
'strands-agents': '==1.
|
|
109
|
-
'strands-agents-tools': '==0.2.
|
|
108
|
+
'strands-agents': '==1.25.0',
|
|
109
|
+
'strands-agents-tools': '==0.2.20',
|
|
110
110
|
uvicorn: '==0.40.0',
|
|
111
111
|
};
|
|
112
112
|
/**
|
|
@@ -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,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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"}
|