@ms-cloudpack/remote-cache 0.11.55 → 0.11.57
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 +36 -14
- package/dist/{AzureRemoteCacheClient-UD3RM6RT.js → AzureRemoteCacheClient-2QBRLTWH.js} +899 -665
- package/dist/{chunk-GSSWZTS6.js → chunk-IGWDIFPL.js} +97 -28
- package/dist/{chunk-ZYLGEKCT.js → chunk-JEBJUXPQ.js} +668 -559
- package/dist/{getCredential-TYTELKFM.js → getCredential-CYQ5LCNH.js} +115 -93
- package/dist/index.js +1533 -1126
- package/package.json +3 -3
package/NOTICE.txt
CHANGED
|
@@ -62,7 +62,7 @@ SOFTWARE.
|
|
|
62
62
|
|
|
63
63
|
----
|
|
64
64
|
|
|
65
|
-
@azure/core-auth 1.10.
|
|
65
|
+
@azure/core-auth 1.10.1 - MIT
|
|
66
66
|
https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-auth/README.md
|
|
67
67
|
|
|
68
68
|
Author: Microsoft Corporation
|
|
@@ -91,7 +91,7 @@ SOFTWARE.
|
|
|
91
91
|
|
|
92
92
|
----
|
|
93
93
|
|
|
94
|
-
@azure/core-client 1.10.
|
|
94
|
+
@azure/core-client 1.10.1 - MIT
|
|
95
95
|
https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-client/
|
|
96
96
|
|
|
97
97
|
Author: Microsoft Corporation
|
|
@@ -120,7 +120,7 @@ SOFTWARE.
|
|
|
120
120
|
|
|
121
121
|
----
|
|
122
122
|
|
|
123
|
-
@azure/core-http-compat 2.3.
|
|
123
|
+
@azure/core-http-compat 2.3.1 - MIT
|
|
124
124
|
https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-compat/
|
|
125
125
|
|
|
126
126
|
Author: Microsoft Corporation
|
|
@@ -178,7 +178,7 @@ SOFTWARE.
|
|
|
178
178
|
|
|
179
179
|
----
|
|
180
180
|
|
|
181
|
-
@azure/core-rest-pipeline 1.22.
|
|
181
|
+
@azure/core-rest-pipeline 1.22.1 - MIT
|
|
182
182
|
https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-rest-pipeline/
|
|
183
183
|
|
|
184
184
|
Author: Microsoft Corporation
|
|
@@ -207,7 +207,7 @@ SOFTWARE.
|
|
|
207
207
|
|
|
208
208
|
----
|
|
209
209
|
|
|
210
|
-
@azure/core-tracing 1.3.
|
|
210
|
+
@azure/core-tracing 1.3.1 - MIT
|
|
211
211
|
https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-tracing/README.md
|
|
212
212
|
|
|
213
213
|
Author: Microsoft Corporation
|
|
@@ -236,7 +236,7 @@ SOFTWARE.
|
|
|
236
236
|
|
|
237
237
|
----
|
|
238
238
|
|
|
239
|
-
@azure/core-util 1.13.
|
|
239
|
+
@azure/core-util 1.13.1 - MIT
|
|
240
240
|
https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-util/
|
|
241
241
|
|
|
242
242
|
Author: Microsoft Corporation
|
|
@@ -439,7 +439,7 @@ SOFTWARE.
|
|
|
439
439
|
|
|
440
440
|
----
|
|
441
441
|
|
|
442
|
-
@azure/storage-blob 12.
|
|
442
|
+
@azure/storage-blob 12.29.1 - MIT
|
|
443
443
|
https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-blob/
|
|
444
444
|
|
|
445
445
|
Author: Microsoft Corporation
|
|
@@ -468,11 +468,33 @@ SOFTWARE.
|
|
|
468
468
|
|
|
469
469
|
----
|
|
470
470
|
|
|
471
|
-
@azure/storage-common 12.
|
|
471
|
+
@azure/storage-common 12.1.1 - MIT
|
|
472
472
|
https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/storage/storage-internal-avro/
|
|
473
473
|
|
|
474
474
|
Author: Microsoft Corporation
|
|
475
475
|
|
|
476
|
+
The MIT License (MIT)
|
|
477
|
+
|
|
478
|
+
Copyright (c) 2018 Microsoft
|
|
479
|
+
|
|
480
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
481
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
482
|
+
in the Software without restriction, including without limitation the rights
|
|
483
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
484
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
485
|
+
furnished to do so, subject to the following conditions:
|
|
486
|
+
|
|
487
|
+
The above copyright notice and this permission notice shall be included in all
|
|
488
|
+
copies or substantial portions of the Software.
|
|
489
|
+
|
|
490
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
491
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
492
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
493
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
494
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
495
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
496
|
+
SOFTWARE.
|
|
497
|
+
|
|
476
498
|
----
|
|
477
499
|
|
|
478
500
|
@nodelib/fs.scandir 2.1.5 - MIT
|
|
@@ -616,7 +638,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
616
638
|
|
|
617
639
|
----
|
|
618
640
|
|
|
619
|
-
@typespec/ts-http-runtime 0.3.
|
|
641
|
+
@typespec/ts-http-runtime 0.3.1 - MIT
|
|
620
642
|
https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/ts-http-runtime/
|
|
621
643
|
|
|
622
644
|
Author: Microsoft Corporation
|
|
@@ -714,14 +736,14 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|
|
714
736
|
|
|
715
737
|
----
|
|
716
738
|
|
|
717
|
-
backfill 6.4.
|
|
739
|
+
backfill 6.4.2 - MIT
|
|
718
740
|
https://github.com/microsoft/backfill
|
|
719
741
|
|
|
720
742
|
Author: Benjamin Weggersen <bewegger@microsoft.com>
|
|
721
743
|
|
|
722
744
|
----
|
|
723
745
|
|
|
724
|
-
backfill-cache 5.11.
|
|
746
|
+
backfill-cache 5.11.2 - MIT
|
|
725
747
|
https://github.com/microsoft/backfill
|
|
726
748
|
|
|
727
749
|
Author: Benjamin Weggersen <bewegger@microsoft.com>
|
|
@@ -968,7 +990,7 @@ THE SOFTWARE.
|
|
|
968
990
|
|
|
969
991
|
----
|
|
970
992
|
|
|
971
|
-
debug 4.4.
|
|
993
|
+
debug 4.4.3 - MIT
|
|
972
994
|
https://github.com/debug-js/debug
|
|
973
995
|
|
|
974
996
|
Author: Josh Junon (https://github.com/qix-)
|
|
@@ -1351,7 +1373,7 @@ SOFTWARE.
|
|
|
1351
1373
|
|
|
1352
1374
|
----
|
|
1353
1375
|
|
|
1354
|
-
fast-xml-parser 5.
|
|
1376
|
+
fast-xml-parser 5.3.0 - MIT
|
|
1355
1377
|
https://github.com/NaturalIntelligence/fast-xml-parser
|
|
1356
1378
|
|
|
1357
1379
|
Author: Amit Gupta (https://solothought.com)
|
|
@@ -3601,7 +3623,7 @@ THE SOFTWARE.
|
|
|
3601
3623
|
|
|
3602
3624
|
----
|
|
3603
3625
|
|
|
3604
|
-
semver 7.7.
|
|
3626
|
+
semver 7.7.3 - ISC
|
|
3605
3627
|
https://github.com/npm/node-semver
|
|
3606
3628
|
|
|
3607
3629
|
Author: GitHub Inc.
|