@ms-cloudpack/remote-cache 0.8.11 → 0.8.12
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-BJABDYTC.js → AzureRemoteCacheClient-SXMK4YHG.js} +10 -6
- package/dist/{ReporterDecorator-BI76ZNDZ.js → ReporterDecorator-FPB3SR62.js} +2 -2
- package/dist/{chunk-FUS4SMZ3.js → chunk-4MIMLTI6.js} +164 -139
- package/dist/{chunk-AITD3OIO.js → chunk-OSKYHKJO.js} +86 -54
- package/dist/{getCredential-QYKZSYTT.js → getCredential-FLIB2Y4Q.js} +11548 -12891
- package/dist/{getListOfBlobs-UJPCIOIS.js → getListOfBlobs-LFPGQVDD.js} +2 -2
- package/dist/index.js +4 -4
- package/package.json +3 -3
|
@@ -12,10 +12,10 @@ import {
|
|
|
12
12
|
} from "./chunk-373ETHF2.js";
|
|
13
13
|
import {
|
|
14
14
|
require_dist
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-OSKYHKJO.js";
|
|
16
16
|
import {
|
|
17
|
-
require_package
|
|
18
|
-
} from "./chunk-
|
|
17
|
+
require_package2 as require_package
|
|
18
|
+
} from "./chunk-4MIMLTI6.js";
|
|
19
19
|
import {
|
|
20
20
|
__commonJS,
|
|
21
21
|
__name,
|
|
@@ -43487,12 +43487,16 @@ var require_package46 = __commonJS({
|
|
|
43487
43487
|
}
|
|
43488
43488
|
});
|
|
43489
43489
|
|
|
43490
|
-
// ../../node_modules/.store/pump-npm-3.0.
|
|
43490
|
+
// ../../node_modules/.store/pump-npm-3.0.2-a8afc6734f/package/index.js
|
|
43491
43491
|
var require_package47 = __commonJS({
|
|
43492
|
-
"../../node_modules/.store/pump-npm-3.0.
|
|
43492
|
+
"../../node_modules/.store/pump-npm-3.0.2-a8afc6734f/package/index.js"(exports, module) {
|
|
43493
43493
|
var once = require_once();
|
|
43494
43494
|
var eos = require_package45();
|
|
43495
|
-
var fs
|
|
43495
|
+
var fs;
|
|
43496
|
+
try {
|
|
43497
|
+
fs = __require("fs");
|
|
43498
|
+
} catch (e) {
|
|
43499
|
+
}
|
|
43496
43500
|
var noop = /* @__PURE__ */ __name(function() {
|
|
43497
43501
|
}, "noop");
|
|
43498
43502
|
var ancient = /^v?\.0/.test(process.version);
|
|
@@ -6,8 +6,8 @@ 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-OSKYHKJO.js";
|
|
10
|
+
import "./chunk-4MIMLTI6.js";
|
|
11
11
|
import {
|
|
12
12
|
__name,
|
|
13
13
|
__toESM
|