@aws/nx-plugin 0.70.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 +237 -57
- package/package.json +9 -9
- package/src/infra/app/__snapshots__/generator.spec.ts.snap +6 -6
- 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 +4130 -4130
- package/src/ts/react-website/cognito-auth/__snapshots__/generator.spec.ts.snap +0 -592
- package/src/ts/react-website/cognito-auth/__snapshots__/generator.terraform.spec.ts.snap +259 -0
- package/src/ts/react-website/cognito-auth/__snapshots__/generator.ux-provider.spec.ts.snap +335 -0
- package/src/utils/files/common/shadcn/src/components/ui/breadcrumb.tsx.template +2 -2
- package/src/utils/files/common/shadcn/src/components/ui/button.tsx.template +4 -2
- package/src/utils/files/common/shadcn/src/components/ui/separator.tsx.template +1 -1
- package/src/utils/files/common/shadcn/src/components/ui/sheet.tsx.template +9 -5
- package/src/utils/files/common/shadcn/src/components/ui/sidebar.tsx.template +6 -6
- package/src/utils/files/common/shadcn/src/components/ui/tooltip.tsx.template +2 -6
- package/src/utils/shared-shadcn.js +1 -6
- package/src/utils/shared-shadcn.js.map +1 -1
- package/src/utils/versions.d.ts +32 -37
- package/src/utils/versions.js +31 -36
- package/src/utils/versions.js.map +1 -1
package/LICENSE-THIRD-PARTY
CHANGED
|
@@ -874,6 +874,31 @@ THE SOFTWARE.
|
|
|
874
874
|
|
|
875
875
|
---
|
|
876
876
|
|
|
877
|
+
The following software may be included in this product: @babel/parser (7.28.6)
|
|
878
|
+
This software contains the following license and notice below:
|
|
879
|
+
|
|
880
|
+
Copyright (C) 2012-2014 by various contributors (see AUTHORS)
|
|
881
|
+
|
|
882
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
883
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
884
|
+
in the Software without restriction, including without limitation the rights
|
|
885
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
886
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
887
|
+
furnished to do so, subject to the following conditions:
|
|
888
|
+
|
|
889
|
+
The above copyright notice and this permission notice shall be included in
|
|
890
|
+
all copies or substantial portions of the Software.
|
|
891
|
+
|
|
892
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
893
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
894
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
895
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
896
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
897
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
898
|
+
THE SOFTWARE.
|
|
899
|
+
|
|
900
|
+
---
|
|
901
|
+
|
|
877
902
|
The following software may be included in this product: @babel/plugin-bugfix-firefox-class-in-computed-class-key (7.27.1)
|
|
878
903
|
This software contains the following license and notice below:
|
|
879
904
|
|
|
@@ -2974,7 +2999,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
2974
2999
|
|
|
2975
3000
|
---
|
|
2976
3001
|
|
|
2977
|
-
The following software may be included in this product: @babel/runtime (7.28.
|
|
3002
|
+
The following software may be included in this product: @babel/runtime (7.28.6)
|
|
2978
3003
|
This software contains the following license and notice below:
|
|
2979
3004
|
|
|
2980
3005
|
MIT License
|
|
@@ -3114,6 +3139,34 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3114
3139
|
|
|
3115
3140
|
---
|
|
3116
3141
|
|
|
3142
|
+
The following software may be included in this product: @babel/types (7.28.6)
|
|
3143
|
+
This software contains the following license and notice below:
|
|
3144
|
+
|
|
3145
|
+
MIT License
|
|
3146
|
+
|
|
3147
|
+
Copyright (c) 2014-present Sebastian McKenzie and other contributors
|
|
3148
|
+
|
|
3149
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
3150
|
+
a copy of this software and associated documentation files (the
|
|
3151
|
+
"Software"), to deal in the Software without restriction, including
|
|
3152
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
3153
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
3154
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
3155
|
+
the following conditions:
|
|
3156
|
+
|
|
3157
|
+
The above copyright notice and this permission notice shall be
|
|
3158
|
+
included in all copies or substantial portions of the Software.
|
|
3159
|
+
|
|
3160
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
3161
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3162
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
3163
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
3164
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3165
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
3166
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3167
|
+
|
|
3168
|
+
---
|
|
3169
|
+
|
|
3117
3170
|
The following software may be included in this product: @csstools/css-calc (2.1.4)
|
|
3118
3171
|
This software contains the following license and notice below:
|
|
3119
3172
|
|
|
@@ -3299,12 +3352,12 @@ SOFTWARE.
|
|
|
3299
3352
|
|
|
3300
3353
|
---
|
|
3301
3354
|
|
|
3302
|
-
The following software may be included in this product: @esbuild/
|
|
3355
|
+
The following software may be included in this product: @esbuild/linux-x64 (0.27.2)
|
|
3303
3356
|
This software contains the following license and notice below:
|
|
3304
3357
|
|
|
3305
3358
|
MIT License
|
|
3306
3359
|
|
|
3307
|
-
Copyright (c) The maintainers of @esbuild/
|
|
3360
|
+
Copyright (c) The maintainers of @esbuild/linux-x64 <https://github.com/evanw/esbuild#readme>
|
|
3308
3361
|
|
|
3309
3362
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3310
3363
|
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
@@ -3563,6 +3616,35 @@ SOFTWARE.
|
|
|
3563
3616
|
|
|
3564
3617
|
---
|
|
3565
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
|
+
|
|
3566
3648
|
The following software may be included in this product: @jest/diff-sequences (30.0.1)
|
|
3567
3649
|
This software contains the following license and notice below:
|
|
3568
3650
|
|
|
@@ -4582,7 +4664,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
4582
4664
|
|
|
4583
4665
|
---
|
|
4584
4666
|
|
|
4585
|
-
The following software may be included in this product: @nx/nx-
|
|
4667
|
+
The following software may be included in this product: @nx/nx-linux-x64-gnu (22.4.4)
|
|
4586
4668
|
This software contains the following license and notice below:
|
|
4587
4669
|
|
|
4588
4670
|
(The MIT License)
|
|
@@ -5297,7 +5379,7 @@ THE SOFTWARE.
|
|
|
5297
5379
|
|
|
5298
5380
|
---
|
|
5299
5381
|
|
|
5300
|
-
The following software may be included in this product: @rollup/rollup-
|
|
5382
|
+
The following software may be included in this product: @rollup/rollup-linux-x64-gnu (4.50.1)
|
|
5301
5383
|
This software contains the following license and notice below:
|
|
5302
5384
|
|
|
5303
5385
|
MIT License
|
|
@@ -5349,7 +5431,7 @@ SOFTWARE.
|
|
|
5349
5431
|
|
|
5350
5432
|
---
|
|
5351
5433
|
|
|
5352
|
-
The following software may be included in this product: @rspack/binding-
|
|
5434
|
+
The following software may be included in this product: @rspack/binding-linux-x64-gnu (1.6.8)
|
|
5353
5435
|
This software contains the following license and notice below:
|
|
5354
5436
|
|
|
5355
5437
|
MIT License
|
|
@@ -6143,7 +6225,7 @@ SOFTWARE
|
|
|
6143
6225
|
|
|
6144
6226
|
---
|
|
6145
6227
|
|
|
6146
|
-
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)
|
|
6147
6229
|
This software contains the following license and notice below:
|
|
6148
6230
|
|
|
6149
6231
|
MIT License
|
|
@@ -6305,7 +6387,7 @@ SOFTWARE
|
|
|
6305
6387
|
|
|
6306
6388
|
---
|
|
6307
6389
|
|
|
6308
|
-
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)
|
|
6309
6391
|
This software contains the following license and notice below:
|
|
6310
6392
|
|
|
6311
6393
|
MIT License
|
|
@@ -6332,7 +6414,7 @@ SOFTWARE.
|
|
|
6332
6414
|
|
|
6333
6415
|
---
|
|
6334
6416
|
|
|
6335
|
-
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)
|
|
6336
6418
|
This software contains the following license and notice below:
|
|
6337
6419
|
|
|
6338
6420
|
MIT License
|
|
@@ -6386,7 +6468,7 @@ SOFTWARE.
|
|
|
6386
6468
|
|
|
6387
6469
|
---
|
|
6388
6470
|
|
|
6389
|
-
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)
|
|
6390
6472
|
This software contains the following license and notice below:
|
|
6391
6473
|
|
|
6392
6474
|
MIT License
|
|
@@ -6467,7 +6549,7 @@ SOFTWARE.
|
|
|
6467
6549
|
|
|
6468
6550
|
---
|
|
6469
6551
|
|
|
6470
|
-
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)
|
|
6471
6553
|
This software contains the following license and notice below:
|
|
6472
6554
|
|
|
6473
6555
|
MIT License
|
|
@@ -6494,7 +6576,7 @@ SOFTWARE.
|
|
|
6494
6576
|
|
|
6495
6577
|
---
|
|
6496
6578
|
|
|
6497
|
-
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)
|
|
6498
6580
|
This software contains the following license and notice below:
|
|
6499
6581
|
|
|
6500
6582
|
MIT License
|
|
@@ -6548,7 +6630,7 @@ SOFTWARE.
|
|
|
6548
6630
|
|
|
6549
6631
|
---
|
|
6550
6632
|
|
|
6551
|
-
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)
|
|
6552
6634
|
This software contains the following license and notice below:
|
|
6553
6635
|
|
|
6554
6636
|
MIT License
|
|
@@ -6575,7 +6657,7 @@ SOFTWARE.
|
|
|
6575
6657
|
|
|
6576
6658
|
---
|
|
6577
6659
|
|
|
6578
|
-
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)
|
|
6579
6661
|
This software contains the following license and notice below:
|
|
6580
6662
|
|
|
6581
6663
|
MIT License
|
|
@@ -6629,7 +6711,7 @@ SOFTWARE.
|
|
|
6629
6711
|
|
|
6630
6712
|
---
|
|
6631
6713
|
|
|
6632
|
-
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)
|
|
6633
6715
|
This software contains the following license and notice below:
|
|
6634
6716
|
|
|
6635
6717
|
MIT License
|
|
@@ -6683,7 +6765,7 @@ SOFTWARE.
|
|
|
6683
6765
|
|
|
6684
6766
|
---
|
|
6685
6767
|
|
|
6686
|
-
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)
|
|
6687
6769
|
This software contains the following license and notice below:
|
|
6688
6770
|
|
|
6689
6771
|
MIT License
|
|
@@ -6737,7 +6819,7 @@ SOFTWARE.
|
|
|
6737
6819
|
|
|
6738
6820
|
---
|
|
6739
6821
|
|
|
6740
|
-
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)
|
|
6741
6823
|
This software contains the following license and notice below:
|
|
6742
6824
|
|
|
6743
6825
|
MIT License
|
|
@@ -6764,7 +6846,7 @@ SOFTWARE.
|
|
|
6764
6846
|
|
|
6765
6847
|
---
|
|
6766
6848
|
|
|
6767
|
-
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)
|
|
6768
6850
|
This software contains the following license and notice below:
|
|
6769
6851
|
|
|
6770
6852
|
MIT License
|
|
@@ -6791,7 +6873,7 @@ SOFTWARE.
|
|
|
6791
6873
|
|
|
6792
6874
|
---
|
|
6793
6875
|
|
|
6794
|
-
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)
|
|
6795
6877
|
This software contains the following license and notice below:
|
|
6796
6878
|
|
|
6797
6879
|
MIT License
|
|
@@ -6818,7 +6900,7 @@ SOFTWARE.
|
|
|
6818
6900
|
|
|
6819
6901
|
---
|
|
6820
6902
|
|
|
6821
|
-
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)
|
|
6822
6904
|
This software contains the following license and notice below:
|
|
6823
6905
|
|
|
6824
6906
|
MIT License
|
|
@@ -12246,6 +12328,36 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
12246
12328
|
|
|
12247
12329
|
---
|
|
12248
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
|
+
|
|
12249
12361
|
The following software may be included in this product: express (5.1.0)
|
|
12250
12362
|
This software contains the following license and notice below:
|
|
12251
12363
|
|
|
@@ -13138,34 +13250,6 @@ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHE
|
|
|
13138
13250
|
|
|
13139
13251
|
---
|
|
13140
13252
|
|
|
13141
|
-
The following software may be included in this product: fsevents (2.3.3)
|
|
13142
|
-
This software contains the following license and notice below:
|
|
13143
|
-
|
|
13144
|
-
MIT License
|
|
13145
|
-
-----------
|
|
13146
|
-
|
|
13147
|
-
Copyright (C) 2010-2020 by Philipp Dunkel, Ben Noordhuis, Elan Shankar, Paul Miller
|
|
13148
|
-
|
|
13149
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
13150
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
13151
|
-
in the Software without restriction, including without limitation the rights
|
|
13152
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
13153
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
13154
|
-
furnished to do so, subject to the following conditions:
|
|
13155
|
-
|
|
13156
|
-
The above copyright notice and this permission notice shall be included in
|
|
13157
|
-
all copies or substantial portions of the Software.
|
|
13158
|
-
|
|
13159
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
13160
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
13161
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
13162
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
13163
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
13164
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
13165
|
-
THE SOFTWARE.
|
|
13166
|
-
|
|
13167
|
-
---
|
|
13168
|
-
|
|
13169
13253
|
The following software may be included in this product: function-bind (1.1.2)
|
|
13170
13254
|
This software contains the following license and notice below:
|
|
13171
13255
|
|
|
@@ -15558,7 +15642,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
15558
15642
|
|
|
15559
15643
|
---
|
|
15560
15644
|
|
|
15561
|
-
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)
|
|
15562
15646
|
This software contains the following license and notice below:
|
|
15563
15647
|
|
|
15564
15648
|
The MIT License (MIT)
|
|
@@ -15610,7 +15694,7 @@ THE SOFTWARE
|
|
|
15610
15694
|
|
|
15611
15695
|
---
|
|
15612
15696
|
|
|
15613
|
-
The following software may be included in this product: jwa (
|
|
15697
|
+
The following software may be included in this product: jwa (2.0.1)
|
|
15614
15698
|
This software contains the following license and notice below:
|
|
15615
15699
|
|
|
15616
15700
|
Copyright (c) 2013 Brian J. Brennan
|
|
@@ -15633,7 +15717,7 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEAL
|
|
|
15633
15717
|
|
|
15634
15718
|
---
|
|
15635
15719
|
|
|
15636
|
-
The following software may be included in this product: jws (
|
|
15720
|
+
The following software may be included in this product: jws (4.0.1)
|
|
15637
15721
|
This software contains the following license and notice below:
|
|
15638
15722
|
|
|
15639
15723
|
Copyright (c) 2013 Brian J. Brennan
|
|
@@ -25892,7 +25976,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
25892
25976
|
|
|
25893
25977
|
---
|
|
25894
25978
|
|
|
25895
|
-
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)
|
|
25896
25980
|
This software contains the following license and notice below:
|
|
25897
25981
|
|
|
25898
25982
|
Copyright (c) 2018 Chris O'Hara <cohara87@gmail.com>
|
|
@@ -25946,7 +26030,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
25946
26030
|
|
|
25947
26031
|
---
|
|
25948
26032
|
|
|
25949
|
-
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)
|
|
25950
26034
|
This software contains the following license and notice below:
|
|
25951
26035
|
|
|
25952
26036
|
MIT License
|
|
@@ -25973,7 +26057,7 @@ SOFTWARE.
|
|
|
25973
26057
|
|
|
25974
26058
|
---
|
|
25975
26059
|
|
|
25976
|
-
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)
|
|
25977
26061
|
This software contains the following license and notice below:
|
|
25978
26062
|
|
|
25979
26063
|
MIT License
|
|
@@ -26000,7 +26084,7 @@ SOFTWARE.
|
|
|
26000
26084
|
|
|
26001
26085
|
---
|
|
26002
26086
|
|
|
26003
|
-
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)
|
|
26004
26088
|
This software contains the following license and notice below:
|
|
26005
26089
|
|
|
26006
26090
|
MIT License
|
|
@@ -37163,6 +37247,41 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
37163
37247
|
|
|
37164
37248
|
---
|
|
37165
37249
|
|
|
37250
|
+
The following software may be included in this product: qs (6.14.1)
|
|
37251
|
+
This software contains the following license and notice below:
|
|
37252
|
+
|
|
37253
|
+
BSD 3-Clause License
|
|
37254
|
+
|
|
37255
|
+
Copyright (c) 2014, Nathan LaFreniere and other [contributors](https://github.com/ljharb/qs/graphs/contributors)
|
|
37256
|
+
All rights reserved.
|
|
37257
|
+
|
|
37258
|
+
Redistribution and use in source and binary forms, with or without
|
|
37259
|
+
modification, are permitted provided that the following conditions are met:
|
|
37260
|
+
|
|
37261
|
+
1. Redistributions of source code must retain the above copyright notice, this
|
|
37262
|
+
list of conditions and the following disclaimer.
|
|
37263
|
+
|
|
37264
|
+
2. Redistributions in binary form must reproduce the above copyright notice,
|
|
37265
|
+
this list of conditions and the following disclaimer in the documentation
|
|
37266
|
+
and/or other materials provided with the distribution.
|
|
37267
|
+
|
|
37268
|
+
3. Neither the name of the copyright holder nor the names of its
|
|
37269
|
+
contributors may be used to endorse or promote products derived from
|
|
37270
|
+
this software without specific prior written permission.
|
|
37271
|
+
|
|
37272
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
37273
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
37274
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
37275
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
37276
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
37277
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
37278
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
37279
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
37280
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
37281
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
37282
|
+
|
|
37283
|
+
---
|
|
37284
|
+
|
|
37166
37285
|
The following software may be included in this product: serialize-javascript (6.0.2)
|
|
37167
37286
|
This software contains the following license and notice below:
|
|
37168
37287
|
|
|
@@ -39088,6 +39207,67 @@ software or this license, under any kind of legal claim._**
|
|
|
39088
39207
|
|
|
39089
39208
|
---
|
|
39090
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
|
+
|
|
39091
39271
|
The following software may be included in this product: package-json-from-dist (1.0.1)
|
|
39092
39272
|
This software contains the following license and notice below:
|
|
39093
39273
|
|
|
@@ -39218,7 +39398,7 @@ software or this license, under any kind of legal claim.***
|
|
|
39218
39398
|
|
|
39219
39399
|
---
|
|
39220
39400
|
|
|
39221
|
-
The following software may be included in this product: sax (1.4.
|
|
39401
|
+
The following software may be included in this product: sax (1.4.4)
|
|
39222
39402
|
This software contains the following license and notice below:
|
|
39223
39403
|
|
|
39224
39404
|
# Blue Oak Model License
|
|
@@ -39859,7 +40039,7 @@ defined by the Mozilla Public License, v. 2.0.
|
|
|
39859
40039
|
|
|
39860
40040
|
---
|
|
39861
40041
|
|
|
39862
|
-
The following software may be included in this product: lightningcss-
|
|
40042
|
+
The following software may be included in this product: lightningcss-linux-x64-gnu (1.30.2)
|
|
39863
40043
|
This software contains the following license and notice below:
|
|
39864
40044
|
|
|
39865
40045
|
Mozilla Public License Version 2.0
|
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",
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`infra generator > should add required dependencies to package.json > dependencies 1`] = `
|
|
4
4
|
{
|
|
5
|
-
"aws-cdk": "2.
|
|
6
|
-
"aws-cdk-lib": "2.
|
|
5
|
+
"aws-cdk": "2.1104.0",
|
|
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",
|
|
@@ -39,8 +39,8 @@ exports[`infra generator > should add required dependencies to package.json > de
|
|
|
39
39
|
exports[`infra generator > should add required dependencies to package.json > package-json 1`] = `
|
|
40
40
|
{
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"aws-cdk": "2.
|
|
43
|
-
"aws-cdk-lib": "2.
|
|
42
|
+
"aws-cdk": "2.1104.0",
|
|
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.
|