@ms-cloudpack/remote-cache 0.8.6 → 0.8.7

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.
@@ -6,15 +6,15 @@ const __filename = topLevelUrl.fileURLToPath(import.meta.url);
6
6
  const __dirname = topLevelPath.dirname(__filename);
7
7
  import {
8
8
  createBlobStorageUrl
9
- } from "./chunk-QC4PR72N.js";
9
+ } from "./chunk-373ETHF2.js";
10
10
  import {
11
11
  require_dist
12
- } from "./chunk-XXZCIAWZ.js";
13
- import "./chunk-DBAPJORC.js";
12
+ } from "./chunk-AGV32QV3.js";
13
+ import "./chunk-NA4MEK2Y.js";
14
14
  import {
15
15
  __name,
16
16
  __toESM
17
- } from "./chunk-KN3X4SHH.js";
17
+ } from "./chunk-PAESICSC.js";
18
18
 
19
19
  // src/getListOfBlobs.ts
20
20
  var import_storage_blob = __toESM(require_dist(), 1);
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ const __dirname = topLevelPath.dirname(__filename);
7
7
  import {
8
8
  __name,
9
9
  require_commonjs
10
- } from "./chunk-KN3X4SHH.js";
10
+ } from "./chunk-PAESICSC.js";
11
11
 
12
12
  // src/registerAzureLogger.ts
13
13
  import EventEmitter from "events";
@@ -96,10 +96,10 @@ 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-COZ4LE4W.js");
100
- const { AzureRemoteCacheClient } = await import("./AzureRemoteCacheClient-MF5NWWRR.js");
101
- const { ReporterDecorator } = await import("./ReporterDecorator-32NHDP4F.js");
102
- const { getListOfBlobs } = await import("./getListOfBlobs-YKU4RH4K.js");
99
+ const { getCredential } = await import("./getCredential-SONG5OIN.js");
100
+ const { AzureRemoteCacheClient } = await import("./AzureRemoteCacheClient-FSO35NGO.js");
101
+ const { ReporterDecorator } = await import("./ReporterDecorator-FD3ZFR5R.js");
102
+ const { getListOfBlobs } = await import("./getListOfBlobs-LRKFF73C.js");
103
103
  const credential = await getCredential(
104
104
  { loginMethod, cachePath, tenantId },
105
105
  { ...context, azureLogger: azureLogEventHandler }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/remote-cache",
3
- "version": "0.8.6",
3
+ "version": "0.8.7",
4
4
  "description": "Manages syncing the local Cloudpack cached assets to/from a remote storage service.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -29,14 +29,14 @@
29
29
  "dependencies": {
30
30
  "@ms-cloudpack/retry": "^0.1.2",
31
31
  "@ms-cloudpack/task-reporter": "^0.14.4",
32
- "@ms-cloudpack/telemetry": "^0.6.1",
32
+ "@ms-cloudpack/telemetry": "^0.6.2",
33
33
  "@napi-rs/keyring": "^1.0.0",
34
34
  "node-dpapi-prebuilt": "^1.0.3"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@azure/identity": "^4.2.1",
38
38
  "@azure/logger": "^1.0.0",
39
- "@azure/msal-common": "14.13.0",
39
+ "@azure/msal-common": "^14.14.2",
40
40
  "@azure/msal-node": "^2.9.2",
41
41
  "@azure/storage-blob": "^12.17.0",
42
42
  "@ms-cloudpack/eslint-plugin-internal": "*",