@aws-cdk/integ-runner 2.196.0 → 2.197.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 (61) hide show
  1. package/THIRD_PARTY_LICENSES +454 -1
  2. package/lib/cli.d.ts +1 -0
  3. package/lib/cli.d.ts.map +1 -0
  4. package/lib/engines/cdk-interface.d.ts +34 -99
  5. package/lib/engines/cdk-interface.d.ts.map +1 -0
  6. package/lib/engines/cdk-interface.js +1 -34
  7. package/lib/engines/toolkit-lib.d.ts +4 -12
  8. package/lib/engines/toolkit-lib.d.ts.map +1 -0
  9. package/lib/engines/toolkit-lib.js +100 -64
  10. package/lib/index.d.ts +1 -0
  11. package/lib/index.d.ts.map +1 -0
  12. package/lib/index.js +52 -0
  13. package/lib/logger.d.ts +1 -0
  14. package/lib/logger.d.ts.map +1 -0
  15. package/lib/runner/engine.d.ts +1 -0
  16. package/lib/runner/engine.d.ts.map +1 -0
  17. package/lib/runner/index.d.ts +1 -0
  18. package/lib/runner/index.d.ts.map +1 -0
  19. package/lib/runner/integ-test-runner.d.ts +1 -0
  20. package/lib/runner/integ-test-runner.d.ts.map +1 -0
  21. package/lib/runner/integ-test-runner.js +16 -15
  22. package/lib/runner/integ-test-suite.d.ts +1 -0
  23. package/lib/runner/integ-test-suite.d.ts.map +1 -0
  24. package/lib/runner/integ-test-suite.js +9 -3
  25. package/lib/runner/integration-tests.d.ts +1 -0
  26. package/lib/runner/integration-tests.d.ts.map +1 -0
  27. package/lib/runner/integration-tests.js +52 -1
  28. package/lib/runner/private/cloud-assembly.d.ts +1 -0
  29. package/lib/runner/private/cloud-assembly.d.ts.map +1 -0
  30. package/lib/runner/private/cloud-assembly.js +8 -2
  31. package/lib/runner/private/integ-manifest.d.ts +1 -0
  32. package/lib/runner/private/integ-manifest.d.ts.map +1 -0
  33. package/lib/runner/private/integ-manifest.js +11 -2
  34. package/lib/runner/runner-base.d.ts +1 -0
  35. package/lib/runner/runner-base.d.ts.map +1 -0
  36. package/lib/runner/runner-base.js +63 -13
  37. package/lib/runner/snapshot-test-runner.d.ts +1 -0
  38. package/lib/runner/snapshot-test-runner.d.ts.map +1 -0
  39. package/lib/runner/snapshot-test-runner.js +7 -4
  40. package/lib/unstable-features.d.ts +1 -0
  41. package/lib/unstable-features.d.ts.map +1 -0
  42. package/lib/utils.d.ts +1 -0
  43. package/lib/utils.d.ts.map +1 -0
  44. package/lib/utils.js +7 -2
  45. package/lib/workers/common.d.ts +1 -0
  46. package/lib/workers/common.d.ts.map +1 -0
  47. package/lib/workers/extract/extract_worker.d.ts +1 -0
  48. package/lib/workers/extract/extract_worker.d.ts.map +1 -0
  49. package/lib/workers/extract/extract_worker.js +2 -2
  50. package/lib/workers/extract/index.d.ts +1 -0
  51. package/lib/workers/extract/index.d.ts.map +1 -0
  52. package/lib/workers/extract/index.js +15598 -17946
  53. package/lib/workers/index.d.ts +1 -0
  54. package/lib/workers/index.d.ts.map +1 -0
  55. package/lib/workers/integ-snapshot-worker.d.ts +1 -0
  56. package/lib/workers/integ-snapshot-worker.d.ts.map +1 -0
  57. package/lib/workers/integ-test-worker.d.ts +1 -0
  58. package/lib/workers/integ-test-worker.d.ts.map +1 -0
  59. package/lib/workers/integ-watch-worker.d.ts +1 -0
  60. package/lib/workers/integ-watch-worker.d.ts.map +1 -0
  61. package/package.json +7 -7
