@aws/nx-plugin 0.79.1 → 0.80.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 -11
- package/package.json +1 -1
- package/src/py/fast-api/__snapshots__/generator.spec.ts.snap +298 -57
- package/src/py/fast-api/files/app/__name__/init.py.template +61 -16
- package/src/py/fast-api/files/app/__name__/main.py.template +6 -3
- package/src/py/fast-api/files/app/run.sh.template +2 -0
- package/src/py/fast-api/generator.js +10 -2
- package/src/py/fast-api/generator.js.map +1 -1
- package/src/smithy/ts/api/__snapshots__/generator.spec.ts.snap +12 -0
- package/src/trpc/backend/__snapshots__/generator.spec.ts.snap +15 -0
- package/src/utils/api-constructs/files/cdk/app/apis/http/__apiNameKebabCase__.ts.template +28 -2
- package/src/utils/api-constructs/files/cdk/app/apis/rest/__apiNameKebabCase__.ts.template +30 -4
- package/src/utils/api-constructs/files/terraform/app/apis/http/__apiNameKebabCase__/__apiNameKebabCase__.tf.template +44 -2
- package/src/utils/api-constructs/files/terraform/app/apis/rest/__apiNameKebabCase__/__apiNameKebabCase__.tf.template +62 -2
- package/src/utils/versions.d.ts +0 -1
- package/src/utils/versions.js +0 -1
- package/src/utils/versions.js.map +1 -1
package/LICENSE-THIRD-PARTY
CHANGED
|
@@ -874,7 +874,7 @@ THE SOFTWARE.
|
|
|
874
874
|
|
|
875
875
|
---
|
|
876
876
|
|
|
877
|
-
The following software may be included in this product: @babel/parser (7.
|
|
877
|
+
The following software may be included in this product: @babel/parser (7.29.0)
|
|
878
878
|
This software contains the following license and notice below:
|
|
879
879
|
|
|
880
880
|
Copyright (C) 2012-2014 by various contributors (see AUTHORS)
|
|
@@ -3167,6 +3167,34 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3167
3167
|
|
|
3168
3168
|
---
|
|
3169
3169
|
|
|
3170
|
+
The following software may be included in this product: @babel/types (7.29.0)
|
|
3171
|
+
This software contains the following license and notice below:
|
|
3172
|
+
|
|
3173
|
+
MIT License
|
|
3174
|
+
|
|
3175
|
+
Copyright (c) 2014-present Sebastian McKenzie and other contributors
|
|
3176
|
+
|
|
3177
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
3178
|
+
a copy of this software and associated documentation files (the
|
|
3179
|
+
"Software"), to deal in the Software without restriction, including
|
|
3180
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
3181
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
3182
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
3183
|
+
the following conditions:
|
|
3184
|
+
|
|
3185
|
+
The above copyright notice and this permission notice shall be
|
|
3186
|
+
included in all copies or substantial portions of the Software.
|
|
3187
|
+
|
|
3188
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
3189
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3190
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
3191
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
3192
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3193
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
3194
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3195
|
+
|
|
3196
|
+
---
|
|
3197
|
+
|
|
3170
3198
|
The following software may be included in this product: @csstools/css-calc (2.1.4)
|
|
3171
3199
|
This software contains the following license and notice below:
|
|
3172
3200
|
|
|
@@ -3400,7 +3428,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3400
3428
|
|
|
3401
3429
|
---
|
|
3402
3430
|
|
|
3403
|
-
The following software may be included in this product: @eslint-community/eslint-utils (4.9.
|
|
3431
|
+
The following software may be included in this product: @eslint-community/eslint-utils (4.9.1)
|
|
3404
3432
|
This software contains the following license and notice below:
|
|
3405
3433
|
|
|
3406
3434
|
MIT License
|
|
@@ -3427,7 +3455,7 @@ SOFTWARE.
|
|
|
3427
3455
|
|
|
3428
3456
|
---
|
|
3429
3457
|
|
|
3430
|
-
The following software may be included in this product: @eslint-community/regexpp (4.12.
|
|
3458
|
+
The following software may be included in this product: @eslint-community/regexpp (4.12.2)
|
|
3431
3459
|
This software contains the following license and notice below:
|
|
3432
3460
|
|
|
3433
3461
|
MIT License
|
|
@@ -3454,7 +3482,7 @@ SOFTWARE.
|
|
|
3454
3482
|
|
|
3455
3483
|
---
|
|
3456
3484
|
|
|
3457
|
-
The following software may be included in this product: @eslint/eslintrc (3.3.
|
|
3485
|
+
The following software may be included in this product: @eslint/eslintrc (3.3.4)
|
|
3458
3486
|
This software contains the following license and notice below:
|
|
3459
3487
|
|
|
3460
3488
|
Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
|
|
@@ -3479,7 +3507,7 @@ THE SOFTWARE.
|
|
|
3479
3507
|
|
|
3480
3508
|
---
|
|
3481
3509
|
|
|
3482
|
-
The following software may be included in this product: @eslint/js (9.39.
|
|
3510
|
+
The following software may be included in this product: @eslint/js (9.39.3)
|
|
3483
3511
|
This software contains the following license and notice below:
|
|
3484
3512
|
|
|
3485
3513
|
Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
|
|
@@ -7708,7 +7736,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
7708
7736
|
|
|
7709
7737
|
---
|
|
7710
7738
|
|
|
7711
|
-
The following software may be included in this product: ajv (6.
|
|
7739
|
+
The following software may be included in this product: ajv (6.14.0)
|
|
7712
7740
|
This software contains the following license and notice below:
|
|
7713
7741
|
|
|
7714
7742
|
The MIT License (MIT)
|
|
@@ -12000,7 +12028,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
12000
12028
|
|
|
12001
12029
|
---
|
|
12002
12030
|
|
|
12003
|
-
The following software may be included in this product: eslint (9.39.
|
|
12031
|
+
The following software may be included in this product: eslint (9.39.3)
|
|
12004
12032
|
This software contains the following license and notice below:
|
|
12005
12033
|
|
|
12006
12034
|
Copyright OpenJS Foundation and other contributors, <www.openjsf.org>
|
|
@@ -36182,7 +36210,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
36182
36210
|
|
|
36183
36211
|
---
|
|
36184
36212
|
|
|
36185
|
-
The following software may be included in this product: minimatch (3.1.
|
|
36213
|
+
The following software may be included in this product: minimatch (3.1.4)
|
|
36186
36214
|
This software contains the following license and notice below:
|
|
36187
36215
|
|
|
36188
36216
|
The ISC License
|
|
@@ -36203,7 +36231,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
36203
36231
|
|
|
36204
36232
|
---
|
|
36205
36233
|
|
|
36206
|
-
The following software may be included in this product: minimatch (5.1.
|
|
36234
|
+
The following software may be included in this product: minimatch (5.1.8)
|
|
36207
36235
|
This software contains the following license and notice below:
|
|
36208
36236
|
|
|
36209
36237
|
The ISC License
|
|
@@ -36245,7 +36273,7 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
36245
36273
|
|
|
36246
36274
|
---
|
|
36247
36275
|
|
|
36248
|
-
The following software may be included in this product: minimatch (9.0.
|
|
36276
|
+
The following software may be included in this product: minimatch (9.0.7)
|
|
36249
36277
|
This software contains the following license and notice below:
|
|
36250
36278
|
|
|
36251
36279
|
The ISC License
|
|
@@ -37024,6 +37052,36 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
37024
37052
|
|
|
37025
37053
|
---
|
|
37026
37054
|
|
|
37055
|
+
The following software may be included in this product: esquery (1.7.0)
|
|
37056
|
+
This software contains the following license and notice below:
|
|
37057
|
+
|
|
37058
|
+
Copyright (c) 2013, Joel Feenstra
|
|
37059
|
+
All rights reserved.
|
|
37060
|
+
|
|
37061
|
+
Redistribution and use in source and binary forms, with or without
|
|
37062
|
+
modification, are permitted provided that the following conditions are met:
|
|
37063
|
+
* Redistributions of source code must retain the above copyright
|
|
37064
|
+
notice, this list of conditions and the following disclaimer.
|
|
37065
|
+
* Redistributions in binary form must reproduce the above copyright
|
|
37066
|
+
notice, this list of conditions and the following disclaimer in the
|
|
37067
|
+
documentation and/or other materials provided with the distribution.
|
|
37068
|
+
* Neither the name of the ESQuery nor the names of its contributors may
|
|
37069
|
+
be used to endorse or promote products derived from this software without
|
|
37070
|
+
specific prior written permission.
|
|
37071
|
+
|
|
37072
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
37073
|
+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
37074
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
37075
|
+
DISCLAIMED. IN NO EVENT SHALL JOEL FEENSTRA BE LIABLE FOR ANY
|
|
37076
|
+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
37077
|
+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
37078
|
+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
37079
|
+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
37080
|
+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
37081
|
+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
37082
|
+
|
|
37083
|
+
---
|
|
37084
|
+
|
|
37027
37085
|
The following software may be included in this product: fast-uri (3.1.0)
|
|
37028
37086
|
This software contains the following license and notice below:
|
|
37029
37087
|
|
|
@@ -39127,7 +39185,7 @@ software or this license, under any kind of legal claim._**
|
|
|
39127
39185
|
|
|
39128
39186
|
---
|
|
39129
39187
|
|
|
39130
|
-
The following software may be included in this product: minimatch (10.2.
|
|
39188
|
+
The following software may be included in this product: minimatch (10.2.3)
|
|
39131
39189
|
This software contains the following license and notice below:
|
|
39132
39190
|
|
|
39133
39191
|
# Blue Oak Model License
|