@ms-cloudpack/remote-cache 0.8.0 → 0.8.2
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-YFWJLZNA.js → AzureRemoteCacheClient-RMQPZIAB.js} +5 -5
- package/dist/{ReporterDecorator-5LUAHYKK.js → ReporterDecorator-6UITFJNM.js} +3 -3
- package/dist/{chunk-FW2AO4WO.js → chunk-5T25O66R.js} +2 -2
- package/dist/{chunk-DSANWO7J.js → chunk-BT2CALS2.js} +1 -1
- package/dist/{chunk-GFDVXVVH.js → chunk-FCW2XE62.js} +1 -1
- package/dist/{chunk-D7DHZQ7L.js → chunk-PFJSWZPM.js} +251 -259
- package/dist/{chunk-LRFMBF43.js → chunk-WIA37P2F.js} +11 -12
- package/dist/{getCredential-W6MRP3D2.js → getCredential-PELYKL3R.js} +1294 -1161
- package/dist/{getListOfBlobs-2GKCJGDO.js → getListOfBlobs-VBMYMM3Y.js} +4 -4
- package/dist/index.js +5 -5
- package/package.json +3 -3
|
@@ -6,20 +6,20 @@ const __filename = topLevelUrl.fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = topLevelPath.dirname(__filename);
|
|
7
7
|
import {
|
|
8
8
|
require_package
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-BT2CALS2.js";
|
|
10
10
|
import {
|
|
11
11
|
createBlobStorageUrl
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-FCW2XE62.js";
|
|
13
13
|
import {
|
|
14
14
|
require_dist
|
|
15
|
-
} from "./chunk-
|
|
16
|
-
import "./chunk-
|
|
15
|
+
} from "./chunk-5T25O66R.js";
|
|
16
|
+
import "./chunk-PFJSWZPM.js";
|
|
17
17
|
import {
|
|
18
18
|
__commonJS,
|
|
19
19
|
__name,
|
|
20
20
|
__require,
|
|
21
21
|
__toESM
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-WIA37P2F.js";
|
|
23
23
|
|
|
24
24
|
// ../../node_modules/.store/p-try-npm-2.2.0-e0390dbaf8/package/index.js
|
|
25
25
|
var require_package2 = __commonJS({
|
|
@@ -6,12 +6,12 @@ const __filename = topLevelUrl.fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = topLevelPath.dirname(__filename);
|
|
7
7
|
import {
|
|
8
8
|
require_dist
|
|
9
|
-
} from "./chunk-
|
|
10
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-5T25O66R.js";
|
|
10
|
+
import "./chunk-PFJSWZPM.js";
|
|
11
11
|
import {
|
|
12
12
|
__name,
|
|
13
13
|
__toESM
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-WIA37P2F.js";
|
|
15
15
|
|
|
16
16
|
// src/decorators/ReporterDecorator.ts
|
|
17
17
|
var import_storage_blob = __toESM(require_dist(), 1);
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
require_commonjs3 as require_commonjs4,
|
|
11
11
|
require_commonjs4 as require_commonjs5,
|
|
12
12
|
require_dist
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-PFJSWZPM.js";
|
|
14
14
|
import {
|
|
15
15
|
__commonJS,
|
|
16
16
|
__name,
|
|
@@ -19,7 +19,7 @@ import {
|
|
|
19
19
|
init_tslib_es6,
|
|
20
20
|
require_commonjs,
|
|
21
21
|
tslib_es6_exports
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-WIA37P2F.js";
|
|
23
23
|
|
|
24
24
|
// ../../node_modules/.store/@azure-core-auth-npm-1.7.2-10196debae/package/dist/commonjs/azureKeyCredential.js
|
|
25
25
|
var require_azureKeyCredential = __commonJS({
|
|
@@ -6,7 +6,7 @@ const __filename = topLevelUrl.fileURLToPath(import.meta.url);
|
|
|
6
6
|
const __dirname = topLevelPath.dirname(__filename);
|
|
7
7
|
import {
|
|
8
8
|
__name
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-WIA37P2F.js";
|
|
10
10
|
|
|
11
11
|
// src/createBlobStorageUrl.ts
|
|
12
12
|
function createBlobStorageUrl(storageAccount) {
|