@ms-cloudpack/remote-cache 0.10.20 → 0.10.22
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.
|
@@ -15950,9 +15950,9 @@ var require_package18 = __commonJS({
|
|
|
15950
15950
|
}
|
|
15951
15951
|
});
|
|
15952
15952
|
|
|
15953
|
-
// ../../node_modules/.store/@azure-identity-
|
|
15953
|
+
// ../../node_modules/.store/@azure-identity-patch-3f24c15e8c/package/dist/index.js
|
|
15954
15954
|
var require_dist2 = __commonJS({
|
|
15955
|
-
"../../node_modules/.store/@azure-identity-
|
|
15955
|
+
"../../node_modules/.store/@azure-identity-patch-3f24c15e8c/package/dist/index.js"(exports) {
|
|
15956
15956
|
"use strict";
|
|
15957
15957
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15958
15958
|
var logger$r = require_commonjs();
|
package/dist/index.js
CHANGED
|
@@ -4776,7 +4776,7 @@ 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-
|
|
4779
|
+
const { getCredential } = await import("./getCredential-LMSBNT2W.js");
|
|
4780
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");
|
|
@@ -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-LMSBNT2W.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.22",
|
|
4
4
|
"description": "Manages syncing the local Cloudpack cached assets to/from a remote storage service.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
"lib/**/*.d.ts"
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@ms-cloudpack/common-types": "^0.24.
|
|
30
|
+
"@ms-cloudpack/common-types": "^0.24.11",
|
|
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.4",
|
|
35
35
|
"@napi-rs/keyring": "^1.0.0",
|
|
36
36
|
"mime-types": "^2.0.0",
|
|
37
37
|
"node-dpapi-prebuilt": "^1.0.3"
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@azure/core-paging": "^1.0.0",
|
|
41
41
|
"@azure/data-tables": "^13.0.0",
|
|
42
|
-
"@azure/identity": "4.3.0",
|
|
42
|
+
"@azure/identity": "patch:@azure/identity@npm%3A4.3.0#~/.yarn/patches/@azure-identity-npm-4.3.0-e85334d38f.patch",
|
|
43
43
|
"@azure/logger": "^1.0.0",
|
|
44
44
|
"@azure/msal-common": "14.13.0",
|
|
45
45
|
"@azure/msal-node": "2.11.0",
|