@@ -15008,6 +15008,84 @@ Apache License
15008
15008
  of your accepting any such warranty or additional liability.
15009
15009
 
15010
15010
 
15011
+ ----------------
15012
+
15013
+ ** @nodelib/fs.scandir@2.1.5 - https://www.npmjs.com/package/@nodelib/fs.scandir/v/2.1.5 | MIT
15014
+ The MIT License (MIT)
15015
+
15016
+ Copyright (c) Denis Malinochkin
15017
+
15018
+ Permission is hereby granted, free of charge, to any person obtaining a copy
15019
+ of this software and associated documentation files (the "Software"), to deal
15020
+ in the Software without restriction, including without limitation the rights
15021
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15022
+ copies of the Software, and to permit persons to whom the Software is
15023
+ furnished to do so, subject to the following conditions:
15024
+
15025
+ The above copyright notice and this permission notice shall be included in all
15026
+ copies or substantial portions of the Software.
15027
+
15028
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15029
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15030
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15031
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
15032
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
15033
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
15034
+ SOFTWARE.
15035
+
15036
+
15037
+ ----------------
15038
+
15039
+ ** @nodelib/fs.stat@2.0.5 - https://www.npmjs.com/package/@nodelib/fs.stat/v/2.0.5 | MIT
15040
+ The MIT License (MIT)
15041
+
15042
+ Copyright (c) Denis Malinochkin
15043
+
15044
+ Permission is hereby granted, free of charge, to any person obtaining a copy
15045
+ of this software and associated documentation files (the "Software"), to deal
15046
+ in the Software without restriction, including without limitation the rights
15047
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15048
+ copies of the Software, and to permit persons to whom the Software is
15049
+ furnished to do so, subject to the following conditions:
15050
+
15051
+ The above copyright notice and this permission notice shall be included in all
15052
+ copies or substantial portions of the Software.
15053
+
15054
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15055
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15056
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15057
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
15058
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
15059
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
15060
+ SOFTWARE.
15061
+
15062
+
15063
+ ----------------
15064
+
15065
+ ** @nodelib/fs.walk@1.2.8 - https://www.npmjs.com/package/@nodelib/fs.walk/v/1.2.8 | MIT
15066
+ The MIT License (MIT)
15067
+
15068
+ Copyright (c) Denis Malinochkin
15069
+
15070
+ Permission is hereby granted, free of charge, to any person obtaining a copy
15071
+ of this software and associated documentation files (the "Software"), to deal
15072
+ in the Software without restriction, including without limitation the rights
15073
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15074
+ copies of the Software, and to permit persons to whom the Software is
15075
+ furnished to do so, subject to the following conditions:
15076
+
15077
+ The above copyright notice and this permission notice shall be included in all
15078
+ copies or substantial portions of the Software.
15079
+
15080
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15081
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15082
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
15083
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
15084
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
15085
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
15086
+ SOFTWARE.
15087
+
15088
+
15011
15089
  ----------------
15012
15090
 
15013
15091
  ** @smithy/abort-controller@4.2.6 - https://www.npmjs.com/package/@smithy/abort-controller/v/4.2.6 | Apache-2.0
@@ -25096,7 +25174,7 @@ SOFTWARE.
25096
25174
 
25097
25175
  ----------------
25098
25176
 
25099
- ** ajv@8.17.1 - https://www.npmjs.com/package/ajv/v/8.17.1 | MIT
25177
+ ** ajv@8.18.0 - https://www.npmjs.com/package/ajv/v/8.18.0 | MIT
25100
25178
  The MIT License (MIT)
25101
25179
 
25102
25180
  Copyright (c) 2015-2021 Evgeny Poberezkin
@@ -25486,6 +25564,32 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
25486
25564
  SOFTWARE.
25487
25565
 
25488
25566
 
