@ms-cloudpack/remote-cache 0.11.75 → 0.11.76
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/dist/index.js
CHANGED
|
@@ -34,7 +34,7 @@ import {
|
|
|
34
34
|
serializationPolicy,
|
|
35
35
|
serializationPolicyName,
|
|
36
36
|
stringifyXML
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-3L2TUMSL.js";
|
|
38
38
|
import {
|
|
39
39
|
require_commonjs
|
|
40
40
|
} from "./chunk-4NNZM6TT.js";
|
|
@@ -152,7 +152,7 @@ async function createRemoteCacheClient(params) {
|
|
|
152
152
|
const { telemetryClient } = context;
|
|
153
153
|
return telemetryClient.tracer.startActiveSpan("CREATE_REMOTE_CACHE_CLIENT", async () => {
|
|
154
154
|
const { getCredential } = await import("./getCredential-ZFTRCRNY.js");
|
|
155
|
-
const { AzureRemoteCacheClient } = await import("./AzureRemoteCacheClient-
|
|
155
|
+
const { AzureRemoteCacheClient } = await import("./AzureRemoteCacheClient-BP6CQQWQ.js");
|
|
156
156
|
const { ReporterDecorator } = await import("./ReporterDecorator-ZL5AFS6T.js");
|
|
157
157
|
const { getListOfBlobs } = await import("./getListOfBlobs-USCOZRLX.js");
|
|
158
158
|
const credential = await getCredential(
|
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.76",
|
|
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.34.
|
|
27
|
-
"@ms-cloudpack/environment": "^0.1.
|
|
28
|
-
"@ms-cloudpack/retry": "^0.1.
|
|
29
|
-
"@ms-cloudpack/task-reporter": "^0.21.
|
|
30
|
-
"@ms-cloudpack/telemetry": "^0.
|
|
26
|
+
"@ms-cloudpack/common-types": "^0.34.1",
|
|
27
|
+
"@ms-cloudpack/environment": "^0.1.3",
|
|
28
|
+
"@ms-cloudpack/retry": "^0.1.4",
|
|
29
|
+
"@ms-cloudpack/task-reporter": "^0.21.1",
|
|
30
|
+
"@ms-cloudpack/telemetry": "^0.12.0",
|
|
31
31
|
"@napi-rs/keyring": "1.2.0",
|
|
32
32
|
"mime-types": "^3.0.0",
|
|
33
33
|
"node-dpapi-prebuilt": "^1.0.3"
|