@ms-cloudpack/remote-cache 0.11.78 → 0.12.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/NOTICE.txt +132 -87
- package/dist/{AzureRemoteCacheClient-S57Z5QDW.js → AzureRemoteCacheClient-IQQATZ4C.js} +20 -20
- package/dist/{ReporterDecorator-DNRF2TDF.js → ReporterDecorator-TXYL7NGD.js} +1 -1
- package/dist/{chunk-DTZKESCD.js → chunk-3AKZVDQW.js} +656 -6094
- package/dist/{chunk-GKUS2JGY.js → chunk-BKTAAWO5.js} +1 -3
- package/dist/{chunk-3WTIWSWN.js → chunk-JVACB3EN.js} +1 -1
- package/dist/{chunk-HONSOHFT.js → chunk-VAAN3ZWL.js} +1 -1
- package/dist/chunk-X63PAUN4.js +7082 -0
- package/dist/{esm-DMIAQHJU.js → esm-OOZX3H2S.js} +7 -6
- package/dist/getCredential-SDHKBJNP.js +17468 -0
- package/dist/{getListOfBlobs-EKSDNQNV.js → getListOfBlobs-TO4FMDDN.js} +1 -1
- package/dist/index.js +477 -25
- package/dist/package-PNRD3FFN.js +562 -0
- package/lib/authentication/forks/identity-cache-persistence/cachePersistencePlugin.d.ts +10 -13
- package/lib/authentication/forks/identity-cache-persistence/platforms.d.ts +4 -4
- package/lib/authentication/forks/identity-cache-persistence/provider.d.ts +2 -7
- package/lib/authentication/forks/msal-node-extensions/Dpapi.d.ts +6 -0
- package/lib/authentication/forks/msal-node-extensions/error/PersistenceError.d.ts +25 -9
- package/lib/authentication/forks/msal-node-extensions/index.d.ts +7 -0
- package/lib/authentication/forks/msal-node-extensions/lock/CrossPlatformLock.d.ts +1 -1
- package/lib/authentication/forks/msal-node-extensions/lock/CrossPlatformLockOptions.d.ts +0 -5
- package/lib/authentication/forks/msal-node-extensions/persistence/DataProtectionScope.d.ts +2 -0
- package/lib/authentication/forks/msal-node-extensions/persistence/FilePersistence.d.ts +1 -2
- package/lib/authentication/forks/msal-node-extensions/persistence/FilePersistenceWithDataProtection.d.ts +2 -7
- package/lib/authentication/forks/msal-node-extensions/persistence/IPersistence.d.ts +1 -6
- package/lib/authentication/forks/msal-node-extensions/persistence/IPersistenceConfiguration.d.ts +2 -7
- package/lib/authentication/forks/msal-node-extensions/persistence/NapiRsKeyRingPersistence.d.ts +1 -1
- package/lib/authentication/forks/msal-node-extensions/persistence/PersistenceCachePlugin.d.ts +8 -6
- package/lib/authentication/forks/msal-node-extensions/utils/Constants.d.ts +0 -16
- package/lib/authentication/forks/msal-node-extensions/utils/TypeGuards.d.ts +0 -5
- package/package.json +16 -16
- package/dist/chunk-BOUMQX3J.js +0 -1464
- package/dist/chunk-MIWDHAQF.js +0 -470
- package/dist/getCredential-Y4HWJOQE.js +0 -30268
package/NOTICE.txt
CHANGED
|
@@ -4,35 +4,6 @@ This package incorporates material as listed below or described in the code.
|
|
|
4
4
|
|
|
5
5
|
----
|
|
6
6
|
|
|
7
|
-
@azure/abort-controller 1.1.0 - MIT
|
|
8
|
-
https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/abort-controller/README.md
|
|
9
|
-
|
|
10
|
-
Author: Microsoft Corporation
|
|
11
|
-
|
|
12
|
-
The MIT License (MIT)
|
|
13
|
-
|
|
14
|
-
Copyright (c) 2020 Microsoft
|
|
15
|
-
|
|
16
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
17
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
18
|
-
in the Software without restriction, including without limitation the rights
|
|
19
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
20
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
21
|
-
furnished to do so, subject to the following conditions:
|
|
22
|
-
|
|
23
|
-
The above copyright notice and this permission notice shall be included in all
|
|
24
|
-
copies or substantial portions of the Software.
|
|
25
|
-
|
|
26
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
27
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
28
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
29
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
30
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
31
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
32
|
-
SOFTWARE.
|
|
33
|
-
|
|
34
|
-
----
|
|
35
|
-
|
|
36
7
|
@azure/abort-controller 2.1.2 - MIT
|
|
37
8
|
https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/abort-controller/README.md
|
|
38
9
|
|
|
@@ -120,7 +91,7 @@ SOFTWARE.
|
|
|
120
91
|
|
|
121
92
|
----
|
|
122
93
|
|
|
123
|
-
@azure/core-http-compat 2.
|
|
94
|
+
@azure/core-http-compat 2.4.0 - MIT
|
|
124
95
|
https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-compat/
|
|
125
96
|
|
|
126
97
|
Author: Microsoft Corporation
|
|
@@ -265,7 +236,7 @@ SOFTWARE.
|
|
|
265
236
|
|
|
266
237
|
----
|
|
267
238
|
|
|
268
|
-
@azure/core-xml 1.5.
|
|
239
|
+
@azure/core-xml 1.5.1 - MIT
|
|
269
240
|
https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-xml/
|
|
270
241
|
|
|
271
242
|
Author: Microsoft Corporation
|
|
@@ -323,14 +294,14 @@ SOFTWARE.
|
|
|
323
294
|
|
|
324
295
|
----
|
|
325
296
|
|
|
326
|
-
@azure/identity 4.
|
|
297
|
+
@azure/identity 4.13.1 - MIT
|
|
327
298
|
https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/identity/identity/README.md
|
|
328
299
|
|
|
329
300
|
Author: Microsoft Corporation
|
|
330
301
|
|
|
331
|
-
|
|
302
|
+
Copyright (c) Microsoft Corporation.
|
|
332
303
|
|
|
333
|
-
|
|
304
|
+
MIT License
|
|
334
305
|
|
|
335
306
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
336
307
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -342,7 +313,7 @@ furnished to do so, subject to the following conditions:
|
|
|
342
313
|
The above copyright notice and this permission notice shall be included in all
|
|
343
314
|
copies or substantial portions of the Software.
|
|
344
315
|
|
|
345
|
-
THE SOFTWARE IS PROVIDED
|
|
316
|
+
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
346
317
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
347
318
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
348
319
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
@@ -381,7 +352,7 @@ SOFTWARE.
|
|
|
381
352
|
|
|
382
353
|
----
|
|
383
354
|
|
|
384
|
-
@azure/msal-common
|
|
355
|
+
@azure/msal-common 16.6.2 - MIT
|
|
385
356
|
https://github.com/AzureAD/microsoft-authentication-library-for-js
|
|
386
357
|
|
|
387
358
|
Author: Microsoft <nugetaad@microsoft.com> (https://www.microsoft.com)
|
|
@@ -410,7 +381,7 @@ SOFTWARE
|
|
|
410
381
|
|
|
411
382
|
----
|
|
412
383
|
|
|
413
|
-
@azure/msal-node 2.
|
|
384
|
+
@azure/msal-node 5.2.2 - MIT
|
|
414
385
|
https://github.com/AzureAD/microsoft-authentication-library-for-js
|
|
415
386
|
|
|
416
387
|
Author: Microsoft <nugetaad@microsoft.com> (https://www.microsoft.com)
|
|
@@ -585,7 +556,7 @@ SOFTWARE.
|
|
|
585
556
|
|
|
586
557
|
----
|
|
587
558
|
|
|
588
|
-
@typespec/ts-http-runtime 0.3.
|
|
559
|
+
@typespec/ts-http-runtime 0.3.5 - MIT
|
|
589
560
|
https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/ts-http-runtime/
|
|
590
561
|
|
|
591
562
|
Author: Microsoft Corporation
|
|
@@ -678,7 +649,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
678
649
|
|
|
679
650
|
----
|
|
680
651
|
|
|
681
|
-
backfill-cache 5.12.
|
|
652
|
+
backfill-cache 5.12.5 - MIT
|
|
682
653
|
https://github.com/microsoft/lage
|
|
683
654
|
|
|
684
655
|
Author: Benjamin Weggersen <bewegger@microsoft.com>
|
|
@@ -767,6 +738,23 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
|
767
738
|
|
|
768
739
|
----
|
|
769
740
|
|
|
741
|
+
bundle-name 4.1.0 - MIT
|
|
742
|
+
https://github.com/sindresorhus/bundle-name
|
|
743
|
+
|
|
744
|
+
Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
745
|
+
|
|
746
|
+
MIT License
|
|
747
|
+
|
|
748
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
749
|
+
|
|
750
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
751
|
+
|
|
752
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
753
|
+
|
|
754
|
+
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.
|
|
755
|
+
|
|
756
|
+
----
|
|
757
|
+
|
|
770
758
|
chalk 4.1.2 - MIT
|
|
771
759
|
https://github.com/chalk/chalk
|
|
772
760
|
|
|
@@ -910,14 +898,48 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
910
898
|
|
|
911
899
|
----
|
|
912
900
|
|
|
913
|
-
|
|
901
|
+
default-browser 5.5.0 - MIT
|
|
902
|
+
https://github.com/sindresorhus/default-browser
|
|
903
|
+
|
|
904
|
+
Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
905
|
+
|
|
906
|
+
MIT License
|
|
907
|
+
|
|
908
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
909
|
+
|
|
910
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
911
|
+
|
|
912
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
913
|
+
|
|
914
|
+
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.
|
|
915
|
+
|
|
916
|
+
----
|
|
917
|
+
|
|
918
|
+
default-browser-id 5.0.1 - MIT
|
|
919
|
+
https://github.com/sindresorhus/default-browser-id
|
|
920
|
+
|
|
921
|
+
Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
922
|
+
|
|
923
|
+
MIT License
|
|
924
|
+
|
|
925
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
926
|
+
|
|
927
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
928
|
+
|
|
929
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
930
|
+
|
|
931
|
+
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.
|
|
932
|
+
|
|
933
|
+
----
|
|
934
|
+
|
|
935
|
+
define-lazy-prop 3.0.0 - MIT
|
|
914
936
|
https://github.com/sindresorhus/define-lazy-prop
|
|
915
937
|
|
|
916
|
-
Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
938
|
+
Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
917
939
|
|
|
918
940
|
MIT License
|
|
919
941
|
|
|
920
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
942
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
921
943
|
|
|
922
944
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
923
945
|
|
|
@@ -1261,7 +1283,7 @@ SOFTWARE.
|
|
|
1261
1283
|
|
|
1262
1284
|
----
|
|
1263
1285
|
|
|
1264
|
-
fast-xml-builder 1.
|
|
1286
|
+
fast-xml-builder 1.2.0 - MIT
|
|
1265
1287
|
https://github.com/NaturalIntelligence/fast-xml-builder
|
|
1266
1288
|
|
|
1267
1289
|
Author: Amit Gupta (https://solothought.com)
|
|
@@ -1290,7 +1312,7 @@ SOFTWARE.
|
|
|
1290
1312
|
|
|
1291
1313
|
----
|
|
1292
1314
|
|
|
1293
|
-
fast-xml-parser 5.
|
|
1315
|
+
fast-xml-parser 5.8.0 - MIT
|
|
1294
1316
|
https://github.com/NaturalIntelligence/fast-xml-parser
|
|
1295
1317
|
|
|
1296
1318
|
Author: Amit Gupta (https://solothought.com)
|
|
@@ -1892,7 +1914,7 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
1892
1914
|
|
|
1893
1915
|
----
|
|
1894
1916
|
|
|
1895
|
-
is-docker
|
|
1917
|
+
is-docker 3.0.0 - MIT
|
|
1896
1918
|
https://github.com/sindresorhus/is-docker
|
|
1897
1919
|
|
|
1898
1920
|
Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
@@ -1972,6 +1994,23 @@ THE SOFTWARE.
|
|
|
1972
1994
|
|
|
1973
1995
|
----
|
|
1974
1996
|
|
|
1997
|
+
is-inside-container 1.0.0 - MIT
|
|
1998
|
+
https://github.com/sindresorhus/is-inside-container
|
|
1999
|
+
|
|
2000
|
+
Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2001
|
+
|
|
2002
|
+
MIT License
|
|
2003
|
+
|
|
2004
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2005
|
+
|
|
2006
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2007
|
+
|
|
2008
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2009
|
+
|
|
2010
|
+
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.
|
|
2011
|
+
|
|
2012
|
+
----
|
|
2013
|
+
|
|
1975
2014
|
is-number 7.0.0 - MIT
|
|
1976
2015
|
https://github.com/jonschlinkert/is-number
|
|
1977
2016
|
|
|
@@ -2023,14 +2062,14 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2023
2062
|
|
|
2024
2063
|
----
|
|
2025
2064
|
|
|
2026
|
-
is-wsl
|
|
2065
|
+
is-wsl 3.1.1 - MIT
|
|
2027
2066
|
https://github.com/sindresorhus/is-wsl
|
|
2028
2067
|
|
|
2029
|
-
Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
2068
|
+
Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2030
2069
|
|
|
2031
2070
|
MIT License
|
|
2032
2071
|
|
|
2033
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
2072
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
2034
2073
|
|
|
2035
2074
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2036
2075
|
|
|
@@ -2742,7 +2781,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
2742
2781
|
|
|
2743
2782
|
----
|
|
2744
2783
|
|
|
2745
|
-
open
|
|
2784
|
+
open 10.2.0 - MIT
|
|
2746
2785
|
https://github.com/sindresorhus/open
|
|
2747
2786
|
|
|
2748
2787
|
Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
@@ -3007,6 +3046,23 @@ SOFTWARE.
|
|
|
3007
3046
|
|
|
3008
3047
|
----
|
|
3009
3048
|
|
|
3049
|
+
run-applescript 7.1.0 - MIT
|
|
3050
|
+
https://github.com/sindresorhus/run-applescript
|
|
3051
|
+
|
|
3052
|
+
Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3053
|
+
|
|
3054
|
+
MIT License
|
|
3055
|
+
|
|
3056
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3057
|
+
|
|
3058
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
3059
|
+
|
|
3060
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3061
|
+
|
|
3062
|
+
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.
|
|
3063
|
+
|
|
3064
|
+
----
|
|
3065
|
+
|
|
3010
3066
|
run-parallel 1.2.0 - MIT
|
|
3011
3067
|
https://github.com/feross/run-parallel
|
|
3012
3068
|
|
|
@@ -3064,7 +3120,7 @@ THE SOFTWARE.
|
|
|
3064
3120
|
|
|
3065
3121
|
----
|
|
3066
3122
|
|
|
3067
|
-
semver 7.
|
|
3123
|
+
semver 7.8.0 - ISC
|
|
3068
3124
|
https://github.com/npm/node-semver
|
|
3069
3125
|
|
|
3070
3126
|
Author: GitHub Inc.
|
|
@@ -3261,10 +3317,10 @@ THE SOFTWARE.
|
|
|
3261
3317
|
|
|
3262
3318
|
----
|
|
3263
3319
|
|
|
3264
|
-
strnum 2.
|
|
3320
|
+
strnum 2.3.0 - MIT
|
|
3265
3321
|
https://github.com/NaturalIntelligence/strnum
|
|
3266
3322
|
|
|
3267
|
-
Author: Amit Gupta (https://
|
|
3323
|
+
Author: Amit Gupta (https://solothought.work/)
|
|
3268
3324
|
|
|
3269
3325
|
MIT License
|
|
3270
3326
|
|
|
@@ -3444,26 +3500,6 @@ THE SOFTWARE.
|
|
|
3444
3500
|
|
|
3445
3501
|
----
|
|
3446
3502
|
|
|
3447
|
-
tslib 2.8.1 - 0BSD
|
|
3448
|
-
https://www.typescriptlang.org/
|
|
3449
|
-
|
|
3450
|
-
Author: Microsoft Corp.
|
|
3451
|
-
|
|
3452
|
-
Copyright (c) Microsoft Corporation.
|
|
3453
|
-
|
|
3454
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
3455
|
-
purpose with or without fee is hereby granted.
|
|
3456
|
-
|
|
3457
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
3458
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
3459
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
3460
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
3461
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
3462
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
3463
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
3464
|
-
|
|
3465
|
-
----
|
|
3466
|
-
|
|
3467
3503
|
universalify 0.1.2 - MIT
|
|
3468
3504
|
https://github.com/RyanZim/universalify#readme
|
|
3469
3505
|
|
|
@@ -3524,21 +3560,6 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3524
3560
|
|
|
3525
3561
|
----
|
|
3526
3562
|
|
|
3527
|
-
uuid 8.3.2 - MIT
|
|
3528
|
-
https://github.com/uuidjs/uuid
|
|
3529
|
-
|
|
3530
|
-
The MIT License (MIT)
|
|
3531
|
-
|
|
3532
|
-
Copyright (c) 2010-2020 Robert Kieffer and other contributors
|
|
3533
|
-
|
|
3534
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
3535
|
-
|
|
3536
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3537
|
-
|
|
3538
|
-
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.
|
|
3539
|
-
|
|
3540
|
-
----
|
|
3541
|
-
|
|
3542
3563
|
which 2.0.2 - ISC
|
|
3543
3564
|
https://github.com/isaacs/node-which
|
|
3544
3565
|
|
|
@@ -3585,6 +3606,30 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
3585
3606
|
|
|
3586
3607
|
----
|
|
3587
3608
|
|
|
3609
|
+
wsl-utils 0.1.0 - MIT
|
|
3610
|
+
https://github.com/sindresorhus/wsl-utils
|
|
3611
|
+
|
|
3612
|
+
Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3613
|
+
|
|
3614
|
+
MIT License
|
|
3615
|
+
|
|
3616
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
3617
|
+
|
|
3618
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
3619
|
+
|
|
3620
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3621
|
+
|
|
3622
|
+
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.
|
|
3623
|
+
|
|
3624
|
+
----
|
|
3625
|
+
|
|
3626
|
+
xml-naming 0.1.0 - MIT
|
|
3627
|
+
https://github.com/NaturalIntelligence/xml-naming
|
|
3628
|
+
|
|
3629
|
+
Author: Amit Gupta (https://solothought.com)
|
|
3630
|
+
|
|
3631
|
+
----
|
|
3632
|
+
|
|
3588
3633
|
yocto-queue 0.1.0 - MIT
|
|
3589
3634
|
https://github.com/sindresorhus/yocto-queue
|
|
3590
3635
|
|
|
@@ -8,16 +8,16 @@ const __filename = topLevelUrl.fileURLToPath(import.meta.url);
|
|
|
8
8
|
const __dirname = topLevelPath.dirname(__filename);
|
|
9
9
|
import {
|
|
10
10
|
require_package as require_package2
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-JVACB3EN.js";
|
|
12
12
|
import {
|
|
13
13
|
require_package
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-VAAN3ZWL.js";
|
|
15
15
|
import {
|
|
16
16
|
__commonJS,
|
|
17
17
|
__name,
|
|
18
18
|
__require,
|
|
19
19
|
__toESM
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-BKTAAWO5.js";
|
|
21
21
|
|
|
22
22
|
// ../../node_modules/.store/backfill-logger-npm-5.4.2-ac3b59873a/package/lib/logLevel.js
|
|
23
23
|
var require_logLevel = __commonJS({
|
|
@@ -16379,9 +16379,9 @@ var require_package39 = __commonJS({
|
|
|
16379
16379
|
}
|
|
16380
16380
|
});
|
|
16381
16381
|
|
|
16382
|
-
// ../../node_modules/.store/backfill-cache-npm-5.12.
|
|
16382
|
+
// ../../node_modules/.store/backfill-cache-npm-5.12.5-9fc02ea353/package/lib/hashFile.js
|
|
16383
16383
|
var require_hashFile = __commonJS({
|
|
16384
|
-
"../../node_modules/.store/backfill-cache-npm-5.12.
|
|
16384
|
+
"../../node_modules/.store/backfill-cache-npm-5.12.5-9fc02ea353/package/lib/hashFile.js"(exports) {
|
|
16385
16385
|
"use strict";
|
|
16386
16386
|
Object.defineProperty(exports, "__esModule", {
|
|
16387
16387
|
value: true
|
|
@@ -16484,9 +16484,9 @@ var require_hashFile = __commonJS({
|
|
|
16484
16484
|
}
|
|
16485
16485
|
});
|
|
16486
16486
|
|
|
16487
|
-
// ../../node_modules/.store/backfill-cache-npm-5.12.
|
|
16487
|
+
// ../../node_modules/.store/backfill-cache-npm-5.12.5-9fc02ea353/package/lib/CacheStorage.js
|
|
16488
16488
|
var require_CacheStorage = __commonJS({
|
|
16489
|
-
"../../node_modules/.store/backfill-cache-npm-5.12.
|
|
16489
|
+
"../../node_modules/.store/backfill-cache-npm-5.12.5-9fc02ea353/package/lib/CacheStorage.js"(exports) {
|
|
16490
16490
|
"use strict";
|
|
16491
16491
|
Object.defineProperty(exports, "__esModule", {
|
|
16492
16492
|
value: true
|
|
@@ -16580,9 +16580,9 @@ var require_CacheStorage = __commonJS({
|
|
|
16580
16580
|
}
|
|
16581
16581
|
});
|
|
16582
16582
|
|
|
16583
|
-
// ../../node_modules/.store/backfill-cache-npm-5.12.
|
|
16583
|
+
// ../../node_modules/.store/backfill-cache-npm-5.12.5-9fc02ea353/package/lib/AzureBlobCacheStorage.js
|
|
16584
16584
|
var require_AzureBlobCacheStorage = __commonJS({
|
|
16585
|
-
"../../node_modules/.store/backfill-cache-npm-5.12.
|
|
16585
|
+
"../../node_modules/.store/backfill-cache-npm-5.12.5-9fc02ea353/package/lib/AzureBlobCacheStorage.js"(exports) {
|
|
16586
16586
|
"use strict";
|
|
16587
16587
|
Object.defineProperty(exports, "__esModule", {
|
|
16588
16588
|
value: true
|
|
@@ -16770,7 +16770,7 @@ var require_AzureBlobCacheStorage = __commonJS({
|
|
|
16770
16770
|
this.getContainerClient = () => Promise.resolve(options.containerClient);
|
|
16771
16771
|
} else {
|
|
16772
16772
|
const { connectionString, container, credential } = options;
|
|
16773
|
-
this.getContainerClient = () => import("./esm-
|
|
16773
|
+
this.getContainerClient = () => import("./esm-OOZX3H2S.js").then(({ BlobServiceClient }) => {
|
|
16774
16774
|
const blobServiceClient = credential ? new BlobServiceClient(connectionString, credential) : BlobServiceClient.fromConnectionString(connectionString);
|
|
16775
16775
|
const containerClient = blobServiceClient.getContainerClient(container);
|
|
16776
16776
|
return containerClient;
|
|
@@ -16781,9 +16781,9 @@ var require_AzureBlobCacheStorage = __commonJS({
|
|
|
16781
16781
|
}
|
|
16782
16782
|
});
|
|
16783
16783
|
|
|
16784
|
-
// ../../node_modules/.store/backfill-cache-npm-5.12.
|
|
16784
|
+
// ../../node_modules/.store/backfill-cache-npm-5.12.5-9fc02ea353/package/lib/LocalCacheStorage.js
|
|
16785
16785
|
var require_LocalCacheStorage = __commonJS({
|
|
16786
|
-
"../../node_modules/.store/backfill-cache-npm-5.12.
|
|
16786
|
+
"../../node_modules/.store/backfill-cache-npm-5.12.5-9fc02ea353/package/lib/LocalCacheStorage.js"(exports) {
|
|
16787
16787
|
"use strict";
|
|
16788
16788
|
Object.defineProperty(exports, "__esModule", {
|
|
16789
16789
|
value: true
|
|
@@ -18856,9 +18856,9 @@ var require_package53 = __commonJS({
|
|
|
18856
18856
|
}
|
|
18857
18857
|
});
|
|
18858
18858
|
|
|
18859
|
-
// ../../node_modules/.store/backfill-cache-npm-5.12.
|
|
18859
|
+
// ../../node_modules/.store/backfill-cache-npm-5.12.5-9fc02ea353/package/lib/NpmCacheStorage.js
|
|
18860
18860
|
var require_NpmCacheStorage = __commonJS({
|
|
18861
|
-
"../../node_modules/.store/backfill-cache-npm-5.12.
|
|
18861
|
+
"../../node_modules/.store/backfill-cache-npm-5.12.5-9fc02ea353/package/lib/NpmCacheStorage.js"(exports) {
|
|
18862
18862
|
"use strict";
|
|
18863
18863
|
Object.defineProperty(exports, "__esModule", {
|
|
18864
18864
|
value: true
|
|
@@ -18988,9 +18988,9 @@ var require_NpmCacheStorage = __commonJS({
|
|
|
18988
18988
|
}
|
|
18989
18989
|
});
|
|
18990
18990
|
|
|
18991
|
-
// ../../node_modules/.store/backfill-cache-npm-5.12.
|
|
18991
|
+
// ../../node_modules/.store/backfill-cache-npm-5.12.5-9fc02ea353/package/lib/LocalSkipCacheStorage.js
|
|
18992
18992
|
var require_LocalSkipCacheStorage = __commonJS({
|
|
18993
|
-
"../../node_modules/.store/backfill-cache-npm-5.12.
|
|
18993
|
+
"../../node_modules/.store/backfill-cache-npm-5.12.5-9fc02ea353/package/lib/LocalSkipCacheStorage.js"(exports) {
|
|
18994
18994
|
"use strict";
|
|
18995
18995
|
Object.defineProperty(exports, "__esModule", {
|
|
18996
18996
|
value: true
|
|
@@ -19055,9 +19055,9 @@ var require_LocalSkipCacheStorage = __commonJS({
|
|
|
19055
19055
|
}
|
|
19056
19056
|
});
|
|
19057
19057
|
|
|
19058
|
-
// ../../node_modules/.store/backfill-cache-npm-5.12.
|
|
19058
|
+
// ../../node_modules/.store/backfill-cache-npm-5.12.5-9fc02ea353/package/lib/getCacheStorageProvider.js
|
|
19059
19059
|
var require_getCacheStorageProvider = __commonJS({
|
|
19060
|
-
"../../node_modules/.store/backfill-cache-npm-5.12.
|
|
19060
|
+
"../../node_modules/.store/backfill-cache-npm-5.12.5-9fc02ea353/package/lib/getCacheStorageProvider.js"(exports) {
|
|
19061
19061
|
"use strict";
|
|
19062
19062
|
Object.defineProperty(exports, "__esModule", {
|
|
19063
19063
|
value: true
|
|
@@ -19116,9 +19116,9 @@ var require_getCacheStorageProvider = __commonJS({
|
|
|
19116
19116
|
}
|
|
19117
19117
|
});
|
|
19118
19118
|
|
|
19119
|
-
// ../../node_modules/.store/backfill-cache-npm-5.12.
|
|
19119
|
+
// ../../node_modules/.store/backfill-cache-npm-5.12.5-9fc02ea353/package/lib/index.js
|
|
19120
19120
|
var require_lib3 = __commonJS({
|
|
19121
|
-
"../../node_modules/.store/backfill-cache-npm-5.12.
|
|
19121
|
+
"../../node_modules/.store/backfill-cache-npm-5.12.5-9fc02ea353/package/lib/index.js"(exports) {
|
|
19122
19122
|
"use strict";
|
|
19123
19123
|
Object.defineProperty(exports, "__esModule", {
|
|
19124
19124
|
value: true
|
|
@@ -8,7 +8,7 @@ const __filename = topLevelUrl.fileURLToPath(import.meta.url);
|
|
|
8
8
|
const __dirname = topLevelPath.dirname(__filename);
|
|
9
9
|
import {
|
|
10
10
|
__name
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-BKTAAWO5.js";
|
|
12
12
|
|
|
13
13
|
// src/decorators/ReporterDecorator.ts
|
|
14
14
|
import { bulletedList } from "@ms-cloudpack/task-reporter";
|