25567
+ ----------------
25568
+
25569
+ ** braces@3.0.3 - https://www.npmjs.com/package/braces/v/3.0.3 | MIT
25570
+ The MIT License (MIT)
25571
+
25572
+ Copyright (c) 2014-present, Jon Schlinkert.
25573
+
25574
+ Permission is hereby granted, free of charge, to any person obtaining a copy
25575
+ of this software and associated documentation files (the "Software"), to deal
25576
+ in the Software without restriction, including without limitation the rights
25577
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
25578
+ copies of the Software, and to permit persons to whom the Software is
25579
+ furnished to do so, subject to the following conditions:
25580
+
25581
+ The above copyright notice and this permission notice shall be included in
25582
+ all copies or substantial portions of the Software.
25583
+
25584
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
25585
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
25586
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
25587
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25588
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25589
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
25590
+ THE SOFTWARE.
25591
+
25592
+
25489
25593
  ----------------
25490
25594
 
25491
25595
  ** buffer-crc32@1.0.0 - https://www.npmjs.com/package/buffer-crc32/v/1.0.0 | MIT
@@ -26187,6 +26291,32 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
26187
26291
  THE SOFTWARE.
26188
26292
 
26189
26293
 
26294
+ ----------------
26295
+
26296
+ ** fast-glob@3.3.3 - https://www.npmjs.com/package/fast-glob/v/3.3.3 | MIT
26297
+ The MIT License (MIT)
26298
+
26299
+ Copyright (c) Denis Malinochkin
26300
+
26301
+ Permission is hereby granted, free of charge, to any person obtaining a copy
26302
+ of this software and associated documentation files (the "Software"), to deal
26303
+ in the Software without restriction, including without limitation the rights
26304
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26305
+ copies of the Software, and to permit persons to whom the Software is
26306
+ furnished to do so, subject to the following conditions:
26307
+
26308
+ The above copyright notice and this permission notice shall be included in all
26309
+ copies or substantial portions of the Software.
26310
+
26311
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26312
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26313
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26314
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26315
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26316
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26317
+ SOFTWARE.
26318
+
26319
+
26190
26320
  ----------------
26191
26321
 
26192
26322
  ** fast-xml-parser@5.2.5 - https://www.npmjs.com/package/fast-xml-parser/v/5.2.5 | MIT
@@ -26213,6 +26343,50 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26213
26343
  SOFTWARE.
26214
26344
 
26215
26345
 
26346
+ ----------------
26347
+
26348
+ ** fastq@1.19.1 - https://www.npmjs.com/package/fastq/v/1.19.1 | ISC
26349
+ Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
26350
+
26351
+ Permission to use, copy, modify, and/or distribute this software for any
26352
+ purpose with or without fee is hereby granted, provided that the above
26353
+ copyright notice and this permission notice appear in all copies.
26354
+
26355
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
26356
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
26357
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
26358
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
26359
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
26360
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
26361
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
26362
+
26363
+
26364
+ ----------------
26365
+
26366
+ ** fill-range@7.1.1 - https://www.npmjs.com/package/fill-range/v/7.1.1 | MIT
26367
+ The MIT License (MIT)
26368
+
26369
+ Copyright (c) 2014-present, Jon Schlinkert.
26370
+
26371
+ Permission is hereby granted, free of charge, to any person obtaining a copy
26372
+ of this software and associated documentation files (the "Software"), to deal
26373
+ in the Software without restriction, including without limitation the rights
26374
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26375
+ copies of the Software, and to permit persons to whom the Software is
26376
+ furnished to do so, subject to the following conditions:
26377
+
26378
+ The above copyright notice and this permission notice shall be included in
26379
+ all copies or substantial portions of the Software.
26380
+
26381
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26382
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26383
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26384
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26385
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26386
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
26387
+ THE SOFTWARE.
26388
+
26389
+
26216
26390
  ----------------
26217
26391
 
26218
26392
  ** fs-extra@9.1.0 - https://www.npmjs.com/package/fs-extra/v/9.1.0 | MIT
@@ -26237,6 +26411,26 @@ OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHE
26237
26411
 
26238
26412
  ** get-caller-file@2.0.5 - https://www.npmjs.com/package/get-caller-file/v/2.0.5 | ISC
26239
26413
 
26414
+ ----------------
26415
+
26416
+ ** glob-parent@5.1.2 - https://www.npmjs.com/package/glob-parent/v/5.1.2 | ISC
26417
+ The ISC License
26418
+
26419
+ Copyright (c) 2015, 2019 Elan Shanker
26420
+
26421
+ Permission to use, copy, modify, and/or distribute this software for any
26422
+ purpose with or without fee is hereby granted, provided that the above
26423
+ copyright notice and this permission notice appear in all copies.
26424
+
26425
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
26426
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
26427
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
26428
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
26429
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
26430
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
26431
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
26432
+
26433
+
26240
26434
  ----------------
