@aws/nx-plugin 0.80.1 → 0.82.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.
Files changed (50) hide show
  1. package/LICENSE-THIRD-PARTY +141 -373
  2. package/package.json +4 -4
  3. package/src/infra/app/__snapshots__/generator.spec.ts.snap +11 -11
  4. package/src/py/fast-api/__snapshots__/generator.spec.ts.snap +368 -86
  5. package/src/py/fast-api/generator.js +3 -0
  6. package/src/py/fast-api/generator.js.map +1 -1
  7. package/src/py/fast-api/schema.d.ts +1 -0
  8. package/src/py/fast-api/schema.json +22 -0
  9. package/src/py/mcp-server/__snapshots__/generator.spec.ts.snap +1 -1
  10. package/src/py/strands-agent/__snapshots__/generator.spec.ts.snap +5 -5
  11. package/src/smithy/ts/api/__snapshots__/generator.spec.ts.snap +12 -8
  12. package/src/smithy/ts/api/generator.js +3 -0
  13. package/src/smithy/ts/api/generator.js.map +1 -1
  14. package/src/smithy/ts/api/schema.d.ts +4 -0
  15. package/src/smithy/ts/api/schema.json +22 -0
  16. package/src/trpc/backend/__snapshots__/generator.spec.ts.snap +392 -102
  17. package/src/trpc/backend/generator.js +20 -1
  18. package/src/trpc/backend/generator.js.map +1 -1
  19. package/src/trpc/backend/schema.d.ts +1 -0
  20. package/src/trpc/backend/schema.json +22 -0
  21. package/src/trpc/react/__snapshots__/generator.spec.ts.snap +2 -3
  22. package/src/trpc/react/generator.js +1 -2
  23. package/src/trpc/react/generator.js.map +1 -1
  24. package/src/ts/mcp-server/__snapshots__/generator.spec.ts.snap +1 -1
  25. package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +28 -28
  26. package/src/ts/strands-agent/__snapshots__/generator.spec.ts.snap +5 -4
  27. package/src/ts/strands-agent/files/app/router.ts.template +5 -4
  28. package/src/utils/api-constructs/api-constructs.d.ts +1 -0
  29. package/src/utils/api-constructs/api-constructs.js.map +1 -1
  30. package/src/utils/api-constructs/files/cdk/app/apis/http/__apiNameKebabCase__.ts.template +18 -10
  31. package/src/utils/api-constructs/files/cdk/app/apis/rest/__apiNameKebabCase__.ts.template +28 -16
  32. package/src/utils/api-constructs/files/cdk/core/api/http/http-api.ts.template +25 -5
  33. package/src/utils/api-constructs/files/cdk/core/api/rest/rest-api.ts.template +32 -8
  34. package/src/utils/api-constructs/files/cdk/core/api/utils/utils.ts.template +151 -32
  35. package/src/utils/connection/open-api/react.js +1 -2
  36. package/src/utils/connection/open-api/react.js.map +1 -1
  37. package/src/utils/files/common/shadcn/src/components/ui/alert.tsx.template +3 -3
  38. package/src/utils/files/common/shadcn/src/components/ui/breadcrumb.tsx.template +3 -3
  39. package/src/utils/files/common/shadcn/src/components/ui/button.tsx.template +4 -4
  40. package/src/utils/files/common/shadcn/src/components/ui/card.tsx.template +2 -2
  41. package/src/utils/files/common/shadcn/src/components/ui/input.tsx.template +3 -3
  42. package/src/utils/files/common/shadcn/src/components/ui/separator.tsx.template +1 -1
  43. package/src/utils/files/common/shadcn/src/components/ui/sheet.tsx.template +9 -9
  44. package/src/utils/files/common/shadcn/src/components/ui/sidebar.tsx.template +18 -18
  45. package/src/utils/files/common/shadcn/src/components/ui/skeleton.tsx.template +1 -1
  46. package/src/utils/files/common/shadcn/src/components/ui/tooltip.tsx.template +2 -2
  47. package/src/utils/files/website/hooks/sigv4/useSigV4.tsx.template +2 -3
  48. package/src/utils/versions.d.ts +40 -42
  49. package/src/utils/versions.js +39 -41
  50. package/src/utils/versions.js.map +1 -1
