@aws/nx-plugin 0.71.0 → 0.73.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 +222 -95
- package/package.json +10 -10
- package/src/infra/app/__snapshots__/generator.spec.ts.snap +13 -7
- package/src/infra/app/generator.js +3 -3
- package/src/infra/app/generator.js.map +1 -1
- package/src/preset/__snapshots__/generator.spec.ts.snap +7 -2
- package/src/preset/files/README.md +4 -2
- package/src/preset/generator.js +3 -1
- package/src/preset/generator.js.map +1 -1
- package/src/py/fast-api/generator.js +2 -3
- package/src/py/fast-api/generator.js.map +1 -1
- package/src/py/lambda-function/generator.js +2 -3
- package/src/py/lambda-function/generator.js.map +1 -1
- package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +2 -2
- package/src/py/mcp-server/generator.js +2 -3
- package/src/py/mcp-server/generator.js.map +1 -1
- package/src/py/project/generator.js +20 -11
- package/src/py/project/generator.js.map +1 -1
- package/src/py/strands-agent/__snapshots__/generator.spec.ts.snap +6 -6
- package/src/py/strands-agent/generator.js +2 -3
- package/src/py/strands-agent/generator.js.map +1 -1
- package/src/smithy/ts/api/__snapshots__/generator.spec.ts.snap +3 -0
- package/src/terraform/project/generator.js +1 -1
- package/src/terraform/project/generator.js.map +1 -1
- package/src/trpc/backend/files/src/router.ts.template +11 -8
- package/src/ts/lib/__snapshots__/generator.spec.ts.snap +30 -30
- package/src/ts/lib/eslint.d.ts +2 -1
- package/src/ts/lib/eslint.js +12 -16
- package/src/ts/lib/eslint.js.map +1 -1
- package/src/ts/lib/generator.js +7 -3
- package/src/ts/lib/generator.js.map +1 -1
- package/src/ts/lib/ts-project-utils.js +1 -1
- package/src/ts/lib/ts-project-utils.js.map +1 -1
- 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 +72 -128
- package/src/utils/nxlv-python.d.ts +9 -0
- package/src/utils/nxlv-python.js +38 -0
- package/src/utils/nxlv-python.js.map +1 -0
- package/src/utils/versions.d.ts +25 -25
- package/src/utils/versions.js +24 -24
- package/src/utils/versions.js.map +1 -1
package/LICENSE-THIRD-PARTY
CHANGED
|
@@ -3352,12 +3352,12 @@ SOFTWARE.
|
|
|
3352
3352
|
|
|
3353
3353
|
---
|
|
3354
3354
|
|
|
3355
|
-
The following software may be included in this product: @esbuild/
|
|
3355
|
+
The following software may be included in this product: @esbuild/darwin-arm64 (0.27.2)
|
|
3356
3356
|
This software contains the following license and notice below:
|
|
3357
3357
|
|
|
3358
3358
|
MIT License
|
|
3359
3359
|
|
|
3360
|
-
Copyright (c) The maintainers of @esbuild/
|
|
3360
|
+
Copyright (c) The maintainers of @esbuild/darwin-arm64 <https://github.com/evanw/esbuild#readme>
|
|
3361
3361
|
|
|
3362
3362
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3363
3363
|
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
@@ -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
|
|
|
@@ -3879,7 +3908,7 @@ THE SOFTWARE.
|
|
|
3879
3908
|
|
|
3880
3909
|
---
|
|
3881
3910
|
|
|
3882
|
-
The following software may be included in this product: @modelcontextprotocol/sdk (1.
|
|
3911
|
+
The following software may be included in this product: @modelcontextprotocol/sdk (1.26.0)
|
|
3883
3912
|
This software contains the following license and notice below:
|
|
3884
3913
|
|
|
3885
3914
|
MIT License
|
|
@@ -4495,34 +4524,6 @@ SOFTWARE.
|
|
|
4495
4524
|
|
|
4496
4525
|
---
|
|
4497
4526
|
|
|
4498
|
-
The following software may be included in this product: @nx/devkit (21.6.8)
|
|
4499
|
-
This software contains the following license and notice below:
|
|
4500
|
-
|
|
4501
|
-
(The MIT License)
|
|
4502
|
-
|
|
4503
|
-
Copyright (c) 2017-2025 Narwhal Technologies Inc.
|
|
4504
|
-
|
|
4505
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
4506
|
-
a copy of this software and associated documentation files (the
|
|
4507
|
-
'Software'), to deal in the Software without restriction, including
|
|
4508
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
4509
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
4510
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
4511
|
-
the following conditions:
|
|
4512
|
-
|
|
4513
|
-
The above copyright notice and this permission notice shall be
|
|
4514
|
-
included in all copies or substantial portions of the Software.
|
|
4515
|
-
|
|
4516
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
4517
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
4518
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
4519
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
4520
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
4521
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
4522
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4523
|
-
|
|
4524
|
-
---
|
|
4525
|
-
|
|
4526
4527
|
The following software may be included in this product: @nx/devkit (22.4.4)
|
|
4527
4528
|
This software contains the following license and notice below:
|
|
4528
4529
|
|
|
@@ -4635,7 +4636,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
4635
4636
|
|
|
4636
4637
|
---
|
|
4637
4638
|
|
|
4638
|
-
The following software may be included in this product: @nx/nx-
|
|
4639
|
+
The following software may be included in this product: @nx/nx-darwin-arm64 (22.4.4)
|
|
4639
4640
|
This software contains the following license and notice below:
|
|
4640
4641
|
|
|
4641
4642
|
(The MIT License)
|
|
@@ -4831,27 +4832,30 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
4831
4832
|
|
|
4832
4833
|
---
|
|
4833
4834
|
|
|
4834
|
-
The following software may be included in this product: @nxlv/python (
|
|
4835
|
+
The following software may be included in this product: @nxlv/python (22.1.0)
|
|
4835
4836
|
This software contains the following license and notice below:
|
|
4836
4837
|
|
|
4837
4838
|
MIT License
|
|
4838
4839
|
|
|
4839
|
-
Copyright (c)
|
|
4840
|
+
Copyright (c) 2023 Lucas Vieira
|
|
4840
4841
|
|
|
4841
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4842
|
-
associated documentation files (the "Software"), to deal
|
|
4843
|
-
|
|
4844
|
-
|
|
4845
|
-
|
|
4842
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4843
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
4844
|
+
in the Software without restriction, including without limitation the rights
|
|
4845
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
4846
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
4847
|
+
furnished to do so, subject to the following conditions:
|
|
4846
4848
|
|
|
4847
|
-
The above copyright notice and this permission notice shall be included in all
|
|
4848
|
-
portions of the Software.
|
|
4849
|
+
The above copyright notice and this permission notice shall be included in all
|
|
4850
|
+
copies or substantial portions of the Software.
|
|
4849
4851
|
|
|
4850
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4851
|
-
LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4852
|
-
|
|
4853
|
-
|
|
4854
|
-
|
|
4852
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
4853
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
4854
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
4855
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
4856
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
4857
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4858
|
+
SOFTWARE.
|
|
4855
4859
|
|
|
4856
4860
|
---
|
|
4857
4861
|
|
|
@@ -5350,7 +5354,7 @@ THE SOFTWARE.
|
|
|
5350
5354
|
|
|
5351
5355
|
---
|
|
5352
5356
|
|
|
5353
|
-
The following software may be included in this product: @rollup/rollup-
|
|
5357
|
+
The following software may be included in this product: @rollup/rollup-darwin-arm64 (4.50.1)
|
|
5354
5358
|
This software contains the following license and notice below:
|
|
5355
5359
|
|
|
5356
5360
|
MIT License
|
|
@@ -5402,7 +5406,7 @@ SOFTWARE.
|
|
|
5402
5406
|
|
|
5403
5407
|
---
|
|
5404
5408
|
|
|
5405
|
-
The following software may be included in this product: @rspack/binding-
|
|
5409
|
+
The following software may be included in this product: @rspack/binding-darwin-arm64 (1.6.8)
|
|
5406
5410
|
This software contains the following license and notice below:
|
|
5407
5411
|
|
|
5408
5412
|
MIT License
|
|
@@ -6196,7 +6200,7 @@ SOFTWARE
|
|
|
6196
6200
|
|
|
6197
6201
|
---
|
|
6198
6202
|
|
|
6199
|
-
The following software may be included in this product: @types/node (22.19.
|
|
6203
|
+
The following software may be included in this product: @types/node (22.19.8)
|
|
6200
6204
|
This software contains the following license and notice below:
|
|
6201
6205
|
|
|
6202
6206
|
MIT License
|
|
@@ -6358,7 +6362,7 @@ SOFTWARE
|
|
|
6358
6362
|
|
|
6359
6363
|
---
|
|
6360
6364
|
|
|
6361
|
-
The following software may be included in this product: @verdaccio/auth (8.0.0-next-8.
|
|
6365
|
+
The following software may be included in this product: @verdaccio/auth (8.0.0-next-8.29)
|
|
6362
6366
|
This software contains the following license and notice below:
|
|
6363
6367
|
|
|
6364
6368
|
MIT License
|
|
@@ -6385,7 +6389,7 @@ SOFTWARE.
|
|
|
6385
6389
|
|
|
6386
6390
|
---
|
|
6387
6391
|
|
|
6388
|
-
The following software may be included in this product: @verdaccio/config (8.0.0-next-8.
|
|
6392
|
+
The following software may be included in this product: @verdaccio/config (8.0.0-next-8.29)
|
|
6389
6393
|
This software contains the following license and notice below:
|
|
6390
6394
|
|
|
6391
6395
|
MIT License
|
|
@@ -6439,7 +6443,7 @@ SOFTWARE.
|
|
|
6439
6443
|
|
|
6440
6444
|
---
|
|
6441
6445
|
|
|
6442
|
-
The following software may be included in this product: @verdaccio/core (8.0.0-next-8.
|
|
6446
|
+
The following software may be included in this product: @verdaccio/core (8.0.0-next-8.29)
|
|
6443
6447
|
This software contains the following license and notice below:
|
|
6444
6448
|
|
|
6445
6449
|
MIT License
|
|
@@ -6520,7 +6524,7 @@ SOFTWARE.
|
|
|
6520
6524
|
|
|
6521
6525
|
---
|
|
6522
6526
|
|
|
6523
|
-
The following software may be included in this product: @verdaccio/hooks (8.0.0-next-8.
|
|
6527
|
+
The following software may be included in this product: @verdaccio/hooks (8.0.0-next-8.29)
|
|
6524
6528
|
This software contains the following license and notice below:
|
|
6525
6529
|
|
|
6526
6530
|
MIT License
|
|
@@ -6547,7 +6551,7 @@ SOFTWARE.
|
|
|
6547
6551
|
|
|
6548
6552
|
---
|
|
6549
6553
|
|
|
6550
|
-
The following software may be included in this product: @verdaccio/loaders (8.0.0-next-8.
|
|
6554
|
+
The following software may be included in this product: @verdaccio/loaders (8.0.0-next-8.19)
|
|
6551
6555
|
This software contains the following license and notice below:
|
|
6552
6556
|
|
|
6553
6557
|
MIT License
|
|
@@ -6601,7 +6605,7 @@ SOFTWARE.
|
|
|
6601
6605
|
|
|
6602
6606
|
---
|
|
6603
6607
|
|
|
6604
|
-
The following software may be included in this product: @verdaccio/logger (8.0.0-next-8.
|
|
6608
|
+
The following software may be included in this product: @verdaccio/logger (8.0.0-next-8.29)
|
|
6605
6609
|
This software contains the following license and notice below:
|
|
6606
6610
|
|
|
6607
6611
|
MIT License
|
|
@@ -6628,7 +6632,7 @@ SOFTWARE.
|
|
|
6628
6632
|
|
|
6629
6633
|
---
|
|
6630
6634
|
|
|
6631
|
-
The following software may be included in this product: @verdaccio/logger-commons (8.0.0-next-8.
|
|
6635
|
+
The following software may be included in this product: @verdaccio/logger-commons (8.0.0-next-8.29)
|
|
6632
6636
|
This software contains the following license and notice below:
|
|
6633
6637
|
|
|
6634
6638
|
MIT License
|
|
@@ -6682,7 +6686,7 @@ SOFTWARE.
|
|
|
6682
6686
|
|
|
6683
6687
|
---
|
|
6684
6688
|
|
|
6685
|
-
The following software may be included in this product: @verdaccio/middleware (8.0.0-next-8.
|
|
6689
|
+
The following software may be included in this product: @verdaccio/middleware (8.0.0-next-8.29)
|
|
6686
6690
|
This software contains the following license and notice below:
|
|
6687
6691
|
|
|
6688
6692
|
MIT License
|
|
@@ -6736,7 +6740,7 @@ SOFTWARE.
|
|
|
6736
6740
|
|
|
6737
6741
|
---
|
|
6738
6742
|
|
|
6739
|
-
The following software may be included in this product: @verdaccio/signature (8.0.0-next-8.
|
|
6743
|
+
The following software may be included in this product: @verdaccio/signature (8.0.0-next-8.21)
|
|
6740
6744
|
This software contains the following license and notice below:
|
|
6741
6745
|
|
|
6742
6746
|
MIT License
|
|
@@ -6790,7 +6794,7 @@ SOFTWARE.
|
|
|
6790
6794
|
|
|
6791
6795
|
---
|
|
6792
6796
|
|
|
6793
|
-
The following software may be included in this product: @verdaccio/tarball (13.0.0-next-8.
|
|
6797
|
+
The following software may be included in this product: @verdaccio/tarball (13.0.0-next-8.29)
|
|
6794
6798
|
This software contains the following license and notice below:
|
|
6795
6799
|
|
|
6796
6800
|
MIT License
|
|
@@ -6817,7 +6821,7 @@ SOFTWARE.
|
|
|
6817
6821
|
|
|
6818
6822
|
---
|
|
6819
6823
|
|
|
6820
|
-
The following software may be included in this product: @verdaccio/ui-theme (8.0.0-next-8.
|
|
6824
|
+
The following software may be included in this product: @verdaccio/ui-theme (8.0.0-next-8.29)
|
|
6821
6825
|
This software contains the following license and notice below:
|
|
6822
6826
|
|
|
6823
6827
|
MIT License
|
|
@@ -6844,7 +6848,7 @@ SOFTWARE.
|
|
|
6844
6848
|
|
|
6845
6849
|
---
|
|
6846
6850
|
|
|
6847
|
-
The following software may be included in this product: @verdaccio/url (13.0.0-next-8.
|
|
6851
|
+
The following software may be included in this product: @verdaccio/url (13.0.0-next-8.29)
|
|
6848
6852
|
This software contains the following license and notice below:
|
|
6849
6853
|
|
|
6850
6854
|
MIT License
|
|
@@ -6871,7 +6875,7 @@ SOFTWARE.
|
|
|
6871
6875
|
|
|
6872
6876
|
---
|
|
6873
6877
|
|
|
6874
|
-
The following software may be included in this product: @verdaccio/utils (8.1.0-next-8.
|
|
6878
|
+
The following software may be included in this product: @verdaccio/utils (8.1.0-next-8.29)
|
|
6875
6879
|
This software contains the following license and notice below:
|
|
6876
6880
|
|
|
6877
6881
|
MIT License
|
|
@@ -8736,7 +8740,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
8736
8740
|
|
|
8737
8741
|
---
|
|
8738
8742
|
|
|
8739
|
-
The following software may be included in this product: body-parser (2.2.
|
|
8743
|
+
The following software may be included in this product: body-parser (2.2.2)
|
|
8740
8744
|
This software contains the following license and notice below:
|
|
8741
8745
|
|
|
8742
8746
|
(The MIT License)
|
|
@@ -12299,7 +12303,37 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
12299
12303
|
|
|
12300
12304
|
---
|
|
12301
12305
|
|
|
12302
|
-
The following software may be included in this product: express (
|
|
12306
|
+
The following software may be included in this product: express (4.22.1)
|
|
12307
|
+
This software contains the following license and notice below:
|
|
12308
|
+
|
|
12309
|
+
(The MIT License)
|
|
12310
|
+
|
|
12311
|
+
Copyright (c) 2009-2014 TJ Holowaychuk <tj@vision-media.ca>
|
|
12312
|
+
Copyright (c) 2013-2014 Roman Shtylman <shtylman+expressjs@gmail.com>
|
|
12313
|
+
Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
12314
|
+
|
|
12315
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
12316
|
+
a copy of this software and associated documentation files (the
|
|
12317
|
+
'Software'), to deal in the Software without restriction, including
|
|
12318
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
12319
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
12320
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
12321
|
+
the following conditions:
|
|
12322
|
+
|
|
12323
|
+
The above copyright notice and this permission notice shall be
|
|
12324
|
+
included in all copies or substantial portions of the Software.
|
|
12325
|
+
|
|
12326
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
12327
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
12328
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
12329
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
12330
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
12331
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
12332
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
12333
|
+
|
|
12334
|
+
---
|
|
12335
|
+
|
|
12336
|
+
The following software may be included in this product: express (5.2.1)
|
|
12303
12337
|
This software contains the following license and notice below:
|
|
12304
12338
|
|
|
12305
12339
|
(The MIT License)
|
|
@@ -12342,7 +12376,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
12342
12376
|
|
|
12343
12377
|
---
|
|
12344
12378
|
|
|
12345
|
-
The following software may be included in this product: express-rate-limit (
|
|
12379
|
+
The following software may be included in this product: express-rate-limit (8.2.1)
|
|
12346
12380
|
This software contains the following license and notice below:
|
|
12347
12381
|
|
|
12348
12382
|
# MIT License
|
|
@@ -13191,6 +13225,34 @@ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHE
|
|
|
13191
13225
|
|
|
13192
13226
|
---
|
|
13193
13227
|
|
|
13228
|
+
The following software may be included in this product: fsevents (2.3.3)
|
|
13229
|
+
This software contains the following license and notice below:
|
|
13230
|
+
|
|
13231
|
+
MIT License
|
|
13232
|
+
-----------
|
|
13233
|
+
|
|
13234
|
+
Copyright (C) 2010-2020 by Philipp Dunkel, Ben Noordhuis, Elan Shankar, Paul Miller
|
|
13235
|
+
|
|
13236
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
13237
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
13238
|
+
in the Software without restriction, including without limitation the rights
|
|
13239
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
13240
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
13241
|
+
furnished to do so, subject to the following conditions:
|
|
13242
|
+
|
|
13243
|
+
The above copyright notice and this permission notice shall be included in
|
|
13244
|
+
all copies or substantial portions of the Software.
|
|
13245
|
+
|
|
13246
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
13247
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
13248
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
13249
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
13250
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
13251
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
13252
|
+
THE SOFTWARE.
|
|
13253
|
+
|
|
13254
|
+
---
|
|
13255
|
+
|
|
13194
13256
|
The following software may be included in this product: function-bind (1.1.2)
|
|
13195
13257
|
This software contains the following license and notice below:
|
|
13196
13258
|
|
|
@@ -13730,7 +13792,7 @@ SOFTWARE.
|
|
|
13730
13792
|
|
|
13731
13793
|
---
|
|
13732
13794
|
|
|
13733
|
-
The following software may be included in this product: hono (4.11.
|
|
13795
|
+
The following software may be included in this product: hono (4.11.9)
|
|
13734
13796
|
This software contains the following license and notice below:
|
|
13735
13797
|
|
|
13736
13798
|
MIT License
|
|
@@ -14317,6 +14379,31 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
14317
14379
|
|
|
14318
14380
|
---
|
|
14319
14381
|
|
|
14382
|
+
The following software may be included in this product: ip-address (10.0.1)
|
|
14383
|
+
This software contains the following license and notice below:
|
|
14384
|
+
|
|
14385
|
+
Copyright (C) 2011 by Beau Gunderson
|
|
14386
|
+
|
|
14387
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
14388
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
14389
|
+
in the Software without restriction, including without limitation the rights
|
|
14390
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14391
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
14392
|
+
furnished to do so, subject to the following conditions:
|
|
14393
|
+
|
|
14394
|
+
The above copyright notice and this permission notice shall be included in
|
|
14395
|
+
all copies or substantial portions of the Software.
|
|
14396
|
+
|
|
14397
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14398
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
14399
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
14400
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
14401
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
14402
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
14403
|
+
THE SOFTWARE.
|
|
14404
|
+
|
|
14405
|
+
---
|
|
14406
|
+
|
|
14320
14407
|
The following software may be included in this product: ipaddr.js (1.9.1)
|
|
14321
14408
|
This software contains the following license and notice below:
|
|
14322
14409
|
|
|
@@ -15583,7 +15670,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
15583
15670
|
|
|
15584
15671
|
---
|
|
15585
15672
|
|
|
15586
|
-
The following software may be included in this product: jsonwebtoken (9.0.
|
|
15673
|
+
The following software may be included in this product: jsonwebtoken (9.0.3)
|
|
15587
15674
|
This software contains the following license and notice below:
|
|
15588
15675
|
|
|
15589
15676
|
The MIT License (MIT)
|
|
@@ -15635,7 +15722,7 @@ THE SOFTWARE
|
|
|
15635
15722
|
|
|
15636
15723
|
---
|
|
15637
15724
|
|
|
15638
|
-
The following software may be included in this product: jwa (
|
|
15725
|
+
The following software may be included in this product: jwa (2.0.1)
|
|
15639
15726
|
This software contains the following license and notice below:
|
|
15640
15727
|
|
|
15641
15728
|
Copyright (c) 2013 Brian J. Brennan
|
|
@@ -15658,7 +15745,7 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEAL
|
|
|
15658
15745
|
|
|
15659
15746
|
---
|
|
15660
15747
|
|
|
15661
|
-
The following software may be included in this product: jws (
|
|
15748
|
+
The following software may be included in this product: jws (4.0.1)
|
|
15662
15749
|
This software contains the following license and notice below:
|
|
15663
15750
|
|
|
15664
15751
|
Copyright (c) 2013 Brian J. Brennan
|
|
@@ -25917,7 +26004,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
25917
26004
|
|
|
25918
26005
|
---
|
|
25919
26006
|
|
|
25920
|
-
The following software may be included in this product: validator (13.15.
|
|
26007
|
+
The following software may be included in this product: validator (13.15.26)
|
|
25921
26008
|
This software contains the following license and notice below:
|
|
25922
26009
|
|
|
25923
26010
|
Copyright (c) 2018 Chris O'Hara <cohara87@gmail.com>
|
|
@@ -25971,7 +26058,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
25971
26058
|
|
|
25972
26059
|
---
|
|
25973
26060
|
|
|
25974
|
-
The following software may be included in this product: verdaccio (6.2.
|
|
26061
|
+
The following software may be included in this product: verdaccio (6.2.5)
|
|
25975
26062
|
This software contains the following license and notice below:
|
|
25976
26063
|
|
|
25977
26064
|
MIT License
|
|
@@ -25998,7 +26085,7 @@ SOFTWARE.
|
|
|
25998
26085
|
|
|
25999
26086
|
---
|
|
26000
26087
|
|
|
26001
|
-
The following software may be included in this product: verdaccio-audit (13.0.0-next-8.
|
|
26088
|
+
The following software may be included in this product: verdaccio-audit (13.0.0-next-8.29)
|
|
26002
26089
|
This software contains the following license and notice below:
|
|
26003
26090
|
|
|
26004
26091
|
MIT License
|
|
@@ -26025,7 +26112,7 @@ SOFTWARE.
|
|
|
26025
26112
|
|
|
26026
26113
|
---
|
|
26027
26114
|
|
|
26028
|
-
The following software may be included in this product: verdaccio-htpasswd (13.0.0-next-8.
|
|
26115
|
+
The following software may be included in this product: verdaccio-htpasswd (13.0.0-next-8.29)
|
|
26029
26116
|
This software contains the following license and notice below:
|
|
26030
26117
|
|
|
26031
26118
|
MIT License
|
|
@@ -36245,27 +36332,6 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
36245
36332
|
|
|
36246
36333
|
---
|
|
36247
36334
|
|
|
36248
|
-
The following software may be included in this product: minimatch (9.0.3)
|
|
36249
|
-
This software contains the following license and notice below:
|
|
36250
|
-
|
|
36251
|
-
The ISC License
|
|
36252
|
-
|
|
36253
|
-
Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors
|
|
36254
|
-
|
|
36255
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
36256
|
-
purpose with or without fee is hereby granted, provided that the above
|
|
36257
|
-
copyright notice and this permission notice appear in all copies.
|
|
36258
|
-
|
|
36259
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
36260
|
-
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
36261
|
-
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
36262
|
-
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
36263
|
-
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
36264
|
-
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
|
|
36265
|
-
IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
36266
|
-
|
|
36267
|
-
---
|
|
36268
|
-
|
|
36269
36335
|
The following software may be included in this product: minimatch (9.0.5)
|
|
36270
36336
|
This software contains the following license and notice below:
|
|
36271
36337
|
|
|
@@ -39148,6 +39214,67 @@ software or this license, under any kind of legal claim._**
|
|
|
39148
39214
|
|
|
39149
39215
|
---
|
|
39150
39216
|
|
|
39217
|
+
The following software may be included in this product: minimatch (10.1.2)
|
|
39218
|
+
This software contains the following license and notice below:
|
|
39219
|
+
|
|
39220
|
+
# Blue Oak Model License
|
|
39221
|
+
|
|
39222
|
+
Version 1.0.0
|
|
39223
|
+
|
|
39224
|
+
## Purpose
|
|
39225
|
+
|
|
39226
|
+
This license gives everyone as much permission to work with
|
|
39227
|
+
this software as possible, while protecting contributors
|
|
39228
|
+
from liability.
|
|
39229
|
+
|
|
39230
|
+
## Acceptance
|
|
39231
|
+
|
|
39232
|
+
In order to receive this license, you must agree to its
|
|
39233
|
+
rules. The rules of this license are both obligations
|
|
39234
|
+
under that agreement and conditions to your license.
|
|
39235
|
+
You must not do anything with this software that triggers
|
|
39236
|
+
a rule that you cannot or will not follow.
|
|
39237
|
+
|
|
39238
|
+
## Copyright
|
|
39239
|
+
|
|
39240
|
+
Each contributor licenses you to do everything with this
|
|
39241
|
+
software that would otherwise infringe that contributor's
|
|
39242
|
+
copyright in it.
|
|
39243
|
+
|
|
39244
|
+
## Notices
|
|
39245
|
+
|
|
39246
|
+
You must ensure that everyone who gets a copy of
|
|
39247
|
+
any part of this software from you, with or without
|
|
39248
|
+
changes, also gets the text of this license or a link to
|
|
39249
|
+
<https://blueoakcouncil.org/license/1.0.0>.
|
|
39250
|
+
|
|
39251
|
+
## Excuse
|
|
39252
|
+
|
|
39253
|
+
If anyone notifies you in writing that you have not
|
|
39254
|
+
complied with [Notices](#notices), you can keep your
|
|
39255
|
+
license by taking all practical steps to comply within 30
|
|
39256
|
+
days after the notice. If you do not do so, your license
|
|
39257
|
+
ends immediately.
|
|
39258
|
+
|
|
39259
|
+
## Patent
|
|
39260
|
+
|
|
39261
|
+
Each contributor licenses you to do everything with this
|
|
39262
|
+
software that would otherwise infringe any patent claims
|
|
39263
|
+
they can license or become able to license.
|
|
39264
|
+
|
|
39265
|
+
## Reliability
|
|
39266
|
+
|
|
39267
|
+
No contributor can revoke this license.
|
|
39268
|
+
|
|
39269
|
+
## No Liability
|
|
39270
|
+
|
|
39271
|
+
**_As far as the law allows, this software comes as is,
|
|
39272
|
+
without any warranty or condition, and no contributor
|
|
39273
|
+
will be liable to anyone for any damages related to this
|
|
39274
|
+
software or this license, under any kind of legal claim._**
|
|
39275
|
+
|
|
39276
|
+
---
|
|
39277
|
+
|
|
39151
39278
|
The following software may be included in this product: package-json-from-dist (1.0.1)
|
|
39152
39279
|
This software contains the following license and notice below:
|
|
39153
39280
|
|
|
@@ -39919,7 +40046,7 @@ defined by the Mozilla Public License, v. 2.0.
|
|
|
39919
40046
|
|
|
39920
40047
|
---
|
|
39921
40048
|
|
|
39922
|
-
The following software may be included in this product: lightningcss-
|
|
40049
|
+
The following software may be included in this product: lightningcss-darwin-arm64 (1.30.2)
|
|
39923
40050
|
This software contains the following license and notice below:
|
|
39924
40051
|
|
|
39925
40052
|
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.73.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/awslabs/nx-plugin-for-aws.git",
|
|
@@ -19,20 +19,20 @@
|
|
|
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.
|
|
35
|
-
"@nxlv/python": "~
|
|
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
|
+
"@nxlv/python": "~22.1.0",
|
|
36
36
|
"@phenomnomnominal/tsquery": "6.1.4",
|
|
37
37
|
"enquirer": "^2.4.1",
|
|
38
38
|
"fast-glob": "^3.3.3",
|
|
@@ -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",
|