@ms-cloudpack/remote-cache 0.9.7 → 0.9.8

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.
@@ -7,9 +7,9 @@ const __dirname = topLevelPath.dirname(__filename);
7
7
  import {
8
8
  createBlobStorageUrl,
9
9
  require_dist
10
- } from "./chunk-ADYZUCCL.js";
11
- import "./chunk-PCVVIHN2.js";
12
- import "./chunk-TDGUF35H.js";
10
+ } from "./chunk-LTZT5O5D.js";
11
+ import "./chunk-RMB6VPNI.js";
12
+ import "./chunk-KLSW7CDL.js";
13
13
  import {
14
14
  __name,
15
15
  __toESM
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ const __filename = topLevelUrl.fileURLToPath(import.meta.url);
6
6
  const __dirname = topLevelPath.dirname(__filename);
7
7
  import {
8
8
  require_commonjs
9
- } from "./chunk-TDGUF35H.js";
9
+ } from "./chunk-KLSW7CDL.js";
10
10
  import {
11
11
  __name
12
12
  } from "./chunk-NFU5RQB4.js";
@@ -98,10 +98,10 @@ async function createRemoteCacheClient(params) {
98
98
  const azureLogEventHandler = registerAzureLogger();
99
99
  const { context, options } = params;
100
100
  const { container, loginMethod, storageAccount, cachePath, tenantId } = options;
101
- const { getCredential } = await import("./getCredential-3OW4WEJU.js");
102
- const { AzureRemoteCacheClient } = await import("./AzureRemoteCacheClient-PJKUPDPI.js");
101
+ const { getCredential } = await import("./getCredential-4DBWPMN2.js");
102
+ const { AzureRemoteCacheClient } = await import("./AzureRemoteCacheClient-LMG45ZTM.js");
103
103
  const { ReporterDecorator } = await import("./ReporterDecorator-FZKB4MWN.js");
104
- const { getListOfBlobs } = await import("./getListOfBlobs-KAWJXC5J.js");
104
+ const { getListOfBlobs } = await import("./getListOfBlobs-DNKXQNGR.js");
105
105
  const credential = await getCredential(
106
106
  { loginMethod, cachePath, tenantId },
107
107
  { ...context, azureLogger: azureLogEventHandler }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/remote-cache",
3
- "version": "0.9.7",
3
+ "version": "0.9.8",
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,8 +29,8 @@
29
29
  "dependencies": {
30
30
  "@ms-cloudpack/common-types": "^0.23.3",
31
31
  "@ms-cloudpack/retry": "^0.1.2",
32
- "@ms-cloudpack/task-reporter": "^0.14.5",
33
- "@ms-cloudpack/telemetry": "^0.9.1",
32
+ "@ms-cloudpack/task-reporter": "^0.14.6",
33
+ "@ms-cloudpack/telemetry": "^0.9.2",
34
34
  "@napi-rs/keyring": "^1.0.0",
35
35
  "mime-types": "^2.0.0",
36
36
  "node-dpapi-prebuilt": "^1.0.3"