@nx/powerpack-enterprise-cloud 3.0.0-alpha.1 → 3.0.1-alpha.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/THIRD_PARTY_LICENSES.txt +411 -6
- package/package.json +2 -2
- package/src/index.js +1 -1
package/THIRD_PARTY_LICENSES.txt
CHANGED
|
@@ -767,7 +767,7 @@ The package stipulates that it is licensed under the MIT license, but no explici
|
|
|
767
767
|
|
|
768
768
|
--------------------------------------------------------------------------------
|
|
769
769
|
|
|
770
|
-
Package: @napi-rs/wasm-runtime (0.2.
|
|
770
|
+
Package: @napi-rs/wasm-runtime (0.2.12)
|
|
771
771
|
Type: npm
|
|
772
772
|
License: MIT
|
|
773
773
|
|
|
@@ -818,7 +818,7 @@ SOFTWARE.
|
|
|
818
818
|
|
|
819
819
|
--------------------------------------------------------------------------------
|
|
820
820
|
|
|
821
|
-
Package: @emnapi/core (1.4.
|
|
821
|
+
Package: @emnapi/core (1.4.5)
|
|
822
822
|
Type: npm
|
|
823
823
|
License: MIT
|
|
824
824
|
|
|
@@ -847,7 +847,7 @@ SOFTWARE.
|
|
|
847
847
|
|
|
848
848
|
--------------------------------------------------------------------------------
|
|
849
849
|
|
|
850
|
-
Package: @emnapi/wasi-threads (1.0.
|
|
850
|
+
Package: @emnapi/wasi-threads (1.0.4)
|
|
851
851
|
Type: npm
|
|
852
852
|
License: MIT
|
|
853
853
|
|
|
@@ -895,7 +895,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
895
895
|
|
|
896
896
|
--------------------------------------------------------------------------------
|
|
897
897
|
|
|
898
|
-
Package: @emnapi/runtime (1.4.
|
|
898
|
+
Package: @emnapi/runtime (1.4.5)
|
|
899
899
|
Type: npm
|
|
900
900
|
License: MIT
|
|
901
901
|
|
|
@@ -973,7 +973,7 @@ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
973
973
|
|
|
974
974
|
--------------------------------------------------------------------------------
|
|
975
975
|
|
|
976
|
-
Package: form-data (4.0.
|
|
976
|
+
Package: form-data (4.0.4)
|
|
977
977
|
Type: npm
|
|
978
978
|
License: MIT
|
|
979
979
|
|
|
@@ -1081,6 +1081,411 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
|
1081
1081
|
THE SOFTWARE.
|
|
1082
1082
|
|
|
1083
1083
|
|
|
1084
|
+
--------------------------------------------------------------------------------
|
|
1085
|
+
|
|
1086
|
+
Package: es-set-tostringtag (2.1.0)
|
|
1087
|
+
Type: npm
|
|
1088
|
+
License: MIT
|
|
1089
|
+
|
|
1090
|
+
MIT License
|
|
1091
|
+
|
|
1092
|
+
Copyright (c) 2022 ECMAScript Shims
|
|
1093
|
+
|
|
1094
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1095
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1096
|
+
in the Software without restriction, including without limitation the rights
|
|
1097
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1098
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1099
|
+
furnished to do so, subject to the following conditions:
|
|
1100
|
+
|
|
1101
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1102
|
+
copies or substantial portions of the Software.
|
|
1103
|
+
|
|
1104
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1105
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1106
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1107
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1108
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1109
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1110
|
+
SOFTWARE.
|
|
1111
|
+
|
|
1112
|
+
|
|
1113
|
+
--------------------------------------------------------------------------------
|
|
1114
|
+
|
|
1115
|
+
Package: es-errors (1.3.0)
|
|
1116
|
+
Type: npm
|
|
1117
|
+
License: MIT
|
|
1118
|
+
|
|
1119
|
+
MIT License
|
|
1120
|
+
|
|
1121
|
+
Copyright (c) 2024 Jordan Harband
|
|
1122
|
+
|
|
1123
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1124
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1125
|
+
in the Software without restriction, including without limitation the rights
|
|
1126
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1127
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1128
|
+
furnished to do so, subject to the following conditions:
|
|
1129
|
+
|
|
1130
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1131
|
+
copies or substantial portions of the Software.
|
|
1132
|
+
|
|
1133
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1134
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1135
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1136
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1137
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1138
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1139
|
+
SOFTWARE.
|
|
1140
|
+
|
|
1141
|
+
|
|
1142
|
+
--------------------------------------------------------------------------------
|
|
1143
|
+
|
|
1144
|
+
Package: get-intrinsic (1.3.0)
|
|
1145
|
+
Type: npm
|
|
1146
|
+
License: MIT
|
|
1147
|
+
|
|
1148
|
+
MIT License
|
|
1149
|
+
|
|
1150
|
+
Copyright (c) 2020 Jordan Harband
|
|
1151
|
+
|
|
1152
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1153
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1154
|
+
in the Software without restriction, including without limitation the rights
|
|
1155
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1156
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1157
|
+
furnished to do so, subject to the following conditions:
|
|
1158
|
+
|
|
1159
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1160
|
+
copies or substantial portions of the Software.
|
|
1161
|
+
|
|
1162
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1163
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1164
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1165
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1166
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1167
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1168
|
+
SOFTWARE.
|
|
1169
|
+
|
|
1170
|
+
|
|
1171
|
+
--------------------------------------------------------------------------------
|
|
1172
|
+
|
|
1173
|
+
Package: call-bind-apply-helpers (1.0.2)
|
|
1174
|
+
Type: npm
|
|
1175
|
+
License: MIT
|
|
1176
|
+
|
|
1177
|
+
MIT License
|
|
1178
|
+
|
|
1179
|
+
Copyright (c) 2024 Jordan Harband
|
|
1180
|
+
|
|
1181
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1182
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1183
|
+
in the Software without restriction, including without limitation the rights
|
|
1184
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1185
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1186
|
+
furnished to do so, subject to the following conditions:
|
|
1187
|
+
|
|
1188
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1189
|
+
copies or substantial portions of the Software.
|
|
1190
|
+
|
|
1191
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1192
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1193
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1194
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1195
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1196
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1197
|
+
SOFTWARE.
|
|
1198
|
+
|
|
1199
|
+
|
|
1200
|
+
--------------------------------------------------------------------------------
|
|
1201
|
+
|
|
1202
|
+
Package: function-bind (1.1.2)
|
|
1203
|
+
Type: npm
|
|
1204
|
+
License: MIT
|
|
1205
|
+
|
|
1206
|
+
Copyright (c) 2013 Raynos.
|
|
1207
|
+
|
|
1208
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1209
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1210
|
+
in the Software without restriction, including without limitation the rights
|
|
1211
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1212
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1213
|
+
furnished to do so, subject to the following conditions:
|
|
1214
|
+
|
|
1215
|
+
The above copyright notice and this permission notice shall be included in
|
|
1216
|
+
all copies or substantial portions of the Software.
|
|
1217
|
+
|
|
1218
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1219
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1220
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1221
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1222
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1223
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1224
|
+
THE SOFTWARE.
|
|
1225
|
+
|
|
1226
|
+
|
|
1227
|
+
|
|
1228
|
+
--------------------------------------------------------------------------------
|
|
1229
|
+
|
|
1230
|
+
Package: es-define-property (1.0.1)
|
|
1231
|
+
Type: npm
|
|
1232
|
+
License: MIT
|
|
1233
|
+
|
|
1234
|
+
MIT License
|
|
1235
|
+
|
|
1236
|
+
Copyright (c) 2024 Jordan Harband
|
|
1237
|
+
|
|
1238
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1239
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1240
|
+
in the Software without restriction, including without limitation the rights
|
|
1241
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1242
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1243
|
+
furnished to do so, subject to the following conditions:
|
|
1244
|
+
|
|
1245
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1246
|
+
copies or substantial portions of the Software.
|
|
1247
|
+
|
|
1248
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1249
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1250
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1251
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1252
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1253
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1254
|
+
SOFTWARE.
|
|
1255
|
+
|
|
1256
|
+
|
|
1257
|
+
--------------------------------------------------------------------------------
|
|
1258
|
+
|
|
1259
|
+
Package: es-object-atoms (1.1.1)
|
|
1260
|
+
Type: npm
|
|
1261
|
+
License: MIT
|
|
1262
|
+
|
|
1263
|
+
MIT License
|
|
1264
|
+
|
|
1265
|
+
Copyright (c) 2024 Jordan Harband
|
|
1266
|
+
|
|
1267
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1268
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1269
|
+
in the Software without restriction, including without limitation the rights
|
|
1270
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1271
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1272
|
+
furnished to do so, subject to the following conditions:
|
|
1273
|
+
|
|
1274
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1275
|
+
copies or substantial portions of the Software.
|
|
1276
|
+
|
|
1277
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1278
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1279
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1280
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1281
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1282
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1283
|
+
SOFTWARE.
|
|
1284
|
+
|
|
1285
|
+
|
|
1286
|
+
--------------------------------------------------------------------------------
|
|
1287
|
+
|
|
1288
|
+
Package: get-proto (1.0.1)
|
|
1289
|
+
Type: npm
|
|
1290
|
+
License: MIT
|
|
1291
|
+
|
|
1292
|
+
MIT License
|
|
1293
|
+
|
|
1294
|
+
Copyright (c) 2025 Jordan Harband
|
|
1295
|
+
|
|
1296
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1297
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1298
|
+
in the Software without restriction, including without limitation the rights
|
|
1299
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1300
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1301
|
+
furnished to do so, subject to the following conditions:
|
|
1302
|
+
|
|
1303
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1304
|
+
copies or substantial portions of the Software.
|
|
1305
|
+
|
|
1306
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1307
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1308
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1309
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1310
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1311
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1312
|
+
SOFTWARE.
|
|
1313
|
+
|
|
1314
|
+
|
|
1315
|
+
--------------------------------------------------------------------------------
|
|
1316
|
+
|
|
1317
|
+
Package: dunder-proto (1.0.1)
|
|
1318
|
+
Type: npm
|
|
1319
|
+
License: MIT
|
|
1320
|
+
|
|
1321
|
+
MIT License
|
|
1322
|
+
|
|
1323
|
+
Copyright (c) 2024 ECMAScript Shims
|
|
1324
|
+
|
|
1325
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1326
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1327
|
+
in the Software without restriction, including without limitation the rights
|
|
1328
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1329
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1330
|
+
furnished to do so, subject to the following conditions:
|
|
1331
|
+
|
|
1332
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1333
|
+
copies or substantial portions of the Software.
|
|
1334
|
+
|
|
1335
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1336
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1337
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1338
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1339
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1340
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1341
|
+
SOFTWARE.
|
|
1342
|
+
|
|
1343
|
+
|
|
1344
|
+
--------------------------------------------------------------------------------
|
|
1345
|
+
|
|
1346
|
+
Package: gopd (1.2.0)
|
|
1347
|
+
Type: npm
|
|
1348
|
+
License: MIT
|
|
1349
|
+
|
|
1350
|
+
MIT License
|
|
1351
|
+
|
|
1352
|
+
Copyright (c) 2022 Jordan Harband
|
|
1353
|
+
|
|
1354
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1355
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1356
|
+
in the Software without restriction, including without limitation the rights
|
|
1357
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1358
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1359
|
+
furnished to do so, subject to the following conditions:
|
|
1360
|
+
|
|
1361
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1362
|
+
copies or substantial portions of the Software.
|
|
1363
|
+
|
|
1364
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1365
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1366
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1367
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1368
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1369
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1370
|
+
SOFTWARE.
|
|
1371
|
+
|
|
1372
|
+
|
|
1373
|
+
--------------------------------------------------------------------------------
|
|
1374
|
+
|
|
1375
|
+
Package: has-symbols (1.1.0)
|
|
1376
|
+
Type: npm
|
|
1377
|
+
License: MIT
|
|
1378
|
+
|
|
1379
|
+
MIT License
|
|
1380
|
+
|
|
1381
|
+
Copyright (c) 2016 Jordan Harband
|
|
1382
|
+
|
|
1383
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1384
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1385
|
+
in the Software without restriction, including without limitation the rights
|
|
1386
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1387
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1388
|
+
furnished to do so, subject to the following conditions:
|
|
1389
|
+
|
|
1390
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1391
|
+
copies or substantial portions of the Software.
|
|
1392
|
+
|
|
1393
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1394
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1395
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1396
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1397
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1398
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1399
|
+
SOFTWARE.
|
|
1400
|
+
|
|
1401
|
+
|
|
1402
|
+
--------------------------------------------------------------------------------
|
|
1403
|
+
|
|
1404
|
+
Package: hasown (2.0.2)
|
|
1405
|
+
Type: npm
|
|
1406
|
+
License: MIT
|
|
1407
|
+
|
|
1408
|
+
MIT License
|
|
1409
|
+
|
|
1410
|
+
Copyright (c) Jordan Harband and contributors
|
|
1411
|
+
|
|
1412
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1413
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1414
|
+
in the Software without restriction, including without limitation the rights
|
|
1415
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1416
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1417
|
+
furnished to do so, subject to the following conditions:
|
|
1418
|
+
|
|
1419
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1420
|
+
copies or substantial portions of the Software.
|
|
1421
|
+
|
|
1422
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1423
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1424
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1425
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1426
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1427
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1428
|
+
SOFTWARE.
|
|
1429
|
+
|
|
1430
|
+
|
|
1431
|
+
--------------------------------------------------------------------------------
|
|
1432
|
+
|
|
1433
|
+
Package: math-intrinsics (1.1.0)
|
|
1434
|
+
Type: npm
|
|
1435
|
+
License: MIT
|
|
1436
|
+
|
|
1437
|
+
MIT License
|
|
1438
|
+
|
|
1439
|
+
Copyright (c) 2024 ECMAScript Shims
|
|
1440
|
+
|
|
1441
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1442
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1443
|
+
in the Software without restriction, including without limitation the rights
|
|
1444
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1445
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1446
|
+
furnished to do so, subject to the following conditions:
|
|
1447
|
+
|
|
1448
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1449
|
+
copies or substantial portions of the Software.
|
|
1450
|
+
|
|
1451
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1452
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1453
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1454
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1455
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1456
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1457
|
+
SOFTWARE.
|
|
1458
|
+
|
|
1459
|
+
|
|
1460
|
+
--------------------------------------------------------------------------------
|
|
1461
|
+
|
|
1462
|
+
Package: has-tostringtag (1.0.2)
|
|
1463
|
+
Type: npm
|
|
1464
|
+
License: MIT
|
|
1465
|
+
|
|
1466
|
+
MIT License
|
|
1467
|
+
|
|
1468
|
+
Copyright (c) 2021 Inspect JS
|
|
1469
|
+
|
|
1470
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1471
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1472
|
+
in the Software without restriction, including without limitation the rights
|
|
1473
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1474
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1475
|
+
furnished to do so, subject to the following conditions:
|
|
1476
|
+
|
|
1477
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1478
|
+
copies or substantial portions of the Software.
|
|
1479
|
+
|
|
1480
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1481
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1482
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1483
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1484
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1485
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1486
|
+
SOFTWARE.
|
|
1487
|
+
|
|
1488
|
+
|
|
1084
1489
|
--------------------------------------------------------------------------------
|
|
1085
1490
|
|
|
1086
1491
|
Package: mime-types (2.1.35)
|
|
@@ -1114,7 +1519,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1114
1519
|
|
|
1115
1520
|
--------------------------------------------------------------------------------
|
|
1116
1521
|
|
|
1117
|
-
Package: mime-db (1.
|
|
1522
|
+
Package: mime-db (1.54.0)
|
|
1118
1523
|
Type: npm
|
|
1119
1524
|
License: MIT
|
|
1120
1525
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/powerpack-enterprise-cloud",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.1-alpha.0",
|
|
4
4
|
"description": "A Nx Powerpack plugin which is specific to Nx Enterprise Cloud workspaces.",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "src/index.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"THIRD_PARTY_LICENSES.txt"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@nx/enterprise-cloud": "3.0.
|
|
22
|
+
"@nx/enterprise-cloud": "3.0.1-alpha.0"
|
|
23
23
|
},
|
|
24
24
|
"types": "./src/index.d.ts"
|
|
25
25
|
}
|
package/src/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';var
|
|
1
|
+
'use strict';function a0_0x152c(_0x46faae,_0x2d8320){var _0x3f0816=a0_0x3f08();return a0_0x152c=function(_0x152c55,_0x2f6d3e){_0x152c55=_0x152c55-0x106;var _0x579af8=_0x3f0816[_0x152c55];return _0x579af8;},a0_0x152c(_0x46faae,_0x2d8320);}var a0_0xc933e4=a0_0x152c;(function(_0xf1e0f2,_0x5893ce){var _0x39b286=a0_0x152c,_0x1c2bfb=_0xf1e0f2();while(!![]){try{var _0xe3cc2e=-parseInt(_0x39b286(0x115))/0x1*(-parseInt(_0x39b286(0x107))/0x2)+-parseInt(_0x39b286(0x113))/0x3+parseInt(_0x39b286(0x116))/0x4*(parseInt(_0x39b286(0x110))/0x5)+-parseInt(_0x39b286(0x112))/0x6*(parseInt(_0x39b286(0x111))/0x7)+parseInt(_0x39b286(0x106))/0x8*(parseInt(_0x39b286(0x109))/0x9)+-parseInt(_0x39b286(0x10b))/0xa*(parseInt(_0x39b286(0x10f))/0xb)+parseInt(_0x39b286(0x10a))/0xc;if(_0xe3cc2e===_0x5893ce)break;else _0x1c2bfb['push'](_0x1c2bfb['shift']());}catch(_0x1d71ed){_0x1c2bfb['push'](_0x1c2bfb['shift']());}}}(a0_0x3f08,0xa3249));Object[a0_0xc933e4(0x10c)](exports,a0_0xc933e4(0x10d),{'value':!0x0}),exports[a0_0xc933e4(0x108)]=exports[a0_0xc933e4(0x10e)]=void 0x0;var e=require(a0_0xc933e4(0x114));function a0_0x3f08(){var _0x575c3b=['1671966MemIxp','824400qLWHuO','1700440PcdXQl','defineProperty','__esModule','createMetadata','11MrorYL','75mjaiDm','4187477odffnc','6dXpbdS','1750422Cqfosg','@nx/enterprise-cloud/src/plugin/plugin','459411BGMXja','199668lXVDZg','32tXevxh','2zVkpAj','createNodes'];a0_0x3f08=function(){return _0x575c3b;};return a0_0x3f08();}Object[a0_0xc933e4(0x10c)](exports,a0_0xc933e4(0x10e),{'enumerable':!0x0,'get':function(){var _0x4547e5=a0_0xc933e4;return e[_0x4547e5(0x10e)];}}),Object['defineProperty'](exports,'createNodes',{'enumerable':!0x0,'get':function(){return e['createNodes'];}});
|