@ms-cloudpack/remote-cache 0.11.10 → 0.11.12
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/{AzureRemoteCacheClient-WA46BODG.js → AzureRemoteCacheClient-P5SKY6OI.js} +2 -2
- package/dist/{chunk-LEHUXQFL.js → chunk-F6DB4LDZ.js} +10 -10
- package/dist/{chunk-B4Q7L4W6.js → chunk-IRFI44GC.js} +320 -327
- package/dist/{getCredential-JMWHVVNM.js → getCredential-IVB4UT3M.js} +190 -135
- package/dist/index.js +5 -5
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
require_commonjs as require_commonjs5,
|
|
9
9
|
require_commonjs2 as require_commonjs7,
|
|
10
10
|
require_dist
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-IRFI44GC.js";
|
|
12
12
|
import {
|
|
13
13
|
init_tslib_es6,
|
|
14
14
|
require_commonjs,
|
|
@@ -17,7 +17,7 @@ import {
|
|
|
17
17
|
require_commonjs5 as require_commonjs4,
|
|
18
18
|
require_commonjs6,
|
|
19
19
|
tslib_es6_exports
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-F6DB4LDZ.js";
|
|
21
21
|
import {
|
|
22
22
|
__commonJS,
|
|
23
23
|
__name,
|
|
@@ -4778,8 +4778,8 @@ async function createRemoteCacheClient(params) {
|
|
|
4778
4778
|
const { container, loginMethod, storageAccount, cachePath, tenantId } = options;
|
|
4779
4779
|
const { telemetryClient } = context;
|
|
4780
4780
|
return telemetryClient.tracer.startActiveSpan("CREATE_REMOTE_CACHE_CLIENT", async () => {
|
|
4781
|
-
const { getCredential } = await import("./getCredential-
|
|
4782
|
-
const { AzureRemoteCacheClient } = await import("./AzureRemoteCacheClient-
|
|
4781
|
+
const { getCredential } = await import("./getCredential-IVB4UT3M.js");
|
|
4782
|
+
const { AzureRemoteCacheClient } = await import("./AzureRemoteCacheClient-P5SKY6OI.js");
|
|
4783
4783
|
const { ReporterDecorator } = await import("./ReporterDecorator-VYNWC6CL.js");
|
|
4784
4784
|
const { getListOfBlobs } = await import("./getListOfBlobs-BGP2V7PV.js");
|
|
4785
4785
|
const credential = await getCredential(
|
|
@@ -4931,7 +4931,7 @@ async function createAppRegistryClient(params) {
|
|
|
4931
4931
|
const { context, options } = params;
|
|
4932
4932
|
const { loginMethod, cachePath, tenantId = defaultTenantId, storageAccount = defaultStorageAccount } = options;
|
|
4933
4933
|
const azureLogEventHandler = registerAzureLogger();
|
|
4934
|
-
const { getCredential } = await import("./getCredential-
|
|
4934
|
+
const { getCredential } = await import("./getCredential-IVB4UT3M.js");
|
|
4935
4935
|
const credential = await getCredential(
|
|
4936
4936
|
{ loginMethod, cachePath, tenantId },
|
|
4937
4937
|
{ ...context, azureLogger: azureLogEventHandler }
|
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.12",
|
|
4
4
|
"description": "Manages syncing the local Cloudpack cached assets to/from a remote storage service.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"@ms-cloudpack/environment": "^0.1.1",
|
|
32
32
|
"@ms-cloudpack/retry": "^0.1.3",
|
|
33
33
|
"@ms-cloudpack/task-reporter": "^0.16.2",
|
|
34
|
-
"@ms-cloudpack/telemetry": "^0.11.
|
|
35
|
-
"@napi-rs/keyring": "
|
|
36
|
-
"mime-types": "^
|
|
34
|
+
"@ms-cloudpack/telemetry": "^0.11.15",
|
|
35
|
+
"@napi-rs/keyring": "1.1.6",
|
|
36
|
+
"mime-types": "^3.0.0",
|
|
37
37
|
"node-dpapi-prebuilt": "^1.0.3"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|