@ms-cloudpack/remote-cache 0.5.1-beta.0 → 0.5.1-beta.1
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-2PRAPCJH.js → AzureRemoteCacheClient-P6C5CPLP.js} +16 -16
- package/dist/{AzureRemoteCacheClient-2PRAPCJH.js.map → AzureRemoteCacheClient-P6C5CPLP.js.map} +1 -1
- package/dist/{ReporterDecorator-BYNXV72I.js → ReporterDecorator-UXMG3OO4.js} +4 -4
- package/dist/{chunk-GFT2G5UO.js → chunk-AUZ3RYOM.js} +1 -1
- package/dist/{chunk-KKZU5JW4.js → chunk-K2IPVVHZ.js} +2 -2
- package/dist/{chunk-VVROC42R.js → chunk-PSEJWW4L.js} +2 -2
- package/dist/{chunk-G3ME7OWS.js → chunk-W7TAYQ7C.js} +12 -12
- package/dist/{chunk-G3ME7OWS.js.map → chunk-W7TAYQ7C.js.map} +1 -1
- package/dist/{getCredential-MJEIGDVB.js → getCredential-VTEUQWIA.js} +6 -6
- package/dist/{getCredential-MJEIGDVB.js.map → getCredential-VTEUQWIA.js.map} +1 -1
- package/dist/{getListOfBlobs-LKU62UR5.js → getListOfBlobs-OTB3VIVC.js} +4 -4
- package/dist/index.js +5 -5
- package/package.json +2 -2
- /package/dist/{ReporterDecorator-BYNXV72I.js.map → ReporterDecorator-UXMG3OO4.js.map} +0 -0
- /package/dist/{chunk-GFT2G5UO.js.map → chunk-AUZ3RYOM.js.map} +0 -0
- /package/dist/{chunk-KKZU5JW4.js.map → chunk-K2IPVVHZ.js.map} +0 -0
- /package/dist/{chunk-VVROC42R.js.map → chunk-PSEJWW4L.js.map} +0 -0
- /package/dist/{getListOfBlobs-LKU62UR5.js.map → getListOfBlobs-OTB3VIVC.js.map} +0 -0
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
require_safe_buffer,
|
|
3
3
|
require_supports_color
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-PSEJWW4L.js";
|
|
5
5
|
import {
|
|
6
6
|
init_tslib_es6,
|
|
7
7
|
require_dist,
|
|
8
8
|
require_dist2,
|
|
9
9
|
require_dist3,
|
|
10
10
|
tslib_es6_exports
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-K2IPVVHZ.js";
|
|
12
12
|
import {
|
|
13
13
|
__commonJS,
|
|
14
14
|
__esm,
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
__require,
|
|
17
17
|
__toCommonJS,
|
|
18
18
|
__toESM
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-AUZ3RYOM.js";
|
|
20
20
|
|
|
21
21
|
// ../../node_modules/@azure/msal-node/dist/cache/serializer/Serializer.mjs
|
|
22
22
|
var Serializer;
|
|
@@ -14913,7 +14913,7 @@ var require_browser = __commonJS({
|
|
|
14913
14913
|
exports.load = load;
|
|
14914
14914
|
exports.useColors = useColors;
|
|
14915
14915
|
exports.storage = localstorage();
|
|
14916
|
-
exports.destroy =
|
|
14916
|
+
exports.destroy = (() => {
|
|
14917
14917
|
let warned = false;
|
|
14918
14918
|
return () => {
|
|
14919
14919
|
if (!warned) {
|
|
@@ -19927,7 +19927,7 @@ var require_open = __commonJS({
|
|
|
19927
19927
|
}
|
|
19928
19928
|
return cachedResult;
|
|
19929
19929
|
}
|
|
19930
|
-
var getWslDrivesMountPoint =
|
|
19930
|
+
var getWslDrivesMountPoint = (() => {
|
|
19931
19931
|
const defaultMountPoint = "/mnt/";
|
|
19932
19932
|
let mountPoint;
|
|
19933
19933
|
return async function() {
|
|
@@ -23978,4 +23978,4 @@ export {
|
|
|
23978
23978
|
@azure/msal-node/dist/index.mjs:
|
|
23979
23979
|
(*! @azure/msal-node v2.6.2 2024-01-23 *)
|
|
23980
23980
|
*/
|
|
23981
|
-
//# sourceMappingURL=getCredential-
|
|
23981
|
+
//# sourceMappingURL=getCredential-VTEUQWIA.js.map
|