26241
26435
 
26242
26436
  ** graceful-fs@4.2.11 - https://www.npmjs.com/package/graceful-fs/v/4.2.11 | ISC
@@ -26292,6 +26486,32 @@ PERFORMANCE OF THIS SOFTWARE.
26292
26486
 
26293
26487
 
26294
26488
 
26489
+ ----------------
26490
+
26491
+ ** is-extglob@2.1.1 - https://www.npmjs.com/package/is-extglob/v/2.1.1 | MIT
26492
+ The MIT License (MIT)
26493
+
26494
+ Copyright (c) 2014-2016, Jon Schlinkert
26495
+
26496
+ Permission is hereby granted, free of charge, to any person obtaining a copy
26497
+ of this software and associated documentation files (the "Software"), to deal
26498
+ in the Software without restriction, including without limitation the rights
26499
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26500
+ copies of the Software, and to permit persons to whom the Software is
26501
+ furnished to do so, subject to the following conditions:
26502
+
26503
+ The above copyright notice and this permission notice shall be included in
26504
+ all copies or substantial portions of the Software.
26505
+
26506
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26507
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26508
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26509
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26510
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26511
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
26512
+ THE SOFTWARE.
26513
+
26514
+
26295
26515
  ----------------
26296
26516
 
26297
26517
  ** is-fullwidth-code-point@3.0.0 - https://www.npmjs.com/package/is-fullwidth-code-point/v/3.0.0 | MIT
@@ -26306,6 +26526,58 @@ The above copyright notice and this permission notice shall be included in all c
26306
26526
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26307
26527
 
26308
26528
 
26529
+ ----------------
26530
+
26531
+ ** is-glob@4.0.3 - https://www.npmjs.com/package/is-glob/v/4.0.3 | MIT
26532
+ The MIT License (MIT)
26533
+
26534
+ Copyright (c) 2014-2017, Jon Schlinkert.
26535
+
26536
+ Permission is hereby granted, free of charge, to any person obtaining a copy
26537
+ of this software and associated documentation files (the "Software"), to deal
26538
+ in the Software without restriction, including without limitation the rights
26539
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26540
+ copies of the Software, and to permit persons to whom the Software is
26541
+ furnished to do so, subject to the following conditions:
26542
+
26543
+ The above copyright notice and this permission notice shall be included in
26544
+ all copies or substantial portions of the Software.
26545
+
26546
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26547
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26548
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26549
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26550
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26551
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
26552
+ THE SOFTWARE.
26553
+
26554
+
26555
+ ----------------
26556
+
26557
+ ** is-number@7.0.0 - https://www.npmjs.com/package/is-number/v/7.0.0 | MIT
26558
+ The MIT License (MIT)
26559
+
26560
+ Copyright (c) 2014-present, Jon Schlinkert.
26561
+
26562
+ Permission is hereby granted, free of charge, to any person obtaining a copy
26563
+ of this software and associated documentation files (the "Software"), to deal
26564
+ in the Software without restriction, including without limitation the rights
26565
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26566
+ copies of the Software, and to permit persons to whom the Software is
26567
+ furnished to do so, subject to the following conditions:
26568
+
26569
+ The above copyright notice and this permission notice shall be included in
26570
+ all copies or substantial portions of the Software.
26571
+
26572
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26573
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26574
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26575
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26576
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26577
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
26578
+ THE SOFTWARE.
26579
+
26580
+
26309
26581
  ----------------
26310
26582
 
26311
26583
  ** is-stream@2.0.1 - https://www.npmjs.com/package/is-stream/v/2.0.1 | MIT
@@ -26502,6 +26774,58 @@ licenses; we recommend you read them, as their terms may differ from the
26502
26774
  terms above.
26503
26775
 
26504
26776
 
