@ms-cloudpack/remote-cache 0.5.1-beta.0 → 0.5.1-beta.1

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.
@@ -3,11 +3,11 @@ import {
3
3
  } from "./chunk-XKOU5VXX.js";
4
4
  import {
5
5
  require_dist
6
- } from "./chunk-G3ME7OWS.js";
7
- import "./chunk-KKZU5JW4.js";
6
+ } from "./chunk-W7TAYQ7C.js";
7
+ import "./chunk-K2IPVVHZ.js";
8
8
  import {
9
9
  __toESM
10
- } from "./chunk-GFT2G5UO.js";
10
+ } from "./chunk-AUZ3RYOM.js";
11
11
 
12
12
  // src/getListOfBlobs.ts
13
13
  var import_storage_blob = __toESM(require_dist(), 1);
@@ -23,4 +23,4 @@ async function getListOfBlobs({ container, storageAccount, credential }) {
23
23
  export {
24
24
  getListOfBlobs
25
25
  };
26
- //# sourceMappingURL=getListOfBlobs-LKU62UR5.js.map
26
+ //# sourceMappingURL=getListOfBlobs-OTB3VIVC.js.map
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import "./chunk-GFT2G5UO.js";
1
+ import "./chunk-AUZ3RYOM.js";
2
2
 
3
3
  // src/decorators/InMemoryDecorator.ts
4
4
  var InMemoryDecorator = class {
@@ -65,10 +65,10 @@ import { RetryManager } from "@ms-cloudpack/retry";
65
65
  async function createRemoteCacheClient(params) {
66
66
  const { context, options } = params;
67
67
  const { container, loginMethod, storageAccount, cachePath } = options;
68
- const { getCredential } = await import("./getCredential-MJEIGDVB.js");
69
- const { AzureRemoteCacheClient } = await import("./AzureRemoteCacheClient-2PRAPCJH.js");
70
- const { ReporterDecorator } = await import("./ReporterDecorator-BYNXV72I.js");
71
- const { getListOfBlobs } = await import("./getListOfBlobs-LKU62UR5.js");
68
+ const { getCredential } = await import("./getCredential-VTEUQWIA.js");
69
+ const { AzureRemoteCacheClient } = await import("./AzureRemoteCacheClient-P6C5CPLP.js");
70
+ const { ReporterDecorator } = await import("./ReporterDecorator-UXMG3OO4.js");
71
+ const { getListOfBlobs } = await import("./getListOfBlobs-OTB3VIVC.js");
72
72
  const credential = await getCredential(loginMethod, cachePath);
73
73
  const remoteCacheClientOptions = {
74
74
  storageAccount,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ms-cloudpack/remote-cache",
3
- "version": "0.5.1-beta.0",
3
+ "version": "0.5.1-beta.1",
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,7 +29,7 @@
29
29
  "dependencies": {
30
30
  "@azure/msal-node-extensions": "^1.0.10",
31
31
  "@ms-cloudpack/task-reporter": "^0.11.1",
32
- "@ms-cloudpack/telemetry": "^0.4.7-beta.0",
32
+ "@ms-cloudpack/telemetry": "^0.4.7-beta.1",
33
33
  "@ms-cloudpack/retry": "^0.1.1"
34
34
  },
35
35
  "devDependencies": {