@ms-cloudpack/remote-cache 0.7.2 → 0.7.3
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-NEV2XCF7.js → AzureRemoteCacheClient-4Q4WE4D3.js} +2477 -2900
- package/dist/{ReporterDecorator-SNBYNGOT.js → ReporterDecorator-YVGD2WYR.js} +10 -6
- package/dist/chunk-65RH3KSH.js +19 -0
- package/dist/{chunk-TQLTL4XO.js → chunk-E6II3DDV.js} +7 -15
- package/dist/{chunk-4P62L7ZZ.js → chunk-LRLTRMOZ.js} +1304 -1109
- package/dist/{chunk-KFSFZYG6.js → chunk-W3GZC77T.js} +402 -258
- package/dist/chunk-YEA5VY6V.js +80 -0
- package/dist/{getCredential-2R4O36RK.js → getCredential-TIS4HQAY.js} +22845 -20855
- package/dist/{getListOfBlobs-E5OFG2MF.js → getListOfBlobs-ZMH5R6FS.js} +11 -7
- package/dist/index.js +12 -16
- package/package.json +2 -2
- package/dist/chunk-R2VDVRDZ.js +0 -15
|
@@ -1,15 +1,19 @@
|
|
|
1
|
+
import { createRequire as topLevelCreateRequire } from 'node:module';
|
|
2
|
+
import topLevelPath from 'node:path';
|
|
3
|
+
import topLevelUrl from 'node:url';
|
|
4
|
+
const require = topLevelCreateRequire(import.meta.url);
|
|
5
|
+
const __filename = topLevelUrl.fileURLToPath(import.meta.url);
|
|
6
|
+
const __dirname = topLevelPath.dirname(__filename);
|
|
1
7
|
import {
|
|
2
8
|
require_dist
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
9
|
+
} from "./chunk-W3GZC77T.js";
|
|
10
|
+
import "./chunk-LRLTRMOZ.js";
|
|
5
11
|
import {
|
|
6
12
|
__name,
|
|
7
|
-
__toESM
|
|
8
|
-
|
|
9
|
-
} from "./chunk-TQLTL4XO.js";
|
|
13
|
+
__toESM
|
|
14
|
+
} from "./chunk-E6II3DDV.js";
|
|
10
15
|
|
|
11
16
|
// src/decorators/ReporterDecorator.ts
|
|
12
|
-
init_esbuildCjsShims();
|
|
13
17
|
var import_storage_blob = __toESM(require_dist(), 1);
|
|
14
18
|
import { bulletedList } from "@ms-cloudpack/task-reporter";
|
|
15
19
|
var isAuthErrorReported = false;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { createRequire as topLevelCreateRequire } from 'node:module';
|
|
2
|
+
import topLevelPath from 'node:path';
|
|
3
|
+
import topLevelUrl from 'node:url';
|
|
4
|
+
const require = topLevelCreateRequire(import.meta.url);
|
|
5
|
+
const __filename = topLevelUrl.fileURLToPath(import.meta.url);
|
|
6
|
+
const __dirname = topLevelPath.dirname(__filename);
|
|
7
|
+
import {
|
|
8
|
+
__name
|
|
9
|
+
} from "./chunk-E6II3DDV.js";
|
|
10
|
+
|
|
11
|
+
// src/createBlobStorageUrl.ts
|
|
12
|
+
function createBlobStorageUrl(storageAccount) {
|
|
13
|
+
return `https://${storageAccount}.blob.core.windows.net`;
|
|
14
|
+
}
|
|
15
|
+
__name(createBlobStorageUrl, "createBlobStorageUrl");
|
|
16
|
+
|
|
17
|
+
export {
|
|
18
|
+
createBlobStorageUrl
|
|
19
|
+
};
|
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
import { createRequire as topLevelCreateRequire } from 'node:module';
|
|
2
|
+
import topLevelPath from 'node:path';
|
|
3
|
+
import topLevelUrl from 'node:url';
|
|
4
|
+
const require = topLevelCreateRequire(import.meta.url);
|
|
5
|
+
const __filename = topLevelUrl.fileURLToPath(import.meta.url);
|
|
6
|
+
const __dirname = topLevelPath.dirname(__filename);
|
|
1
7
|
var __create = Object.create;
|
|
2
8
|
var __defProp = Object.defineProperty;
|
|
3
9
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
@@ -40,19 +46,6 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
40
46
|
));
|
|
41
47
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
42
48
|
|
|
43
|
-
// ../../scripts/esbuildCjsShims.js
|
|
44
|
-
import { createRequire } from "node:module";
|
|
45
|
-
import path from "node:path";
|
|
46
|
-
import url from "node:url";
|
|
47
|
-
var init_esbuildCjsShims = __esm({
|
|
48
|
-
"../../scripts/esbuildCjsShims.js"() {
|
|
49
|
-
"use strict";
|
|
50
|
-
globalThis.require = createRequire(import.meta.url);
|
|
51
|
-
globalThis.__filename = url.fileURLToPath(import.meta.url);
|
|
52
|
-
globalThis.__dirname = path.dirname(__filename);
|
|
53
|
-
}
|
|
54
|
-
});
|
|
55
|
-
|
|
56
49
|
export {
|
|
57
50
|
__name,
|
|
58
51
|
__require,
|
|
@@ -60,6 +53,5 @@ export {
|
|
|
60
53
|
__commonJS,
|
|
61
54
|
__export,
|
|
62
55
|
__toESM,
|
|
63
|
-
__toCommonJS
|
|
64
|
-
init_esbuildCjsShims
|
|
56
|
+
__toCommonJS
|
|
65
57
|
};
|