@@ -151,7 +151,7 @@ SOFTWARE.
151
151
 
152
152
  ---
153
153
 
154
- The following software may be included in this product: @babel/code-frame (7.27.1)
154
+ The following software may be included in this product: @babel/code-frame (7.29.0)
155
155
  This software contains the following license and notice below:
156
156
 
157
157
  MIT License
@@ -683,34 +683,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
683
683
 
684
684
  ---
685
685
 
686
- The following software may be included in this product: @babel/helper-validator-identifier (7.27.1)
687
- This software contains the following license and notice below:
688
-
689
- MIT License
690
-
691
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
692
-
693
- Permission is hereby granted, free of charge, to any person obtaining
694
- a copy of this software and associated documentation files (the
695
- "Software"), to deal in the Software without restriction, including
696
- without limitation the rights to use, copy, modify, merge, publish,
697
- distribute, sublicense, and/or sell copies of the Software, and to
698
- permit persons to whom the Software is furnished to do so, subject to
699
- the following conditions:
700
-
701
- The above copyright notice and this permission notice shall be
702
- included in all copies or substantial portions of the Software.
703
-
704
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
705
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
706
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
707
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
708
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
709
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
710
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
711
-
712
- ---
713
-
714
686
  The following software may be included in this product: @babel/helper-validator-identifier (7.28.5)
715
687
  This software contains the following license and notice below:
716
688
 
@@ -824,56 +796,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
824
796
 
825
797
  ---
826
798
 
827
- The following software may be included in this product: @babel/parser (7.28.4)
828
- This software contains the following license and notice below:
829
-
830
- Copyright (C) 2012-2014 by various contributors (see AUTHORS)
831
-
832
- Permission is hereby granted, free of charge, to any person obtaining a copy
833
- of this software and associated documentation files (the "Software"), to deal
834
- in the Software without restriction, including without limitation the rights
835
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
836
- copies of the Software, and to permit persons to whom the Software is
837
- furnished to do so, subject to the following conditions:
838
-
839
- The above copyright notice and this permission notice shall be included in
840
- all copies or substantial portions of the Software.
841
-
842
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
843
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
844
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
845
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
846
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
847
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
848
- THE SOFTWARE.
849
-
850
- ---
851
-
852
- The following software may be included in this product: @babel/parser (7.28.5)
853
- This software contains the following license and notice below:
854
-
855
- Copyright (C) 2012-2014 by various contributors (see AUTHORS)
856
-
857
- Permission is hereby granted, free of charge, to any person obtaining a copy
858
- of this software and associated documentation files (the "Software"), to deal
859
- in the Software without restriction, including without limitation the rights
860
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
861
- copies of the Software, and to permit persons to whom the Software is
862
- furnished to do so, subject to the following conditions:
863
-
864
- The above copyright notice and this permission notice shall be included in
865
- all copies or substantial portions of the Software.
866
-
867
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
868
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
869
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
870
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
871
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
872
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
873
- THE SOFTWARE.
874
-
875
- ---
876
-
877
799
  The following software may be included in this product: @babel/parser (7.29.0)
878
800
  This software contains the following license and notice below:
879
801
 
@@ -3083,90 +3005,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3083
3005
 
3084
3006
  ---
3085
3007
 
3086
- The following software may be included in this product: @babel/types (7.28.4)
3087
- This software contains the following license and notice below:
3088
-
3089
- MIT License
3090
-
3091
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
3092
-
3093
- Permission is hereby granted, free of charge, to any person obtaining
3094
- a copy of this software and associated documentation files (the
3095
- "Software"), to deal in the Software without restriction, including
3096
- without limitation the rights to use, copy, modify, merge, publish,
3097
- distribute, sublicense, and/or sell copies of the Software, and to
3098
- permit persons to whom the Software is furnished to do so, subject to
3099
- the following conditions:
3100
-
3101
- The above copyright notice and this permission notice shall be
3102
- included in all copies or substantial portions of the Software.
3103
-
3104
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3105
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3106
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3107
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3108
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3109
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3110
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3111
-
3112
- ---
3113
-
3114
- The following software may be included in this product: @babel/types (7.28.5)
3115
- This software contains the following license and notice below:
3116
-
3117
- MIT License
3118
-
3119
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
3120
-
3121
- Permission is hereby granted, free of charge, to any person obtaining
3122
- a copy of this software and associated documentation files (the
3123
- "Software"), to deal in the Software without restriction, including
3124
- without limitation the rights to use, copy, modify, merge, publish,
3125
- distribute, sublicense, and/or sell copies of the Software, and to
3126
- permit persons to whom the Software is furnished to do so, subject to
3127
- the following conditions:
3128
-
3129
- The above copyright notice and this permission notice shall be
3130
- included in all copies or substantial portions of the Software.
3131
-
3132
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
3133
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
3134
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3135
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3136
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3137
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3138
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3139
-
3140
- ---
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
-
3170
3008
  The following software may be included in this product: @babel/types (7.29.0)
