@ms-cloudpack/remote-cache 0.8.5 → 0.8.6
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-RMQPZIAB.js → AzureRemoteCacheClient-MF5NWWRR.js} +48 -12
- package/dist/{ReporterDecorator-6UITFJNM.js → ReporterDecorator-32NHDP4F.js} +3 -3
- package/dist/{chunk-PFJSWZPM.js → chunk-DBAPJORC.js} +117 -116
- package/dist/{chunk-WIA37P2F.js → chunk-KN3X4SHH.js} +6 -6
- package/dist/{chunk-BT2CALS2.js → chunk-NAAHYK4R.js} +1 -1
- package/dist/{chunk-FCW2XE62.js → chunk-QC4PR72N.js} +1 -1
- package/dist/{chunk-5T25O66R.js → chunk-XXZCIAWZ.js} +591 -52
- package/dist/{getCredential-PELYKL3R.js → getCredential-COZ4LE4W.js} +1446 -1721
- package/dist/{getListOfBlobs-VBMYMM3Y.js → getListOfBlobs-YKU4RH4K.js} +4 -4
- package/dist/index.js +5 -5
- package/package.json +1 -1
|
@@ -593,9 +593,9 @@ var init_tslib_es6 = __esm({
|
|
|
593
593
|
}
|
|
594
594
|
});
|
|
595
595
|
|
|
596
|
-
// ../../node_modules/.store/@azure-logger-npm-1.1.
|
|
596
|
+
// ../../node_modules/.store/@azure-logger-npm-1.1.4-957abd6a95/package/dist/commonjs/log.js
|
|
597
597
|
var require_log = __commonJS({
|
|
598
|
-
"../../node_modules/.store/@azure-logger-npm-1.1.
|
|
598
|
+
"../../node_modules/.store/@azure-logger-npm-1.1.4-957abd6a95/package/dist/commonjs/log.js"(exports) {
|
|
599
599
|
"use strict";
|
|
600
600
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
601
601
|
exports.log = log;
|
|
@@ -610,9 +610,9 @@ var require_log = __commonJS({
|
|
|
610
610
|
}
|
|
611
611
|
});
|
|
612
612
|
|
|
613
|
-
// ../../node_modules/.store/@azure-logger-npm-1.1.
|
|
613
|
+
// ../../node_modules/.store/@azure-logger-npm-1.1.4-957abd6a95/package/dist/commonjs/debug.js
|
|
614
614
|
var require_debug = __commonJS({
|
|
615
|
-
"../../node_modules/.store/@azure-logger-npm-1.1.
|
|
615
|
+
"../../node_modules/.store/@azure-logger-npm-1.1.4-957abd6a95/package/dist/commonjs/debug.js"(exports) {
|
|
616
616
|
"use strict";
|
|
617
617
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
618
618
|
var log_js_1 = require_log();
|
|
@@ -714,9 +714,9 @@ var require_debug = __commonJS({
|
|
|
714
714
|
}
|
|
715
715
|
});
|
|
716
716
|
|
|
717
|
-
// ../../node_modules/.store/@azure-logger-npm-1.1.
|
|
717
|
+
// ../../node_modules/.store/@azure-logger-npm-1.1.4-957abd6a95/package/dist/commonjs/index.js
|
|
718
718
|
var require_commonjs = __commonJS({
|
|
719
|
-
"../../node_modules/.store/@azure-logger-npm-1.1.
|
|
719
|
+
"../../node_modules/.store/@azure-logger-npm-1.1.4-957abd6a95/package/dist/commonjs/index.js"(exports) {
|
|
720
720
|
"use strict";
|
|
721
721
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
722
722
|
exports.AzureLogger = void 0;
|
|
@@ -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-KN3X4SHH.js";
|
|
10
10
|
|
|
11
11
|
// src/createBlobStorageUrl.ts
|
|
12
12
|
function createBlobStorageUrl(storageAccount) {
|