@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.
- package/dist/{AzureRemoteCacheClient-2PRAPCJH.js → AzureRemoteCacheClient-P6C5CPLP.js} +16 -16
- package/dist/{AzureRemoteCacheClient-2PRAPCJH.js.map → AzureRemoteCacheClient-P6C5CPLP.js.map} +1 -1
- package/dist/{ReporterDecorator-BYNXV72I.js → ReporterDecorator-UXMG3OO4.js} +4 -4
- package/dist/{chunk-GFT2G5UO.js → chunk-AUZ3RYOM.js} +1 -1
- package/dist/{chunk-KKZU5JW4.js → chunk-K2IPVVHZ.js} +2 -2
- package/dist/{chunk-VVROC42R.js → chunk-PSEJWW4L.js} +2 -2
- package/dist/{chunk-G3ME7OWS.js → chunk-W7TAYQ7C.js} +12 -12
- package/dist/{chunk-G3ME7OWS.js.map → chunk-W7TAYQ7C.js.map} +1 -1
- package/dist/{getCredential-MJEIGDVB.js → getCredential-VTEUQWIA.js} +6 -6
- package/dist/{getCredential-MJEIGDVB.js.map → getCredential-VTEUQWIA.js.map} +1 -1
- package/dist/{getListOfBlobs-LKU62UR5.js → getListOfBlobs-OTB3VIVC.js} +4 -4
- package/dist/index.js +5 -5
- package/package.json +2 -2
- /package/dist/{ReporterDecorator-BYNXV72I.js.map → ReporterDecorator-UXMG3OO4.js.map} +0 -0
- /package/dist/{chunk-GFT2G5UO.js.map → chunk-AUZ3RYOM.js.map} +0 -0
- /package/dist/{chunk-KKZU5JW4.js.map → chunk-K2IPVVHZ.js.map} +0 -0
- /package/dist/{chunk-VVROC42R.js.map → chunk-PSEJWW4L.js.map} +0 -0
- /package/dist/{getListOfBlobs-LKU62UR5.js.map → getListOfBlobs-OTB3VIVC.js.map} +0 -0
|
@@ -3,11 +3,11 @@ import {
|
|
|
3
3
|
} from "./chunk-XKOU5VXX.js";
|
|
4
4
|
import {
|
|
5
5
|
require_dist
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-W7TAYQ7C.js";
|
|
7
|
+
import "./chunk-K2IPVVHZ.js";
|
|
8
8
|
import {
|
|
9
9
|
__toESM
|
|
10
|
-
} from "./chunk-
|
|
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-
|
|
26
|
+
//# sourceMappingURL=getListOfBlobs-OTB3VIVC.js.map
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "./chunk-
|
|
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-
|
|
69
|
-
const { AzureRemoteCacheClient } = await import("./AzureRemoteCacheClient-
|
|
70
|
-
const { ReporterDecorator } = await import("./ReporterDecorator-
|
|
71
|
-
const { getListOfBlobs } = await import("./getListOfBlobs-
|
|
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.
|
|
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.
|
|
32
|
+
"@ms-cloudpack/telemetry": "^0.4.7-beta.1",
|
|
33
33
|
"@ms-cloudpack/retry": "^0.1.1"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|