3171
3009
  This software contains the following license and notice below:
3172
3010
 
@@ -3380,36 +3218,12 @@ SOFTWARE.
3380
3218
 
3381
3219
  ---
3382
3220
 
3383
- The following software may be included in this product: @esbuild/darwin-arm64 (0.27.2)
3221
+ The following software may be included in this product: @esbuild/linux-x64 (0.27.3)
3384
3222
  This software contains the following license and notice below:
3385
3223
 
3386
3224
  MIT License
3387
3225
 
3388
- Copyright (c) The maintainers of @esbuild/darwin-arm64 <https://github.com/evanw/esbuild#readme>
3389
-
3390
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
3391
- associated documentation files (the "Software"), to deal in the Software without restriction, including
3392
- without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3393
- copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
3394
- following conditions:
3395
-
3396
- The above copyright notice and this permission notice shall be included in all copies or substantial
3397
- portions of the Software.
3398
-
3399
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
3400
- LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
3401
- EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3402
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
3403
- USE OR OTHER DEALINGS IN THE SOFTWARE.
3404
-
3405
- ---
3406
-
3407
- The following software may be included in this product: @esbuild/darwin-arm64 (0.27.3)
3408
- This software contains the following license and notice below:
3409
-
3410
- MIT License
3411
-
3412
- Copyright (c) The maintainers of @esbuild/darwin-arm64 <https://github.com/evanw/esbuild#readme>
3226
+ Copyright (c) The maintainers of @esbuild/linux-x64 <https://github.com/evanw/esbuild#readme>
3413
3227
 
3414
3228
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
3415
3229
  associated documentation files (the "Software"), to deal in the Software without restriction, including
@@ -3610,64 +3424,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
3610
3424
 
3611
3425
  ---
3612
3426
 
3613
- The following software may be included in this product: @isaacs/balanced-match (4.0.1)
3614
- This software contains the following license and notice below:
3615
-
3616
- (MIT)
3617
-
3618
- Original code Copyright Julian Gruber <julian@juliangruber.com>
3619
-
3620
- Port to TypeScript Copyright Isaac Z. Schlueter <i@izs.me>
3621
-
3622
- Permission is hereby granted, free of charge, to any person obtaining a copy of
3623
- this software and associated documentation files (the "Software"), to deal in
3624
- the Software without restriction, including without limitation the rights to
3625
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
3626
- of the Software, and to permit persons to whom the Software is furnished to do
3627
- so, subject to the following conditions:
3628
-
3629
- The above copyright notice and this permission notice shall be included in all
3630
- copies or substantial portions of the Software.
3631
-
3632
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3633
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3634
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3635
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3636
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3637
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3638
- SOFTWARE.
3639
-
3640
- ---
3641
-
3642
- The following software may be included in this product: @isaacs/brace-expansion (5.0.1)
3643
- This software contains the following license and notice below:
3644
-
3645
- MIT License
3646
-
3647
- Copyright Julian Gruber <julian@juliangruber.com>
3648
-
3649
- TypeScript port Copyright Isaac Z. Schlueter <i@izs.me>
3650
-
3651
- Permission is hereby granted, free of charge, to any person obtaining a copy
3652
- of this software and associated documentation files (the "Software"), to deal
3653
- in the Software without restriction, including without limitation the rights
3654
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3655
- copies of the Software, and to permit persons to whom the Software is
3656
- furnished to do so, subject to the following conditions:
3657
-
3658
- The above copyright notice and this permission notice shall be included in all
3659
- copies or substantial portions of the Software.
3660
-
3661
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
3662
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
3663
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
3664
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
3665
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
3666
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3667
- SOFTWARE.
3668
-
3669
- ---
3670
-
3671
3427
  The following software may be included in this product: @jest/diff-sequences (30.0.1)