26777
+ ----------------
26778
+
26779
+ ** merge2@1.4.1 - https://www.npmjs.com/package/merge2/v/1.4.1 | MIT
26780
+ The MIT License (MIT)
26781
+
26782
+ Copyright (c) 2014-2020 Teambition
26783
+
26784
+ Permission is hereby granted, free of charge, to any person obtaining a copy
26785
+ of this software and associated documentation files (the "Software"), to deal
26786
+ in the Software without restriction, including without limitation the rights
26787
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26788
+ copies of the Software, and to permit persons to whom the Software is
26789
+ furnished to do so, subject to the following conditions:
26790
+
26791
+ The above copyright notice and this permission notice shall be included in all
26792
+ copies or substantial portions of the Software.
26793
+
26794
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26795
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26796
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26797
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26798
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26799
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26800
+ SOFTWARE.
26801
+
26802
+
26803
+ ----------------
26804
+
26805
+ ** micromatch@4.0.8 - https://www.npmjs.com/package/micromatch/v/4.0.8 | MIT
26806
+ The MIT License (MIT)
26807
+
26808
+ Copyright (c) 2014-present, Jon Schlinkert.
26809
+
26810
+ Permission is hereby granted, free of charge, to any person obtaining a copy
26811
+ of this software and associated documentation files (the "Software"), to deal
26812
+ in the Software without restriction, including without limitation the rights
26813
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26814
+ copies of the Software, and to permit persons to whom the Software is
26815
+ furnished to do so, subject to the following conditions:
26816
+
26817
+ The above copyright notice and this permission notice shall be included in
26818
+ all copies or substantial portions of the Software.
26819
+
26820
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26821
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26822
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26823
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26824
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26825
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
26826
+ THE SOFTWARE.
26827
+
26828
+
26505
26829
  ----------------
26506
26830
 
26507
26831
  ** mime@2.6.0 - https://www.npmjs.com/package/mime/v/2.6.0 | MIT
@@ -26588,6 +26912,32 @@ The above copyright notice and this permission notice shall be included in all c
26588
26912
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26589
26913
 
26590
26914
 
26915
+ ----------------
26916
+
26917
+ ** picomatch@2.3.1 - https://www.npmjs.com/package/picomatch/v/2.3.1 | MIT
26918
+ The MIT License (MIT)
26919
+
26920
+ Copyright (c) 2017-present, Jon Schlinkert.
26921
+
26922
+ Permission is hereby granted, free of charge, to any person obtaining a copy
26923
+ of this software and associated documentation files (the "Software"), to deal
26924
+ in the Software without restriction, including without limitation the rights
26925
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26926
+ copies of the Software, and to permit persons to whom the Software is
26927
+ furnished to do so, subject to the following conditions:
26928
+
26929
+ The above copyright notice and this permission notice shall be included in
26930
+ all copies or substantial portions of the Software.
26931
+
26932
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26933
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26934
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26935
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26936
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26937
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
26938
+ THE SOFTWARE.
26939
+
26940
+
26591
26941
  ----------------
26592
26942
 
26593
26943
  ** picomatch@4.0.3 - https://www.npmjs.com/package/picomatch/v/4.0.3 | MIT
@@ -26645,6 +26995,31 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
26645
26995
  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26646
26996
 
26647
26997
 
26998
+ ----------------
26999
+
27000
+ ** queue-microtask@1.2.3 - https://www.npmjs.com/package/queue-microtask/v/1.2.3 | MIT
27001
+ The MIT License (MIT)
27002
+
27003
+ Copyright (c) Feross Aboukhadijeh
27004
+
27005
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
27006
+ this software and associated documentation files (the "Software"), to deal in
27007
+ the Software without restriction, including without limitation the rights to
27008
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
27009
+ the Software, and to permit persons to whom the Software is furnished to do so,
27010
+ subject to the following conditions:
27011
+
27012
+ The above copyright notice and this permission notice shall be included in all
27013
+ copies or substantial portions of the Software.
27014
+
27015
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27016
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
27017
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
27018
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
27019
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
27020
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27021
+
27022
+
26648
27023
  ----------------
26649
27024
 
26650
27025
  ** readable-stream@2.3.8 - https://www.npmjs.com/package/readable-stream/v/2.3.8 | MIT
@@ -26981,6 +27356,58 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
26981
27356
  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26982
27357
 
26983
27358
 
