@ms-cloudpack/remote-cache 0.9.6 → 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
|
@@ -10,11 +10,11 @@ import {
|
|
|
10
10
|
import {
|
|
11
11
|
createBlobStorageUrl,
|
|
12
12
|
require_dist
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-LTZT5O5D.js";
|
|
14
14
|
import {
|
|
15
15
|
require_package2 as require_package
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-RMB6VPNI.js";
|
|
17
|
+
import "./chunk-KLSW7CDL.js";
|
|
18
18
|
import {
|
|
19
19
|
__commonJS,
|
|
20
20
|
__name,
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
__toCommonJS
|
|
14
14
|
} from "./chunk-NFU5RQB4.js";
|
|
15
15
|
|
|
16
|
-
// ../../node_modules/.store/tslib-npm-2.8.
|
|
16
|
+
// ../../node_modules/.store/tslib-npm-2.8.1-66590b21b8/package/tslib.es6.mjs
|
|
17
17
|
var tslib_es6_exports = {};
|
|
18
18
|
__export(tslib_es6_exports, {
|
|
19
19
|
__addDisposableResource: () => __addDisposableResource,
|
|
@@ -384,7 +384,7 @@ function __importStar(mod) {
|
|
|
384
384
|
if (mod && mod.__esModule) return mod;
|
|
385
385
|
var result = {};
|
|
386
386
|
if (mod != null) {
|
|
387
|
-
for (var k
|
|
387
|
+
for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
388
388
|
}
|
|
389
389
|
__setModuleDefault(result, mod);
|
|
390
390
|
return result;
|
|
@@ -470,9 +470,9 @@ function __rewriteRelativeImportExtension(path, preserveJsx) {
|
|
|
470
470
|
}
|
|
471
471
|
return path;
|
|
472
472
|
}
|
|
473
|
-
var extendStatics, __assign, __createBinding, __setModuleDefault, _SuppressedError, tslib_es6_default;
|
|
473
|
+
var extendStatics, __assign, __createBinding, __setModuleDefault, ownKeys, _SuppressedError, tslib_es6_default;
|
|
474
474
|
var init_tslib_es6 = __esm({
|
|
475
|
-
"../../node_modules/.store/tslib-npm-2.8.
|
|
475
|
+
"../../node_modules/.store/tslib-npm-2.8.1-66590b21b8/package/tslib.es6.mjs"() {
|
|
476
476
|
extendStatics = /* @__PURE__ */ __name(function(d, b) {
|
|
477
477
|
extendStatics = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(d2, b2) {
|
|
478
478
|
d2.__proto__ = b2;
|
|
@@ -531,6 +531,14 @@ var init_tslib_es6 = __esm({
|
|
|
531
531
|
} : function(o, v) {
|
|
532
532
|
o["default"] = v;
|
|
533
533
|
};
|
|
534
|
+
ownKeys = /* @__PURE__ */ __name(function(o) {
|
|
535
|
+
ownKeys = Object.getOwnPropertyNames || function(o2) {
|
|
536
|
+
var ar = [];
|
|
537
|
+
for (var k in o2) if (Object.prototype.hasOwnProperty.call(o2, k)) ar[ar.length] = k;
|
|
538
|
+
return ar;
|
|
539
|
+
};
|
|
540
|
+
return ownKeys(o);
|
|
541
|
+
}, "ownKeys");
|
|
534
542
|
__name(__importStar, "__importStar");
|
|
535
543
|
__name(__importDefault, "__importDefault");
|
|
536
544
|
__name(__classPrivateFieldGet, "__classPrivateFieldGet");
|
|
@@ -10,12 +10,12 @@ import {
|
|
|
10
10
|
require_commonjs3 as require_commonjs4,
|
|
11
11
|
require_commonjs4 as require_commonjs5,
|
|
12
12
|
require_commonjs5 as require_commonjs6
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-RMB6VPNI.js";
|
|
14
14
|
import {
|
|
15
15
|
init_tslib_es6,
|
|
16
16
|
require_commonjs,
|
|
17
17
|
tslib_es6_exports
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-KLSW7CDL.js";
|
|
19
19
|
import {
|
|
20
20
|
__commonJS,
|
|
21
21
|
__name,
|