@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.
- package/dist/{AzureRemoteCacheClient-PJKUPDPI.js → AzureRemoteCacheClient-LMG45ZTM.js} +3 -3
- package/dist/{chunk-TDGUF35H.js → chunk-KLSW7CDL.js} +12 -4
- package/dist/{chunk-ADYZUCCL.js → chunk-LTZT5O5D.js} +2 -2
- package/dist/{chunk-PCVVIHN2.js → chunk-RMB6VPNI.js} +1 -1
- package/dist/{getCredential-3OW4WEJU.js → getCredential-4DBWPMN2.js} +12729 -11603
- package/dist/{getListOfBlobs-KAWJXC5J.js → getListOfBlobs-DNKXQNGR.js} +3 -3
- package/dist/index.js +4 -4
- package/package.json +3 -3
|
@@ -7,9 +7,9 @@ const __dirname = topLevelPath.dirname(__filename);
|
|
|
7
7
|
import {
|
|
8
8
|
createBlobStorageUrl,
|
|
9
9
|
require_dist
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
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-
|
|
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-
|
|
102
|
-
const { AzureRemoteCacheClient } = await import("./AzureRemoteCacheClient-
|
|
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-
|
|
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.
|
|
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.
|
|
33
|
-
"@ms-cloudpack/telemetry": "^0.9.
|
|
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"
|