@ms-cloudpack/remote-cache 0.8.13 → 0.8.15

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.
@@ -9,8 +9,8 @@ import {
9
9
  } from "./chunk-373ETHF2.js";
10
10
  import {
11
11
  require_dist
12
- } from "./chunk-OSKYHKJO.js";
13
- import "./chunk-4MIMLTI6.js";
12
+ } from "./chunk-WR3ABZS6.js";
13
+ import "./chunk-S3ZJNZYB.js";
14
14
  import {
15
15
  __name,
16
16
  __toESM
package/dist/index.js CHANGED
@@ -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-M7NO6U6M.js");
100
- const { AzureRemoteCacheClient } = await import("./AzureRemoteCacheClient-SXMK4YHG.js");
101
- const { ReporterDecorator } = await import("./ReporterDecorator-FPB3SR62.js");
102
- const { getListOfBlobs } = await import("./getListOfBlobs-LFPGQVDD.js");
99
+ const { getCredential } = await import("./getCredential-TGHZRNZU.js");
100
+ const { AzureRemoteCacheClient } = await import("./AzureRemoteCacheClient-RYQX2JZE.js");
101
+ const { ReporterDecorator } = await import("./ReporterDecorator-V2YEIC5V.js");
102
+ const { getListOfBlobs } = await import("./getListOfBlobs-6GZGACOS.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.13",
3
+ "version": "0.8.15",
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,7 +27,7 @@
27
27
  "lib/**/*.d.ts"
28
28
  ],
29
29
  "dependencies": {
30
- "@ms-cloudpack/common-types": "^0.21.0",
30
+ "@ms-cloudpack/common-types": "^0.22.0",
31
31
  "@ms-cloudpack/retry": "^0.1.2",
32
32
  "@ms-cloudpack/task-reporter": "^0.14.5",
33
33
  "@ms-cloudpack/telemetry": "^0.6.3",