@aws/nx-plugin 0.73.1 → 0.75.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 +69 -242
- package/package.json +7 -7
- package/src/infra/app/__snapshots__/generator.spec.ts.snap +51 -51
- package/src/infra/app/generator.js +19 -13
- package/src/infra/app/generator.js.map +1 -1
- package/src/preset/__snapshots__/generator.spec.ts.snap +5 -5
- package/src/py/fast-api/generator.js +1 -1
- package/src/py/fast-api/generator.js.map +1 -1
- package/src/py/fast-api/react/open-api.js +2 -2
- package/src/py/fast-api/react/open-api.js.map +1 -1
- package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +1 -1
- package/src/py/project/generator.js +1 -1
- package/src/py/project/generator.js.map +1 -1
- package/src/py/strands-agent/__snapshots__/generator.spec.ts.snap +4 -4
- package/src/smithy/project/__snapshots__/generator.spec.ts.snap +12 -12
- package/src/smithy/project/generator.js +3 -3
- package/src/smithy/project/generator.js.map +1 -1
- package/src/smithy/ts/api/__snapshots__/generator.spec.ts.snap +8 -8
- package/src/smithy/ts/api/generator.js +1 -1
- package/src/smithy/ts/api/generator.js.map +1 -1
- package/src/terraform/project/generator.js +2 -2
- package/src/terraform/project/generator.js.map +1 -1
- package/src/trpc/backend/generator.js +1 -1
- package/src/trpc/backend/generator.js.map +1 -1
- package/src/ts/lib/__snapshots__/generator.spec.ts.snap +6 -6
- package/src/ts/lib/generator.js +2 -3
- package/src/ts/lib/generator.js.map +1 -1
- package/src/ts/nx-plugin/__snapshots__/generator.spec.ts.snap +1 -1
- package/src/ts/nx-plugin/generator.js +10 -10
- package/src/ts/nx-plugin/generator.js.map +1 -1
- package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +46 -46
- package/src/ts/react-website/app/generator.js +5 -4
- package/src/ts/react-website/app/generator.js.map +1 -1
- package/src/utils/bundle/bundle.js +4 -5
- package/src/utils/bundle/bundle.js.map +1 -1
- package/src/utils/mock-project-graph.d.ts +5 -0
- package/src/utils/mock-project-graph.js +30 -0
- package/src/utils/mock-project-graph.js.map +1 -0
- package/src/utils/versions.d.ts +30 -30
- package/src/utils/versions.js +29 -29
- package/src/utils/versions.js.map +1 -1
package/LICENSE-THIRD-PARTY
CHANGED
|
@@ -3352,12 +3352,36 @@ 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/linux-x64 (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/linux-x64 <https://github.com/evanw/esbuild#readme>
|
|
3361
|
+
|
|
3362
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3363
|
+
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
3364
|
+
without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3365
|
+
copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
|
|
3366
|
+
following conditions:
|
|
3367
|
+
|
|
3368
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
3369
|
+
portions of the Software.
|
|
3370
|
+
|
|
3371
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
3372
|
+
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
|
3373
|
+
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3374
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
3375
|
+
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3376
|
+
|
|
3377
|
+
---
|
|
3378
|
+
|
|
3379
|
+
The following software may be included in this product: @esbuild/linux-x64 (0.27.3)
|
|
3380
|
+
This software contains the following license and notice below:
|
|
3381
|
+
|
|
3382
|
+
MIT License
|
|
3383
|
+
|
|
3384
|
+
Copyright (c) The maintainers of @esbuild/linux-x64 <https://github.com/evanw/esbuild#readme>
|
|
3361
3385
|
|
|
3362
3386
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
|
3363
3387
|
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
|
@@ -3587,35 +3611,6 @@ SOFTWARE.
|
|
|
3587
3611
|
|
|
3588
3612
|
---
|
|
3589
3613
|
|
|
3590
|
-
The following software may be included in this product: @isaacs/brace-expansion (5.0.0)
|
|
3591
|
-
This software contains the following license and notice below:
|
|
3592
|
-
|
|
3593
|
-
MIT License
|
|
3594
|
-
|
|
3595
|
-
Copyright Julian Gruber <julian@juliangruber.com>
|
|
3596
|
-
|
|
3597
|
-
TypeScript port Copyright Isaac Z. Schlueter <i@izs.me>
|
|
3598
|
-
|
|
3599
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3600
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3601
|
-
in the Software without restriction, including without limitation the rights
|
|
3602
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3603
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3604
|
-
furnished to do so, subject to the following conditions:
|
|
3605
|
-
|
|
3606
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3607
|
-
copies or substantial portions of the Software.
|
|
3608
|
-
|
|
3609
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3610
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3611
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3612
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3613
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3614
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3615
|
-
SOFTWARE.
|
|
3616
|
-
|
|
3617
|
-
---
|
|
3618
|
-
|
|
3619
3614
|
The following software may be included in this product: @isaacs/brace-expansion (5.0.1)
|
|
3620
3615
|
This software contains the following license and notice below:
|
|
3621
3616
|
|
|
@@ -4524,7 +4519,7 @@ SOFTWARE.
|
|
|
4524
4519
|
|
|
4525
4520
|
---
|
|
4526
4521
|
|
|
4527
|
-
The following software may be included in this product: @nx/devkit (22.
|
|
4522
|
+
The following software may be included in this product: @nx/devkit (22.5.1)
|
|
4528
4523
|
This software contains the following license and notice below:
|
|
4529
4524
|
|
|
4530
4525
|
(The MIT License)
|
|
@@ -4552,7 +4547,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
4552
4547
|
|
|
4553
4548
|
---
|
|
4554
4549
|
|
|
4555
|
-
The following software may be included in this product: @nx/eslint (22.
|
|
4550
|
+
The following software may be included in this product: @nx/eslint (22.5.1)
|
|
4556
4551
|
This software contains the following license and notice below:
|
|
4557
4552
|
|
|
4558
4553
|
(The MIT License)
|
|
@@ -4580,7 +4575,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
4580
4575
|
|
|
4581
4576
|
---
|
|
4582
4577
|
|
|
4583
|
-
The following software may be included in this product: @nx/js (22.
|
|
4578
|
+
The following software may be included in this product: @nx/js (22.5.1)
|
|
4584
4579
|
This software contains the following license and notice below:
|
|
4585
4580
|
|
|
4586
4581
|
(The MIT License)
|
|
@@ -4608,7 +4603,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
4608
4603
|
|
|
4609
4604
|
---
|
|
4610
4605
|
|
|
4611
|
-
The following software may be included in this product: @nx/module-federation (22.
|
|
4606
|
+
The following software may be included in this product: @nx/module-federation (22.5.1)
|
|
4612
4607
|
This software contains the following license and notice below:
|
|
4613
4608
|
|
|
4614
4609
|
(The MIT License)
|
|
@@ -4636,7 +4631,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
4636
4631
|
|
|
4637
4632
|
---
|
|
4638
4633
|
|
|
4639
|
-
The following software may be included in this product: @nx/nx-
|
|
4634
|
+
The following software may be included in this product: @nx/nx-linux-x64-gnu (22.5.1)
|
|
4640
4635
|
This software contains the following license and notice below:
|
|
4641
4636
|
|
|
4642
4637
|
(The MIT License)
|
|
@@ -4664,7 +4659,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
4664
4659
|
|
|
4665
4660
|
---
|
|
4666
4661
|
|
|
4667
|
-
The following software may be included in this product: @nx/react (22.
|
|
4662
|
+
The following software may be included in this product: @nx/react (22.5.1)
|
|
4668
4663
|
This software contains the following license and notice below:
|
|
4669
4664
|
|
|
4670
4665
|
(The MIT License)
|
|
@@ -4692,7 +4687,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
4692
4687
|
|
|
4693
4688
|
---
|
|
4694
4689
|
|
|
4695
|
-
The following software may be included in this product: @nx/rollup (22.
|
|
4690
|
+
The following software may be included in this product: @nx/rollup (22.5.1)
|
|
4696
4691
|
This software contains the following license and notice below:
|
|
4697
4692
|
|
|
4698
4693
|
(The MIT License)
|
|
@@ -4720,7 +4715,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
4720
4715
|
|
|
4721
4716
|
---
|
|
4722
4717
|
|
|
4723
|
-
The following software may be included in this product: @nx/vite (22.
|
|
4718
|
+
The following software may be included in this product: @nx/vite (22.5.1)
|
|
4724
4719
|
This software contains the following license and notice below:
|
|
4725
4720
|
|
|
4726
4721
|
(The MIT License)
|
|
@@ -4748,7 +4743,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
4748
4743
|
|
|
4749
4744
|
---
|
|
4750
4745
|
|
|
4751
|
-
The following software may be included in this product: @nx/vitest (22.
|
|
4746
|
+
The following software may be included in this product: @nx/vitest (22.5.1)
|
|
4752
4747
|
This software contains the following license and notice below:
|
|
4753
4748
|
|
|
4754
4749
|
(The MIT License)
|
|
@@ -4776,7 +4771,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
4776
4771
|
|
|
4777
4772
|
---
|
|
4778
4773
|
|
|
4779
|
-
The following software may be included in this product: @nx/web (22.
|
|
4774
|
+
The following software may be included in this product: @nx/web (22.5.1)
|
|
4780
4775
|
This software contains the following license and notice below:
|
|
4781
4776
|
|
|
4782
4777
|
(The MIT License)
|
|
@@ -4804,7 +4799,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
4804
4799
|
|
|
4805
4800
|
---
|
|
4806
4801
|
|
|
4807
|
-
The following software may be included in this product: @nx/workspace (22.
|
|
4802
|
+
The following software may be included in this product: @nx/workspace (22.5.1)
|
|
4808
4803
|
This software contains the following license and notice below:
|
|
4809
4804
|
|
|
4810
4805
|
(The MIT License)
|
|
@@ -5354,7 +5349,7 @@ THE SOFTWARE.
|
|
|
5354
5349
|
|
|
5355
5350
|
---
|
|
5356
5351
|
|
|
5357
|
-
The following software may be included in this product: @rollup/rollup-
|
|
5352
|
+
The following software may be included in this product: @rollup/rollup-linux-x64-gnu (4.50.1)
|
|
5358
5353
|
This software contains the following license and notice below:
|
|
5359
5354
|
|
|
5360
5355
|
MIT License
|
|
@@ -5406,7 +5401,7 @@ SOFTWARE.
|
|
|
5406
5401
|
|
|
5407
5402
|
---
|
|
5408
5403
|
|
|
5409
|
-
The following software may be included in this product: @rspack/binding-
|
|
5404
|
+
The following software may be included in this product: @rspack/binding-linux-x64-gnu (1.6.8)
|
|
5410
5405
|
This software contains the following license and notice below:
|
|
5411
5406
|
|
|
5412
5407
|
MIT License
|
|
@@ -5744,87 +5739,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
5744
5739
|
|
|
5745
5740
|
---
|
|
5746
5741
|
|
|
5747
|
-
The following software may be included in this product: @swc-node/core (1.14.1)
|
|
5748
|
-
This software contains the following license and notice below:
|
|
5749
|
-
|
|
5750
|
-
MIT License
|
|
5751
|
-
|
|
5752
|
-
Copyright (c) 2020-present LongYinan
|
|
5753
|
-
|
|
5754
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5755
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
5756
|
-
in the Software without restriction, including without limitation the rights
|
|
5757
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5758
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
5759
|
-
furnished to do so, subject to the following conditions:
|
|
5760
|
-
|
|
5761
|
-
The above copyright notice and this permission notice shall be included in all
|
|
5762
|
-
copies or substantial portions of the Software.
|
|
5763
|
-
|
|
5764
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5765
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5766
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5767
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5768
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5769
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5770
|
-
SOFTWARE.
|
|
5771
|
-
|
|
5772
|
-
---
|
|
5773
|
-
|
|
5774
|
-
The following software may be included in this product: @swc-node/register (1.9.2)
|
|
5775
|
-
This software contains the following license and notice below:
|
|
5776
|
-
|
|
5777
|
-
MIT License
|
|
5778
|
-
|
|
5779
|
-
Copyright (c) 2020-present LongYinan
|
|
5780
|
-
|
|
5781
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5782
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
5783
|
-
in the Software without restriction, including without limitation the rights
|
|
5784
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5785
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
5786
|
-
furnished to do so, subject to the following conditions:
|
|
5787
|
-
|
|
5788
|
-
The above copyright notice and this permission notice shall be included in all
|
|
5789
|
-
copies or substantial portions of the Software.
|
|
5790
|
-
|
|
5791
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5792
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5793
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5794
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5795
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5796
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5797
|
-
SOFTWARE.
|
|
5798
|
-
|
|
5799
|
-
---
|
|
5800
|
-
|
|
5801
|
-
The following software may be included in this product: @swc-node/sourcemap-support (0.5.1)
|
|
5802
|
-
This software contains the following license and notice below:
|
|
5803
|
-
|
|
5804
|
-
MIT License
|
|
5805
|
-
|
|
5806
|
-
Copyright (c) 2020-present LongYinan
|
|
5807
|
-
|
|
5808
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5809
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
5810
|
-
in the Software without restriction, including without limitation the rights
|
|
5811
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5812
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
5813
|
-
furnished to do so, subject to the following conditions:
|
|
5814
|
-
|
|
5815
|
-
The above copyright notice and this permission notice shall be included in all
|
|
5816
|
-
copies or substantial portions of the Software.
|
|
5817
|
-
|
|
5818
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5819
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5820
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5821
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5822
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5823
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5824
|
-
SOFTWARE.
|
|
5825
|
-
|
|
5826
|
-
---
|
|
5827
|
-
|
|
5828
5742
|
The following software may be included in this product: @szmarczak/http-timer (4.0.6)
|
|
5829
5743
|
This software contains the following license and notice below:
|
|
5830
5744
|
|
|
@@ -6200,7 +6114,7 @@ SOFTWARE
|
|
|
6200
6114
|
|
|
6201
6115
|
---
|
|
6202
6116
|
|
|
6203
|
-
The following software may be included in this product: @types/node (22.19.
|
|
6117
|
+
The following software may be included in this product: @types/node (22.19.11)
|
|
6204
6118
|
This software contains the following license and notice below:
|
|
6205
6119
|
|
|
6206
6120
|
MIT License
|
|
@@ -10163,35 +10077,6 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|
|
10163
10077
|
|
|
10164
10078
|
---
|
|
10165
10079
|
|
|
10166
|
-
The following software may be included in this product: cookie (0.7.1)
|
|
10167
|
-
This software contains the following license and notice below:
|
|
10168
|
-
|
|
10169
|
-
(The MIT License)
|
|
10170
|
-
|
|
10171
|
-
Copyright (c) 2012-2014 Roman Shtylman <shtylman@gmail.com>
|
|
10172
|
-
Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
10173
|
-
|
|
10174
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
10175
|
-
a copy of this software and associated documentation files (the
|
|
10176
|
-
'Software'), to deal in the Software without restriction, including
|
|
10177
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
10178
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
10179
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
10180
|
-
the following conditions:
|
|
10181
|
-
|
|
10182
|
-
The above copyright notice and this permission notice shall be
|
|
10183
|
-
included in all copies or substantial portions of the Software.
|
|
10184
|
-
|
|
10185
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
10186
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
10187
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
10188
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
10189
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
10190
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
10191
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
10192
|
-
|
|
10193
|
-
---
|
|
10194
|
-
|
|
10195
10080
|
The following software may be included in this product: cookie (0.7.2)
|
|
10196
10081
|
This software contains the following license and notice below:
|
|
10197
10082
|
|
|
@@ -11943,6 +11828,33 @@ SOFTWARE.
|
|
|
11943
11828
|
|
|
11944
11829
|
---
|
|
11945
11830
|
|
|
11831
|
+
The following software may be included in this product: esbuild (0.27.3)
|
|
11832
|
+
This software contains the following license and notice below:
|
|
11833
|
+
|
|
11834
|
+
MIT License
|
|
11835
|
+
|
|
11836
|
+
Copyright (c) 2020 Evan Wallace
|
|
11837
|
+
|
|
11838
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11839
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
11840
|
+
in the Software without restriction, including without limitation the rights
|
|
11841
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11842
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
11843
|
+
furnished to do so, subject to the following conditions:
|
|
11844
|
+
|
|
11845
|
+
The above copyright notice and this permission notice shall be included in all
|
|
11846
|
+
copies or substantial portions of the Software.
|
|
11847
|
+
|
|
11848
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
11849
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
11850
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
11851
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
11852
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
11853
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
11854
|
+
SOFTWARE.
|
|
11855
|
+
|
|
11856
|
+
---
|
|
11857
|
+
|
|
11946
11858
|
The following software may be included in this product: escalade (3.2.0)
|
|
11947
11859
|
This software contains the following license and notice below:
|
|
11948
11860
|
|
|
@@ -12273,36 +12185,6 @@ THE SOFTWARE.
|
|
|
12273
12185
|
|
|
12274
12186
|
---
|
|
12275
12187
|
|
|
12276
|
-
The following software may be included in this product: express (4.21.2)
|
|
12277
|
-
This software contains the following license and notice below:
|
|
12278
|
-
|
|
12279
|
-
(The MIT License)
|
|
12280
|
-
|
|
12281
|
-
Copyright (c) 2009-2014 TJ Holowaychuk <tj@vision-media.ca>
|
|
12282
|
-
Copyright (c) 2013-2014 Roman Shtylman <shtylman+expressjs@gmail.com>
|
|
12283
|
-
Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
|
12284
|
-
|
|
12285
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
12286
|
-
a copy of this software and associated documentation files (the
|
|
12287
|
-
'Software'), to deal in the Software without restriction, including
|
|
12288
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
12289
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
12290
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
12291
|
-
the following conditions:
|
|
12292
|
-
|
|
12293
|
-
The above copyright notice and this permission notice shall be
|
|
12294
|
-
included in all copies or substantial portions of the Software.
|
|
12295
|
-
|
|
12296
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
12297
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
12298
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
12299
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
12300
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
12301
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
12302
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
12303
|
-
|
|
12304
|
-
---
|
|
12305
|
-
|
|
12306
12188
|
The following software may be included in this product: express (4.22.1)
|
|
12307
12189
|
This software contains the following license and notice below:
|
|
12308
12190
|
|
|
@@ -13225,34 +13107,6 @@ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHE
|
|
|
13225
13107
|
|
|
13226
13108
|
---
|
|
13227
13109
|
|
|
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
|
-
|
|
13256
13110
|
The following software may be included in this product: function-bind (1.1.2)
|
|
13257
13111
|
This software contains the following license and notice below:
|
|
13258
13112
|
|
|
@@ -18284,7 +18138,7 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|
|
18284
18138
|
|
|
18285
18139
|
---
|
|
18286
18140
|
|
|
18287
|
-
The following software may be included in this product: nx (22.
|
|
18141
|
+
The following software may be included in this product: nx (22.5.1)
|
|
18288
18142
|
This software contains the following license and notice below:
|
|
18289
18143
|
|
|
18290
18144
|
(The MIT License)
|
|
@@ -19439,33 +19293,6 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
19439
19293
|
|
|
19440
19294
|
---
|
|
19441
19295
|
|
|
19442
|
-
The following software may be included in this product: pirates (4.0.7)
|
|
19443
|
-
This software contains the following license and notice below:
|
|
19444
|
-
|
|
19445
|
-
MIT License
|
|
19446
|
-
|
|
19447
|
-
Copyright (c) 2016-2018 Ari Porad
|
|
19448
|
-
|
|
19449
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
19450
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
19451
|
-
in the Software without restriction, including without limitation the rights
|
|
19452
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
19453
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
19454
|
-
furnished to do so, subject to the following conditions:
|
|
19455
|
-
|
|
19456
|
-
The above copyright notice and this permission notice shall be included in all
|
|
19457
|
-
copies or substantial portions of the Software.
|
|
19458
|
-
|
|
19459
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
19460
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
19461
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19462
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19463
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
19464
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
19465
|
-
SOFTWARE.
|
|
19466
|
-
|
|
19467
|
-
---
|
|
19468
|
-
|
|
19469
19296
|
The following software may be included in this product: pkce-challenge (5.0.0)
|
|
19470
19297
|
This software contains the following license and notice below:
|
|
19471
19298
|
|
|
@@ -40046,7 +39873,7 @@ defined by the Mozilla Public License, v. 2.0.
|
|
|
40046
39873
|
|
|
40047
39874
|
---
|
|
40048
39875
|
|
|
40049
|
-
The following software may be included in this product: lightningcss-
|
|
39876
|
+
The following software may be included in this product: lightningcss-linux-x64-gnu (1.30.2)
|
|
40050
39877
|
This software contains the following license and notice below:
|
|
40051
39878
|
|
|
40052
39879
|
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.75.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/awslabs/nx-plugin-for-aws.git",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
"generators": "./generators.json",
|
|
21
21
|
"peerDependencies": {
|
|
22
|
-
"nx": "~22.
|
|
22
|
+
"nx": "~22.5.0",
|
|
23
23
|
"prettier": "^3.8.1"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"@hey-api/openapi-ts": "0.64.13",
|
|
28
28
|
"@iarna/toml": "^2.2.5",
|
|
29
29
|
"@modelcontextprotocol/sdk": "~1.26.0",
|
|
30
|
-
"@nx/devkit": "~22.
|
|
31
|
-
"@nx/eslint": "~22.
|
|
32
|
-
"@nx/js": "~22.
|
|
33
|
-
"@nx/react": "~22.
|
|
34
|
-
"@nx/vite": "~22.
|
|
30
|
+
"@nx/devkit": "~22.5.0",
|
|
31
|
+
"@nx/eslint": "~22.5.0",
|
|
32
|
+
"@nx/js": "~22.5.0",
|
|
33
|
+
"@nx/react": "~22.5.0",
|
|
34
|
+
"@nx/vite": "~22.5.0",
|
|
35
35
|
"@nxlv/python": "~22.1.0",
|
|
36
36
|
"@phenomnomnominal/tsquery": "6.1.4",
|
|
37
37
|
"enquirer": "^2.4.1",
|