@ms-cloudpack/remote-cache 0.8.12 → 0.8.13
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/{getCredential-FLIB2Y4Q.js → getCredential-M7NO6U6M.js} +13925 -12065
- package/dist/index.js +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -96,7 +96,7 @@ async function createRemoteCacheClient(params) {
|
|
|
96
96
|
const azureLogEventHandler = registerAzureLogger();
|
|
97
97
|
const { context, options } = params;
|
|
98
98
|
const { container, loginMethod, storageAccount, cachePath, tenantId } = options;
|
|
99
|
-
const { getCredential } = await import("./getCredential-
|
|
99
|
+
const { getCredential } = await import("./getCredential-M7NO6U6M.js");
|
|
100
100
|
const { AzureRemoteCacheClient } = await import("./AzureRemoteCacheClient-SXMK4YHG.js");
|
|
101
101
|
const { ReporterDecorator } = await import("./ReporterDecorator-FPB3SR62.js");
|
|
102
102
|
const { getListOfBlobs } = await import("./getListOfBlobs-LFPGQVDD.js");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ms-cloudpack/remote-cache",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.13",
|
|
4
4
|
"description": "Manages syncing the local Cloudpack cached assets to/from a remote storage service.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -35,10 +35,10 @@
|
|
|
35
35
|
"node-dpapi-prebuilt": "^1.0.3"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@azure/identity": "
|
|
38
|
+
"@azure/identity": "4.3.0",
|
|
39
39
|
"@azure/logger": "^1.0.0",
|
|
40
|
-
"@azure/msal-common": "
|
|
41
|
-
"@azure/msal-node": "
|
|
40
|
+
"@azure/msal-common": "14.13.0",
|
|
41
|
+
"@azure/msal-node": "2.11.0",
|
|
42
42
|
"@azure/storage-blob": "^12.17.0",
|
|
43
43
|
"@ms-cloudpack/eslint-plugin-internal": "*",
|
|
44
44
|
"@ms-cloudpack/scripts": "*",
|