@ms-cloudpack/remote-cache 0.11.34 → 0.11.35
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-26RKIZEO.js → AzureRemoteCacheClient-VYVBH4QC.js} +31037 -380
- package/dist/{ReporterDecorator-VYNWC6CL.js → ReporterDecorator-XVIYJ2LO.js} +1 -1
- package/dist/{chunk-NFU5RQB4.js → chunk-457DVHAF.js} +4 -1
- package/dist/{chunk-DGXRDSNI.js → chunk-D66UYJ3Q.js} +116 -2363
- package/dist/chunk-TB3K2VFA.js +2339 -0
- package/dist/{getCredential-2W3PWZWV.js → getCredential-VBKM3VGR.js} +7 -7
- package/dist/{getListOfBlobs-BGP2V7PV.js → getListOfBlobs-7QFADTY2.js} +1 -1
- package/dist/index.js +32192 -6130
- package/package.json +3 -3
- package/dist/chunk-HSAXQLEO.js +0 -26571
- package/dist/chunk-N4V3CONX.js +0 -80
|
@@ -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-457DVHAF.js";
|
|
10
10
|
|
|
11
11
|
// src/decorators/ReporterDecorator.ts
|
|
12
12
|
import { bulletedList } from "@ms-cloudpack/task-reporter";
|
|
@@ -10,6 +10,7 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
|
10
10
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
11
11
|
var __getProtoOf = Object.getPrototypeOf;
|
|
12
12
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
13
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
13
14
|
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
14
15
|
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
15
16
|
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
@@ -44,6 +45,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
44
45
|
mod
|
|
45
46
|
));
|
|
46
47
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
48
|
+
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
47
49
|
|
|
48
50
|
export {
|
|
49
51
|
__name,
|
|
@@ -52,5 +54,6 @@ export {
|
|
|
52
54
|
__commonJS,
|
|
53
55
|
__export,
|
|
54
56
|
__toESM,
|
|
55
|
-
__toCommonJS
|
|
57
|
+
__toCommonJS,
|
|
58
|
+
__publicField
|
|
56
59
|
};
|