@ms-cloudpack/remote-cache 0.10.19 → 0.10.21

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.
@@ -14,7 +14,7 @@ import {
14
14
  require_commonjs5 as require_commonjs4,
15
15
  require_commonjs6 as require_commonjs5,
16
16
  require_package
17
- } from "./chunk-J5MDMYM3.js";
17
+ } from "./chunk-SAK6X2DV.js";
18
18
  import {
19
19
  __commonJS,
20
20
  __esm,
@@ -15950,9 +15950,9 @@ var require_package18 = __commonJS({
15950
15950
  }
15951
15951
  });
15952
15952
 
15953
- // ../../node_modules/.store/@azure-identity-npm-4.3.0-e85334d38f/package/dist/index.js
15953
+ // ../../node_modules/.store/@azure-identity-patch-3f24c15e8c/package/dist/index.js
15954
15954
  var require_dist2 = __commonJS({
15955
- "../../node_modules/.store/@azure-identity-npm-4.3.0-e85334d38f/package/dist/index.js"(exports) {
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
@@ -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-RN46OLEJ.js";
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-J5MDMYM3.js";
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-7S2VXY5L.js");
4780
- const { AzureRemoteCacheClient } = await import("./AzureRemoteCacheClient-7MHTRZ6Y.js");
4779
+ const { getCredential } = await import("./getCredential-LMSBNT2W.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-7S2VXY5L.js");
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.19",
3
+ "version": "0.10.21",
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.1",
34
+ "@ms-cloudpack/telemetry": "^0.11.3",
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",