@ms-cloudpack/remote-cache 0.10.18 → 0.10.20
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-7MHTRZ6Y.js → AzureRemoteCacheClient-2Q6MBWDN.js} +2 -2
- package/dist/{chunk-RN46OLEJ.js → chunk-2F4TLFG2.js} +2193 -1951
- package/dist/{chunk-J5MDMYM3.js → chunk-SAK6X2DV.js} +167 -167
- package/dist/{getCredential-7S2VXY5L.js → getCredential-C6XU3HSX.js} +1 -1
- package/dist/index.js +5 -5
- package/package.json +2 -2
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-2F4TLFG2.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-SAK6X2DV.js";
|
|
21
21
|
import {
|
|
22
22
|
__commonJS,
|
|
23
23
|
__name,
|
|
@@ -4776,8 +4776,8 @@ async function createRemoteCacheClient(params) {
|
|
|
4776
4776
|
const azureLogEventHandler = registerAzureLogger();
|
|
4777
4777
|
const { context, options } = params;
|
|
4778
4778
|
const { container, loginMethod, storageAccount, cachePath, tenantId } = options;
|
|
4779
|
-
const { getCredential } = await import("./getCredential-
|
|
4780
|
-
const { AzureRemoteCacheClient } = await import("./AzureRemoteCacheClient-
|
|
4779
|
+
const { getCredential } = await import("./getCredential-C6XU3HSX.js");
|
|
4780
|
+
const { AzureRemoteCacheClient } = await import("./AzureRemoteCacheClient-2Q6MBWDN.js");
|
|
4781
4781
|
const { ReporterDecorator } = await import("./ReporterDecorator-VYNWC6CL.js");
|
|
4782
4782
|
const { getListOfBlobs } = await import("./getListOfBlobs-BGP2V7PV.js");
|
|
4783
4783
|
const credential = await getCredential(
|
|
@@ -4928,7 +4928,7 @@ async function createAppRegistryClient(params) {
|
|
|
4928
4928
|
const { context, options } = params;
|
|
4929
4929
|
const { loginMethod, cachePath, tenantId = defaultTenantId, storageAccount = defaultStorageAccount } = options;
|
|
4930
4930
|
const azureLogEventHandler = registerAzureLogger();
|
|
4931
|
-
const { getCredential } = await import("./getCredential-
|
|
4931
|
+
const { getCredential } = await import("./getCredential-C6XU3HSX.js");
|
|
4932
4932
|
const credential = await getCredential(
|
|
4933
4933
|
{ loginMethod, cachePath, tenantId },
|
|
4934
4934
|
{ ...context, azureLogger: azureLogEventHandler }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ms-cloudpack/remote-cache",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.20",
|
|
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,7 +31,7 @@
|
|
|
31
31
|
"@ms-cloudpack/environment": "^0.1.1",
|
|
32
32
|
"@ms-cloudpack/retry": "^0.1.3",
|
|
33
33
|
"@ms-cloudpack/task-reporter": "^0.16.0",
|
|
34
|
-
"@ms-cloudpack/telemetry": "^0.11.
|
|
34
|
+
"@ms-cloudpack/telemetry": "^0.11.2",
|
|
35
35
|
"@napi-rs/keyring": "^1.0.0",
|
|
36
36
|
"mime-types": "^2.0.0",
|
|
37
37
|
"node-dpapi-prebuilt": "^1.0.3"
|