@ms-cloudpack/remote-cache 0.11.56 → 0.11.58
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 +2 -2
- package/package.json +3 -3
package/NOTICE.txt
CHANGED
|
@@ -4,7 +4,7 @@ This package incorporates material as listed below or described in the code.
|
|
|
4
4
|
|
|
5
5
|
----
|
|
6
6
|
|
|
7
|
-
@azure/abort-controller
|
|
7
|
+
@azure/abort-controller 2.1.2 - MIT
|
|
8
8
|
https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/abort-controller/README.md
|
|
9
9
|
|
|
10
10
|
Author: Microsoft Corporation
|
|
@@ -33,7 +33,7 @@ SOFTWARE.
|
|
|
33
33
|
|
|
34
34
|
----
|
|
35
35
|
|
|
36
|
-
@azure/abort-controller
|
|
36
|
+
@azure/abort-controller 1.1.0 - MIT
|
|
37
37
|
https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/abort-controller/README.md
|
|
38
38
|
|
|
39
39
|
Author: Microsoft Corporation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ms-cloudpack/remote-cache",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.58",
|
|
4
4
|
"description": "Manages syncing the local Cloudpack cached assets to/from a remote storage service.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"test": "cloudpack-scripts test"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@ms-cloudpack/common-types": "^0.33.
|
|
26
|
+
"@ms-cloudpack/common-types": "^0.33.2",
|
|
27
27
|
"@ms-cloudpack/environment": "^0.1.1",
|
|
28
28
|
"@ms-cloudpack/retry": "^0.1.3",
|
|
29
29
|
"@ms-cloudpack/task-reporter": "^0.17.4",
|
|
30
|
-
"@ms-cloudpack/telemetry": "^0.11.
|
|
30
|
+
"@ms-cloudpack/telemetry": "^0.11.58",
|
|
31
31
|
"@napi-rs/keyring": "1.2.0",
|
|
32
32
|
"mime-types": "^3.0.0",
|
|
33
33
|
"node-dpapi-prebuilt": "^1.0.3"
|