@ms-cloudpack/remote-cache 0.9.12 → 0.9.13
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.
|
@@ -45346,9 +45346,9 @@ var require_package57 = __commonJS({
|
|
|
45346
45346
|
}
|
|
45347
45347
|
});
|
|
45348
45348
|
|
|
45349
|
-
// ../../node_modules/.store/cross-spawn-npm-7.0.
|
|
45349
|
+
// ../../node_modules/.store/cross-spawn-npm-7.0.6-264bddf921/package/lib/util/resolveCommand.js
|
|
45350
45350
|
var require_resolveCommand = __commonJS({
|
|
45351
|
-
"../../node_modules/.store/cross-spawn-npm-7.0.
|
|
45351
|
+
"../../node_modules/.store/cross-spawn-npm-7.0.6-264bddf921/package/lib/util/resolveCommand.js"(exports, module) {
|
|
45352
45352
|
"use strict";
|
|
45353
45353
|
var path = __require("path");
|
|
45354
45354
|
var which = require_which();
|
|
@@ -45390,9 +45390,9 @@ var require_resolveCommand = __commonJS({
|
|
|
45390
45390
|
}
|
|
45391
45391
|
});
|
|
45392
45392
|
|
|
45393
|
-
// ../../node_modules/.store/cross-spawn-npm-7.0.
|
|
45393
|
+
// ../../node_modules/.store/cross-spawn-npm-7.0.6-264bddf921/package/lib/util/escape.js
|
|
45394
45394
|
var require_escape = __commonJS({
|
|
45395
|
-
"../../node_modules/.store/cross-spawn-npm-7.0.
|
|
45395
|
+
"../../node_modules/.store/cross-spawn-npm-7.0.6-264bddf921/package/lib/util/escape.js"(exports, module) {
|
|
45396
45396
|
"use strict";
|
|
45397
45397
|
var metaCharsRegExp = /([()\][%!^"`<>&|;, *?])/g;
|
|
45398
45398
|
function escapeCommand(arg) {
|
|
@@ -45402,8 +45402,8 @@ var require_escape = __commonJS({
|
|
|
45402
45402
|
__name(escapeCommand, "escapeCommand");
|
|
45403
45403
|
function escapeArgument(arg, doubleEscapeMetaChars) {
|
|
45404
45404
|
arg = `${arg}`;
|
|
45405
|
-
arg = arg.replace(/(
|
|
45406
|
-
arg = arg.replace(/(
|
|
45405
|
+
arg = arg.replace(/(?=(\\+?)?)\1"/g, '$1$1\\"');
|
|
45406
|
+
arg = arg.replace(/(?=(\\+?)?)\1$/, "$1$1");
|
|
45407
45407
|
arg = `"${arg}"`;
|
|
45408
45408
|
arg = arg.replace(metaCharsRegExp, "^$1");
|
|
45409
45409
|
if (doubleEscapeMetaChars) {
|
|
@@ -45445,9 +45445,9 @@ var require_package59 = __commonJS({
|
|
|
45445
45445
|
}
|
|
45446
45446
|
});
|
|
45447
45447
|
|
|
45448
|
-
// ../../node_modules/.store/cross-spawn-npm-7.0.
|
|
45448
|
+
// ../../node_modules/.store/cross-spawn-npm-7.0.6-264bddf921/package/lib/util/readShebang.js
|
|
45449
45449
|
var require_readShebang = __commonJS({
|
|
45450
|
-
"../../node_modules/.store/cross-spawn-npm-7.0.
|
|
45450
|
+
"../../node_modules/.store/cross-spawn-npm-7.0.6-264bddf921/package/lib/util/readShebang.js"(exports, module) {
|
|
45451
45451
|
"use strict";
|
|
45452
45452
|
var fs = __require("fs");
|
|
45453
45453
|
var shebangCommand = require_package59();
|
|
@@ -45468,9 +45468,9 @@ var require_readShebang = __commonJS({
|
|
|
45468
45468
|
}
|
|
45469
45469
|
});
|
|
45470
45470
|
|
|
45471
|
-
// ../../node_modules/.store/cross-spawn-npm-7.0.
|
|
45471
|
+
// ../../node_modules/.store/cross-spawn-npm-7.0.6-264bddf921/package/lib/parse.js
|
|
45472
45472
|
var require_parse4 = __commonJS({
|
|
45473
|
-
"../../node_modules/.store/cross-spawn-npm-7.0.
|
|
45473
|
+
"../../node_modules/.store/cross-spawn-npm-7.0.6-264bddf921/package/lib/parse.js"(exports, module) {
|
|
45474
45474
|
"use strict";
|
|
45475
45475
|
var path = __require("path");
|
|
45476
45476
|
var resolveCommand = require_resolveCommand();
|
|
@@ -45533,9 +45533,9 @@ var require_parse4 = __commonJS({
|
|
|
45533
45533
|
}
|
|
45534
45534
|
});
|
|
45535
45535
|
|
|
45536
|
-
// ../../node_modules/.store/cross-spawn-npm-7.0.
|
|
45536
|
+
// ../../node_modules/.store/cross-spawn-npm-7.0.6-264bddf921/package/lib/enoent.js
|
|
45537
45537
|
var require_enoent = __commonJS({
|
|
45538
|
-
"../../node_modules/.store/cross-spawn-npm-7.0.
|
|
45538
|
+
"../../node_modules/.store/cross-spawn-npm-7.0.6-264bddf921/package/lib/enoent.js"(exports, module) {
|
|
45539
45539
|
"use strict";
|
|
45540
45540
|
var isWin = process.platform === "win32";
|
|
45541
45541
|
function notFoundError(original, syscall) {
|
|
@@ -45555,7 +45555,7 @@ var require_enoent = __commonJS({
|
|
|
45555
45555
|
const originalEmit = cp.emit;
|
|
45556
45556
|
cp.emit = function(name, arg1) {
|
|
45557
45557
|
if (name === "exit") {
|
|
45558
|
-
const err = verifyENOENT(arg1, parsed
|
|
45558
|
+
const err = verifyENOENT(arg1, parsed);
|
|
45559
45559
|
if (err) {
|
|
45560
45560
|
return originalEmit.call(cp, "error", err);
|
|
45561
45561
|
}
|
|
@@ -45587,9 +45587,9 @@ var require_enoent = __commonJS({
|
|
|
45587
45587
|
}
|
|
45588
45588
|
});
|
|
45589
45589
|
|
|
45590
|
-
// ../../node_modules/.store/cross-spawn-npm-7.0.
|
|
45590
|
+
// ../../node_modules/.store/cross-spawn-npm-7.0.6-264bddf921/package/index.js
|
|
45591
45591
|
var require_package60 = __commonJS({
|
|
45592
|
-
"../../node_modules/.store/cross-spawn-npm-7.0.
|
|
45592
|
+
"../../node_modules/.store/cross-spawn-npm-7.0.6-264bddf921/package/index.js"(exports, module) {
|
|
45593
45593
|
"use strict";
|
|
45594
45594
|
var cp = __require("child_process");
|
|
45595
45595
|
var parse = require_parse4();
|
package/dist/index.js
CHANGED
|
@@ -99,7 +99,7 @@ async function createRemoteCacheClient(params) {
|
|
|
99
99
|
const { context, options } = params;
|
|
100
100
|
const { container, loginMethod, storageAccount, cachePath, tenantId } = options;
|
|
101
101
|
const { getCredential } = await import("./getCredential-4DBWPMN2.js");
|
|
102
|
-
const { AzureRemoteCacheClient } = await import("./AzureRemoteCacheClient-
|
|
102
|
+
const { AzureRemoteCacheClient } = await import("./AzureRemoteCacheClient-CJD7OP6W.js");
|
|
103
103
|
const { ReporterDecorator } = await import("./ReporterDecorator-FZKB4MWN.js");
|
|
104
104
|
const { getListOfBlobs } = await import("./getListOfBlobs-DNKXQNGR.js");
|
|
105
105
|
const credential = await getCredential(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ms-cloudpack/remote-cache",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.13",
|
|
4
4
|
"description": "Manages syncing the local Cloudpack cached assets to/from a remote storage service.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@ms-cloudpack/common-types": "^0.23.5",
|
|
31
31
|
"@ms-cloudpack/retry": "^0.1.2",
|
|
32
32
|
"@ms-cloudpack/task-reporter": "^0.14.6",
|
|
33
|
-
"@ms-cloudpack/telemetry": "^0.
|
|
33
|
+
"@ms-cloudpack/telemetry": "^0.10.0",
|
|
34
34
|
"@napi-rs/keyring": "^1.0.0",
|
|
35
35
|
"mime-types": "^2.0.0",
|
|
36
36
|
"node-dpapi-prebuilt": "^1.0.3"
|