3672
3428
  This software contains the following license and notice below:
3673
3429
 
@@ -3931,7 +3687,7 @@ THE SOFTWARE.
3931
3687
 
3932
3688
  ---
3933
3689
 
3934
- The following software may be included in this product: @modelcontextprotocol/sdk (1.27.0)
3690
+ The following software may be included in this product: @modelcontextprotocol/sdk (1.27.1)
3935
3691
  This software contains the following license and notice below:
3936
3692
 
3937
3693
  MIT License
@@ -4547,12 +4303,12 @@ SOFTWARE.
4547
4303
 
4548
4304
  ---
4549
4305
 
4550
- The following software may be included in this product: @nx/devkit (22.5.1)
4306
+ The following software may be included in this product: @nx/devkit (22.5.3)
4551
4307
  This software contains the following license and notice below:
4552
4308
 
4553
4309
  (The MIT License)
4554
4310
 
4555
- Copyright (c) 2017-2025 Narwhal Technologies Inc.
4311
+ Copyright (c) 2017-2026 Narwhal Technologies Inc.
4556
4312
 
4557
4313
  Permission is hereby granted, free of charge, to any person obtaining
4558
4314
  a copy of this software and associated documentation files (the
@@ -4575,12 +4331,12 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4575
4331
 
4576
4332
  ---
4577
4333
 
4578
- The following software may be included in this product: @nx/eslint (22.5.1)
4334
+ The following software may be included in this product: @nx/eslint (22.5.3)
4579
4335
  This software contains the following license and notice below:
4580
4336
 
4581
4337
  (The MIT License)
4582
4338
 
4583
- Copyright (c) 2017-2025 Narwhal Technologies Inc.
4339
+ Copyright (c) 2017-2026 Narwhal Technologies Inc.
4584
4340
 
4585
4341
  Permission is hereby granted, free of charge, to any person obtaining
4586
4342
  a copy of this software and associated documentation files (the
@@ -4603,12 +4359,12 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4603
4359
 
4604
4360
  ---
4605
4361
 
4606
- The following software may be included in this product: @nx/js (22.5.1)
4362
+ The following software may be included in this product: @nx/js (22.5.3)
4607
4363
  This software contains the following license and notice below:
4608
4364
 
4609
4365
  (The MIT License)
4610
4366
 
4611
- Copyright (c) 2017-2025 Narwhal Technologies Inc.
4367
+ Copyright (c) 2017-2026 Narwhal Technologies Inc.
4612
4368
 
4613
4369
  Permission is hereby granted, free of charge, to any person obtaining
4614
4370
  a copy of this software and associated documentation files (the
@@ -4631,12 +4387,12 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4631
4387
 
4632
4388
  ---
4633
4389
 
4634
- The following software may be included in this product: @nx/module-federation (22.5.1)
4390
+ The following software may be included in this product: @nx/module-federation (22.5.3)
4635
4391
  This software contains the following license and notice below:
4636
4392
 
4637
4393
  (The MIT License)
4638
4394
 
4639
- Copyright (c) 2017-2025 Narwhal Technologies Inc.
4395
+ Copyright (c) 2017-2026 Narwhal Technologies Inc.
4640
4396
 
4641
4397
  Permission is hereby granted, free of charge, to any person obtaining
4642
4398
  a copy of this software and associated documentation files (the
@@ -4659,12 +4415,12 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4659
4415
 
4660
4416
  ---
4661
4417
 
4662
- The following software may be included in this product: @nx/nx-darwin-arm64 (22.5.1)
4418
+ The following software may be included in this product: @nx/nx-linux-x64-gnu (22.5.3)
4663
4419
  This software contains the following license and notice below:
4664
4420
 
4665
4421
  (The MIT License)
4666
4422
 
4667
- Copyright (c) 2017-2025 Narwhal Technologies Inc.
4423
+ Copyright (c) 2017-2026 Narwhal Technologies Inc.
4668
4424
 
4669
4425
  Permission is hereby granted, free of charge, to any person obtaining
4670
4426
  a copy of this software and associated documentation files (the
@@ -4687,12 +4443,12 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4687
4443
 
4688
4444
  ---
4689
4445
 
4690
- The following software may be included in this product: @nx/react (22.5.1)
4446
+ The following software may be included in this product: @nx/react (22.5.3)
4691
4447
  This software contains the following license and notice below:
4692
4448
 
4693
4449
  (The MIT License)
4694
4450
 
4695
- Copyright (c) 2017-2025 Narwhal Technologies Inc.
4451
+ Copyright (c) 2017-2026 Narwhal Technologies Inc.
4696
4452
 
4697
4453
  Permission is hereby granted, free of charge, to any person obtaining
4698
4454
  a copy of this software and associated documentation files (the
@@ -4715,12 +4471,12 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4715
4471
 
4716
4472
  ---
4717
4473
 
4718
- The following software may be included in this product: @nx/rollup (22.5.1)
4474
+ The following software may be included in this product: @nx/rollup (22.5.3)
4719
4475
  This software contains the following license and notice below:
4720
4476
 
4721
4477
  (The MIT License)
4722
4478
 
4723
- Copyright (c) 2017-2025 Narwhal Technologies Inc.
4479
+ Copyright (c) 2017-2026 Narwhal Technologies Inc.
4724
4480
 
4725
4481
  Permission is hereby granted, free of charge, to any person obtaining
4726
4482
  a copy of this software and associated documentation files (the
@@ -4743,12 +4499,12 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4743
4499
 
4744
4500
  ---
4745
4501
 
4746
- The following software may be included in this product: @nx/vite (22.5.1)
4502
+ The following software may be included in this product: @nx/vite (22.5.3)
4747
4503
  This software contains the following license and notice below:
4748
4504
 
4749
4505
  (The MIT License)
4750
4506
 
4751
- Copyright (c) 2017-2025 Narwhal Technologies Inc.
4507
+ Copyright (c) 2017-2026 Narwhal Technologies Inc.
4752
4508
 
4753
4509
  Permission is hereby granted, free of charge, to any person obtaining
4754
4510
  a copy of this software and associated documentation files (the
@@ -4771,12 +4527,12 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4771
4527
 
4772
4528
  ---
4773
4529
 
4774
- The following software may be included in this product: @nx/vitest (22.5.1)
4530
+ The following software may be included in this product: @nx/vitest (22.5.3)
4775
4531
  This software contains the following license and notice below:
4776
4532
 
4777
4533
  (The MIT License)
4778
4534
 
4779
- Copyright (c) 2017-2025 Narwhal Technologies Inc.
4535
+ Copyright (c) 2017-2026 Narwhal Technologies Inc.
4780
4536
 
4781
4537
  Permission is hereby granted, free of charge, to any person obtaining
4782
4538
  a copy of this software and associated documentation files (the
@@ -4799,12 +4555,12 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4799
4555
 
4800
4556
  ---
4801
4557
 
4802
- The following software may be included in this product: @nx/web (22.5.1)
4558
+ The following software may be included in this product: @nx/web (22.5.3)
4803
4559
  This software contains the following license and notice below:
4804
4560
 
4805
4561
  (The MIT License)
4806
4562
 
4807
- Copyright (c) 2017-2025 Narwhal Technologies Inc.
4563
+ Copyright (c) 2017-2026 Narwhal Technologies Inc.
4808
4564
 
4809
4565
  Permission is hereby granted, free of charge, to any person obtaining
4810
4566
  a copy of this software and associated documentation files (the
@@ -4827,12 +4583,12 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4827
4583
 
4828
4584
  ---
4829
4585
 
4830
- The following software may be included in this product: @nx/workspace (22.5.1)
4586
+ The following software may be included in this product: @nx/workspace (22.5.3)
4831
4587
  This software contains the following license and notice below:
4832
4588
 
4833
4589
  (The MIT License)
4834
4590
 
4835
- Copyright (c) 2017-2025 Narwhal Technologies Inc.
4591
+ Copyright (c) 2017-2026 Narwhal Technologies Inc.
4836
4592
 
4837
4593
  Permission is hereby granted, free of charge, to any person obtaining
4838
4594
  a copy of this software and associated documentation files (the
@@ -4855,7 +4611,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4855
4611
 
4856
4612
  ---
4857
4613
 
4858
- The following software may be included in this product: @nxlv/python (22.1.0)
4614
+ The following software may be included in this product: @nxlv/python (22.1.1)
4859
4615
  This software contains the following license and notice below:
4860
4616
 
4861
4617
  MIT License
@@ -5377,7 +5133,7 @@ THE SOFTWARE.
5377
5133
 
5378
5134
  ---
5379
5135
 
5380
- The following software may be included in this product: @rollup/rollup-darwin-arm64 (4.50.1)
5136
+ The following software may be included in this product: @rollup/rollup-linux-x64-gnu (4.50.1)
5381
5137
  This software contains the following license and notice below:
5382
5138
 
5383
5139
  MIT License
@@ -5429,7 +5185,7 @@ SOFTWARE.
5429
5185
 
5430
5186
  ---
5431
5187
 
5432
- The following software may be included in this product: @rspack/binding-darwin-arm64 (1.6.8)
5188
+ The following software may be included in this product: @rspack/binding-linux-x64-gnu (1.6.8)
5433
5189
  This software contains the following license and notice below:
5434
5190
 
5435
5191
  MIT License
@@ -6142,7 +5898,7 @@ SOFTWARE
6142
5898
 
6143
5899
  ---
6144
5900
 
6145
- The following software may be included in this product: @types/node (22.19.11)
5901
+ The following software may be included in this product: @types/node (22.19.13)
6146
5902
  This software contains the following license and notice below:
6147
5903
 
6148
5904
  MIT License
@@ -10407,6 +10163,34 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
10407
10163
 
10408
10164
  ---
10409
10165
 
10166
+ The following software may be included in this product: cors (2.8.6)
10167
+ This software contains the following license and notice below:
10168
+
10169
+ (The MIT License)
10170
+
10171
+ Copyright (c) 2013 Troy Goode <troygoode@gmail.com>
10172
+
10173
+ Permission is hereby granted, free of charge, to any person obtaining
10174
+ a copy of this software and associated documentation files (the
10175
+ 'Software'), to deal in the Software without restriction, including
10176
+ without limitation the rights to use, copy, modify, merge, publish,
10177
+ distribute, sublicense, and/or sell copies of the Software, and to
10178
+ permit persons to whom the Software is furnished to do so, subject to
10179
+ the following conditions:
10180
+
10181
+ The above copyright notice and this permission notice shall be
10182
+ included in all copies or substantial portions of the Software.
10183
+
10184
+ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
10185
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
10186
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
10187
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
10188
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
10189
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
10190
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
10191
+
10192
+ ---
10193
+
10410
10194
  The following software may be included in this product: corser (2.0.1)
10411
10195
  This software contains the following license and notice below:
10412
10196
 
@@ -11887,33 +11671,6 @@ SOFTWARE.
11887
11671
 
11888
11672
  ---
11889
11673
 
11890
- The following software may be included in this product: esbuild (0.27.2)
11891
- This software contains the following license and notice below:
11892
-
11893
- MIT License
11894
-
11895
- Copyright (c) 2020 Evan Wallace
11896
-
11897
- Permission is hereby granted, free of charge, to any person obtaining a copy
11898
- of this software and associated documentation files (the "Software"), to deal
11899
- in the Software without restriction, including without limitation the rights
11900
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11901
- copies of the Software, and to permit persons to whom the Software is
11902
- furnished to do so, subject to the following conditions:
11903
-
11904
- The above copyright notice and this permission notice shall be included in all
11905
- copies or substantial portions of the Software.
11906
-
11907
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
11908
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
11909
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
11910
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
11911
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
11912
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
11913
- SOFTWARE.
11914
-
11915
- ---
11916
-
11917
11674
  The following software may be included in this product: esbuild (0.27.3)
11918
11675
  This software contains the following license and notice below:
11919
11676
 
@@ -13172,7 +12929,7 @@ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHE
13172
12929
 
13173
12930
  ---
13174
12931
 
13175
- The following software may be included in this product: fs-extra (11.3.3)
12932
+ The following software may be included in this product: fs-extra (11.3.4)
13176
12933
  This software contains the following license and notice below:
13177
12934
 
13178
12935
  (The MIT License)
@@ -13193,34 +12950,6 @@ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHE
13193
12950
 
13194
12951
  ---
13195
12952
 
13196
- The following software may be included in this product: fsevents (2.3.3)
13197
- This software contains the following license and notice below:
13198
-
13199
- MIT License
13200
- -----------
13201
-
13202
- Copyright (C) 2010-2020 by Philipp Dunkel, Ben Noordhuis, Elan Shankar, Paul Miller
13203
-
13204
- Permission is hereby granted, free of charge, to any person obtaining a copy
13205
- of this software and associated documentation files (the "Software"), to deal
13206
- in the Software without restriction, including without limitation the rights
13207
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
13208
- copies of the Software, and to permit persons to whom the Software is
13209
- furnished to do so, subject to the following conditions:
13210
-
13211
- The above copyright notice and this permission notice shall be included in
13212
- all copies or substantial portions of the Software.
13213
-
13214
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13215
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
13216
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
13217
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
13218
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
13219
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
13220
- THE SOFTWARE.
13221
-
13222
- ---
13223
-
13224
12953
  The following software may be included in this product: function-bind (1.1.2)
13225
12954
  This software contains the following license and notice below:
13226
12955
 
@@ -16085,6 +15814,59 @@ terms above.
16085
15814
 
16086
15815
  ---
16087
15816
 
15817
+ The following software may be included in this product: lodash (4.17.23)
15818
+ This software contains the following license and notice below:
15819
+
15820
+ Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
15821
+
15822
+ Based on Underscore.js, copyright Jeremy Ashkenas,
15823
+ DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
15824
+
15825
+ This software consists of voluntary contributions made by many
15826
+ individuals. For exact contribution history, see the revision history
15827
+ available at https://github.com/lodash/lodash
15828
+
15829
+ The following license applies to all parts of this software except as
15830
+ documented below:
15831
+
15832
+ ====
15833
+
15834
+ Permission is hereby granted, free of charge, to any person obtaining
15835
+ a copy of this software and associated documentation files (the
15836
+ "Software"), to deal in the Software without restriction, including
15837
+ without limitation the rights to use, copy, modify, merge, publish,
15838
+ distribute, sublicense, and/or sell copies of the Software, and to
15839
+ permit persons to whom the Software is furnished to do so, subject to
15840
+ the following conditions:
15841
+
15842
+ The above copyright notice and this permission notice shall be
15843
+ included in all copies or substantial portions of the Software.
15844
+
15845
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15846
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
15847
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
15848
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
15849
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
15850
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
15851
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15852
+
15853
+ ====
15854
+
15855
+ Copyright and related rights for sample code are waived via CC0. Sample
15856
+ code is defined as all source code displayed within the prose of the
15857
+ documentation.
15858
+
15859
+ CC0: http://creativecommons.org/publicdomain/zero/1.0/
15860
+
15861
+ ====
15862
+
15863
+ Files located in the node_modules and vendor directories are externally
15864
+ maintained libraries used by this software which have their own
15865
+ licenses; we recommend you read them, as their terms may differ from the
15866
+ terms above.
15867
+
15868
+ ---
15869
+
16088
15870
  The following software may be included in this product: lodash.camelcase (4.3.0)
16089
15871
  This software contains the following license and notice below:
16090
15872
 
@@ -18252,12 +18034,12 @@ OTHER DEALINGS IN THE SOFTWARE.
18252
18034
 
18253
18035
  ---
18254
18036
 
18255
- The following software may be included in this product: nx (22.5.1)
18037
+ The following software may be included in this product: nx (22.5.3)
18256
18038
  This software contains the following license and notice below:
18257
18039
 
18258
18040
  (The MIT License)
18259
18041
 
18260
- Copyright (c) 2017-2025 Narwhal Technologies Inc.
18042
+ Copyright (c) 2017-2026 Narwhal Technologies Inc.
18261
18043
 
18262
18044
  Permission is hereby granted, free of charge, to any person obtaining
18263
18045
  a copy of this software and associated documentation files (the
@@ -25999,7 +25781,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25999
25781
 
26000
25782
  ---
26001
25783
 
26002
- The following software may be included in this product: verdaccio (6.2.5)
25784
+ The following software may be included in this product: verdaccio (6.2.9)
26003
25785
  This software contains the following license and notice below:
26004
25786
 
26005
25787
  MIT License
@@ -29497,7 +29279,7 @@ SOFTWARE.
29497
29279
 
29498
29280
  ---
29499
29281
 
29500
- The following software may be included in this product: @cypress/request (3.0.9)
29282
+ The following software may be included in this product: @cypress/request (3.0.10)
29501
29283
  This software contains the following license and notice below:
29502
29284
 
29503
29285
  Apache License
@@ -36573,6 +36355,27 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
36573
36355
 
36574
36356
  ---
36575
36357
 
36358
+ The following software may be included in this product: semver (7.7.4)
36359
+ This software contains the following license and notice below:
36360
+
36361
+ The ISC License
36362
+
36363
+ Copyright (c) Isaac Z. Schlueter and Contributors
36364
+
36365
+ Permission to use, copy, modify, and/or distribute this software for any
36366
+ purpose with or without fee is hereby granted, provided that the above
36367
+ copyright notice and this permission notice appear in all copies.
36368
+
36369
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
36370
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
36371
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
36372
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
36373
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
36374
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
36375
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
36376
+
36377
+ ---
36378
+
36576
36379
  The following software may be included in this product: setprototypeof (1.2.0)
36577
36380
  This software contains the following license and notice below:
36578
36381
 
@@ -37190,41 +36993,6 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37190
36993
 
37191
36994
  ---
37192
36995
 
37193
- The following software may be included in this product: qs (6.14.0)
37194
- This software contains the following license and notice below:
37195
-
37196
- BSD 3-Clause License
37197
-
37198
- Copyright (c) 2014, Nathan LaFreniere and other [contributors](https://github.com/ljharb/qs/graphs/contributors)
37199
- All rights reserved.
37200
-
37201
- Redistribution and use in source and binary forms, with or without
37202
- modification, are permitted provided that the following conditions are met:
37203
-
37204
- 1. Redistributions of source code must retain the above copyright notice, this
37205
- list of conditions and the following disclaimer.
37206
-
37207
- 2. Redistributions in binary form must reproduce the above copyright notice,
37208
- this list of conditions and the following disclaimer in the documentation
37209
- and/or other materials provided with the distribution.
37210
-
37211
- 3. Neither the name of the copyright holder nor the names of its
37212
- contributors may be used to endorse or promote products derived from
37213
- this software without specific prior written permission.
37214
-
37215
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
37216
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
37217
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
37218
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
37219
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
37220
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
37221
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
37222
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
37223
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
37224
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37225
-
37226
- ---
37227
-
37228
36996
  The following software may be included in this product: qs (6.14.1)
37229
36997
  This software contains the following license and notice below:
37230
36998
 
@@ -39124,7 +38892,7 @@ software or this license, under any kind of legal claim._**
39124
38892
 
39125
38893
  ---
39126
38894
 
39127
- The following software may be included in this product: minimatch (10.1.1)
38895
+ The following software may be included in this product: minimatch (10.2.1)
39128
38896
  This software contains the following license and notice below:
39129
38897
 
39130
38898
  # Blue Oak Model License
@@ -39185,7 +38953,7 @@ software or this license, under any kind of legal claim._**
39185
38953
 
39186
38954
  ---
39187
38955
 
39188
- The following software may be included in this product: minimatch (10.2.3)
38956
+ The following software may be included in this product: minimatch (10.2.4)
39189
38957
  This software contains the following license and notice below:
39190
38958
 
39191
38959
  # Blue Oak Model License
@@ -39638,7 +39406,7 @@ permission of its copyright owner.
39638
39406
 
39639
39407
  ---
39640
39408
 
39641
- The following software may be included in this product: lightningcss (1.30.2)
39409
+ The following software may be included in this product: lightningcss (1.31.1)
39642
39410
  This software contains the following license and notice below:
39643
39411
 
39644
39412
  Mozilla Public License Version 2.0
@@ -40017,7 +39785,7 @@ defined by the Mozilla Public License, v. 2.0.
40017
39785
 
40018
39786
  ---
40019
39787
 
40020
- The following software may be included in this product: lightningcss-darwin-arm64 (1.30.2)
39788
+ The following software may be included in this product: lightningcss-linux-x64-gnu (1.31.1)
40021
39789
  This software contains the following license and notice below:
40022
39790
 
40023
39791
  Mozilla Public License Version 2.0