27359
+ ----------------
27360
+
27361
+ ** reusify@1.1.0 - https://www.npmjs.com/package/reusify/v/1.1.0 | MIT
27362
+ The MIT License (MIT)
27363
+
27364
+ Copyright (c) 2015-2024 Matteo Collina
27365
+
27366
+ Permission is hereby granted, free of charge, to any person obtaining a copy
27367
+ of this software and associated documentation files (the "Software"), to deal
27368
+ in the Software without restriction, including without limitation the rights
27369
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
27370
+ copies of the Software, and to permit persons to whom the Software is
27371
+ furnished to do so, subject to the following conditions:
27372
+
27373
+ The above copyright notice and this permission notice shall be included in all
27374
+ copies or substantial portions of the Software.
27375
+
27376
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27377
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27378
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27379
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27380
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
27381
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
27382
+ SOFTWARE.
27383
+
27384
+
27385
+
27386
+ ----------------
27387
+
27388
+ ** run-parallel@1.2.0 - https://www.npmjs.com/package/run-parallel/v/1.2.0 | MIT
27389
+ The MIT License (MIT)
27390
+
27391
+ Copyright (c) Feross Aboukhadijeh
27392
+
27393
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
27394
+ this software and associated documentation files (the "Software"), to deal in
27395
+ the Software without restriction, including without limitation the rights to
27396
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
27397
+ the Software, and to permit persons to whom the Software is furnished to do so,
27398
+ subject to the following conditions:
27399
+
27400
+ The above copyright notice and this permission notice shall be included in all
27401
+ copies or substantial portions of the Software.
27402
+
27403
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27404
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
27405
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
27406
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
27407
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
27408
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
27409
+
27410
+
26984
27411
  ----------------
26985
27412
 
26986
27413
  ** safe-buffer@5.1.2 - https://www.npmjs.com/package/safe-buffer/v/5.1.2 | MIT
@@ -27520,6 +27947,32 @@ THE SOFTWARE.
27520
27947
  limitations under the License.
27521
27948
 
27522
27949
 
27950
+ ----------------
27951
+
27952
+ ** to-regex-range@5.0.1 - https://www.npmjs.com/package/to-regex-range/v/5.0.1 | MIT
27953
+ The MIT License (MIT)
27954
+
27955
+ Copyright (c) 2015-present, Jon Schlinkert.
27956
+
27957
+ Permission is hereby granted, free of charge, to any person obtaining a copy
27958
+ of this software and associated documentation files (the "Software"), to deal
27959
+ in the Software without restriction, including without limitation the rights
27960
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
27961
+ copies of the Software, and to permit persons to whom the Software is
27962
+ furnished to do so, subject to the following conditions:
27963
+
27964
+ The above copyright notice and this permission notice shall be included in
27965
+ all copies or substantial portions of the Software.
27966
+
27967
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27968
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
27969
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
27970
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27971
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
27972
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
27973
+ THE SOFTWARE.
27974
+
27975
+
27523
27976
  ----------------
27524
27977
 
27525
27978
  ** tslib@2.8.1 - https://www.npmjs.com/package/tslib/v/2.8.1 | 0BSD
package/lib/cli.d.ts CHANGED
@@ -25,3 +25,4 @@ export declare function parseCliArgs(args?: string[]): {
25
25
  };
26
26
  export declare function main(args: string[]): Promise<void>;
27
27
  export declare function cli(args?: string[]): void;
28
+ //# sourceMappingURL=cli.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["cli.ts"],"names":[],"mappings":"AAkBA,wBAAgB,YAAY,CAAC,IAAI,GAAE,MAAM,EAAO;;SA6E3B,CAAC,MAAM,GAAG,SAAS,CAAC;;;;;uBAKqB,OAAO;;aAExC,OAAO;;UAEb,OAAO;eACG,MAAM;qBACU,OAAO;;;WAG/B,OAAO;WACP,OAAO;YACD,OAAO;;;WAGb,OAAO;YACL,OAAO;;EAGjC;AAED,wBAAsB,IAAI,CAAC,IAAI,EAAE,MAAM,EAAE,iBAYxC;AAmLD,wBAAgB,GAAG,CAAC,IAAI,GAAE,MAAM,EAA0B,QAIzD"}