@modern-js/create 2.63.2 → 2.63.4
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/index.js +61 -61
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -41951,14 +41951,14 @@ var CATCHE_VALIDITY_PREIOD = 7 * 24 * 3600 * 1e3;
|
|
|
41951
41951
|
// ../../../node_modules/.pnpm/@modern-js+codesmith-utils@2.6.5/node_modules/@modern-js/codesmith-utils/dist/esm/semver.js
|
|
41952
41952
|
var import_semver = __toESM(require_semver2());
|
|
41953
41953
|
|
|
41954
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
41954
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/bind.js
|
|
41955
41955
|
function bind(fn, thisArg) {
|
|
41956
41956
|
return function wrap() {
|
|
41957
41957
|
return fn.apply(thisArg, arguments);
|
|
41958
41958
|
};
|
|
41959
41959
|
}
|
|
41960
41960
|
|
|
41961
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
41961
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/utils.js
|
|
41962
41962
|
var { toString } = Object.prototype;
|
|
41963
41963
|
var { getPrototypeOf } = Object;
|
|
41964
41964
|
var kindOf = ((cache) => (thing) => {
|
|
@@ -42343,7 +42343,7 @@ var utils_default = {
|
|
|
42343
42343
|
asap
|
|
42344
42344
|
};
|
|
42345
42345
|
|
|
42346
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
42346
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/core/AxiosError.js
|
|
42347
42347
|
function AxiosError(message, code, config, request, response) {
|
|
42348
42348
|
Error.call(this);
|
|
42349
42349
|
if (Error.captureStackTrace) {
|
|
@@ -42418,11 +42418,11 @@ AxiosError.from = (error, code, config, request, response, customProps) => {
|
|
|
42418
42418
|
};
|
|
42419
42419
|
var AxiosError_default = AxiosError;
|
|
42420
42420
|
|
|
42421
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
42421
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/platform/node/classes/FormData.js
|
|
42422
42422
|
var import_form_data = __toESM(require_form_data());
|
|
42423
42423
|
var FormData_default = import_form_data.default;
|
|
42424
42424
|
|
|
42425
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
42425
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/toFormData.js
|
|
42426
42426
|
function isVisitable(thing) {
|
|
42427
42427
|
return utils_default.isPlainObject(thing) || utils_default.isArray(thing);
|
|
42428
42428
|
}
|
|
@@ -42537,7 +42537,7 @@ function toFormData(obj, formData, options) {
|
|
|
42537
42537
|
}
|
|
42538
42538
|
var toFormData_default = toFormData;
|
|
42539
42539
|
|
|
42540
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
42540
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/AxiosURLSearchParams.js
|
|
42541
42541
|
function encode(str) {
|
|
42542
42542
|
const charMap = {
|
|
42543
42543
|
"!": "%21",
|
|
@@ -42570,7 +42570,7 @@ prototype2.toString = function toString2(encoder) {
|
|
|
42570
42570
|
};
|
|
42571
42571
|
var AxiosURLSearchParams_default = AxiosURLSearchParams;
|
|
42572
42572
|
|
|
42573
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
42573
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/buildURL.js
|
|
42574
42574
|
function encode2(val) {
|
|
42575
42575
|
return encodeURIComponent(val).replace(/%3A/gi, ":").replace(/%24/g, "$").replace(/%2C/gi, ",").replace(/%20/g, "+").replace(/%5B/gi, "[").replace(/%5D/gi, "]");
|
|
42576
42576
|
}
|
|
@@ -42601,7 +42601,7 @@ function buildURL(url2, params, options) {
|
|
|
42601
42601
|
return url2;
|
|
42602
42602
|
}
|
|
42603
42603
|
|
|
42604
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
42604
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/core/InterceptorManager.js
|
|
42605
42605
|
var InterceptorManager = class {
|
|
42606
42606
|
constructor() {
|
|
42607
42607
|
this.handlers = [];
|
|
@@ -42665,18 +42665,18 @@ var InterceptorManager = class {
|
|
|
42665
42665
|
};
|
|
42666
42666
|
var InterceptorManager_default = InterceptorManager;
|
|
42667
42667
|
|
|
42668
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
42668
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/defaults/transitional.js
|
|
42669
42669
|
var transitional_default = {
|
|
42670
42670
|
silentJSONParsing: true,
|
|
42671
42671
|
forcedJSONParsing: true,
|
|
42672
42672
|
clarifyTimeoutError: false
|
|
42673
42673
|
};
|
|
42674
42674
|
|
|
42675
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
42675
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/platform/node/classes/URLSearchParams.js
|
|
42676
42676
|
var import_url = __toESM(require("url"));
|
|
42677
42677
|
var URLSearchParams_default = import_url.default.URLSearchParams;
|
|
42678
42678
|
|
|
42679
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
42679
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/platform/node/index.js
|
|
42680
42680
|
var node_default = {
|
|
42681
42681
|
isNode: true,
|
|
42682
42682
|
classes: {
|
|
@@ -42687,7 +42687,7 @@ var node_default = {
|
|
|
42687
42687
|
protocols: ["http", "https", "file", "data"]
|
|
42688
42688
|
};
|
|
42689
42689
|
|
|
42690
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
42690
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/platform/common/utils.js
|
|
42691
42691
|
var utils_exports = {};
|
|
42692
42692
|
__export(utils_exports, {
|
|
42693
42693
|
hasBrowserEnv: () => hasBrowserEnv,
|
|
@@ -42705,10 +42705,10 @@ var hasStandardBrowserWebWorkerEnv = (() => {
|
|
|
42705
42705
|
})();
|
|
42706
42706
|
var origin = hasBrowserEnv && window.location.href || "http://localhost";
|
|
42707
42707
|
|
|
42708
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
42708
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/platform/index.js
|
|
42709
42709
|
var platform_default = __spreadValues(__spreadValues({}, utils_exports), node_default);
|
|
42710
42710
|
|
|
42711
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
42711
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/toURLEncodedForm.js
|
|
42712
42712
|
function toURLEncodedForm(data, options) {
|
|
42713
42713
|
return toFormData_default(data, new platform_default.classes.URLSearchParams(), Object.assign({
|
|
42714
42714
|
visitor: function(value, key, path11, helpers) {
|
|
@@ -42721,7 +42721,7 @@ function toURLEncodedForm(data, options) {
|
|
|
42721
42721
|
}, options));
|
|
42722
42722
|
}
|
|
42723
42723
|
|
|
42724
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
42724
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/formDataToJSON.js
|
|
42725
42725
|
function parsePropPath(name) {
|
|
42726
42726
|
return utils_default.matchAll(/\w+|\[(\w*)]/g, name).map((match) => {
|
|
42727
42727
|
return match[0] === "[]" ? "" : match[1] || match[0];
|
|
@@ -42775,7 +42775,7 @@ function formDataToJSON(formData) {
|
|
|
42775
42775
|
}
|
|
42776
42776
|
var formDataToJSON_default = formDataToJSON;
|
|
42777
42777
|
|
|
42778
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
42778
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/defaults/index.js
|
|
42779
42779
|
function stringifySafely(rawValue, parser, encoder) {
|
|
42780
42780
|
if (utils_default.isString(rawValue)) {
|
|
42781
42781
|
try {
|
|
@@ -42884,7 +42884,7 @@ utils_default.forEach(["delete", "get", "head", "post", "put", "patch"], (method
|
|
|
42884
42884
|
});
|
|
42885
42885
|
var defaults_default = defaults;
|
|
42886
42886
|
|
|
42887
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
42887
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/parseHeaders.js
|
|
42888
42888
|
var ignoreDuplicateOf = utils_default.toObjectSet([
|
|
42889
42889
|
"age",
|
|
42890
42890
|
"authorization",
|
|
@@ -42929,7 +42929,7 @@ var parseHeaders_default = (rawHeaders) => {
|
|
|
42929
42929
|
return parsed;
|
|
42930
42930
|
};
|
|
42931
42931
|
|
|
42932
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
42932
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/core/AxiosHeaders.js
|
|
42933
42933
|
var $internals = Symbol("internals");
|
|
42934
42934
|
function normalizeHeader(header) {
|
|
42935
42935
|
return header && String(header).trim().toLowerCase();
|
|
@@ -43151,7 +43151,7 @@ utils_default.reduceDescriptors(AxiosHeaders.prototype, ({ value }, key) => {
|
|
|
43151
43151
|
utils_default.freezeMethods(AxiosHeaders);
|
|
43152
43152
|
var AxiosHeaders_default = AxiosHeaders;
|
|
43153
43153
|
|
|
43154
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
43154
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/core/transformData.js
|
|
43155
43155
|
function transformData(fns, response) {
|
|
43156
43156
|
const config = this || defaults_default;
|
|
43157
43157
|
const context = response || config;
|
|
@@ -43164,12 +43164,12 @@ function transformData(fns, response) {
|
|
|
43164
43164
|
return data;
|
|
43165
43165
|
}
|
|
43166
43166
|
|
|
43167
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
43167
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/cancel/isCancel.js
|
|
43168
43168
|
function isCancel(value) {
|
|
43169
43169
|
return !!(value && value.__CANCEL__);
|
|
43170
43170
|
}
|
|
43171
43171
|
|
|
43172
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
43172
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/cancel/CanceledError.js
|
|
43173
43173
|
function CanceledError(message, config, request) {
|
|
43174
43174
|
AxiosError_default.call(this, message == null ? "canceled" : message, AxiosError_default.ERR_CANCELED, config, request);
|
|
43175
43175
|
this.name = "CanceledError";
|
|
@@ -43179,7 +43179,7 @@ utils_default.inherits(CanceledError, AxiosError_default, {
|
|
|
43179
43179
|
});
|
|
43180
43180
|
var CanceledError_default = CanceledError;
|
|
43181
43181
|
|
|
43182
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
43182
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/core/settle.js
|
|
43183
43183
|
function settle(resolve, reject, response) {
|
|
43184
43184
|
const validateStatus2 = response.config.validateStatus;
|
|
43185
43185
|
if (!response.status || !validateStatus2 || validateStatus2(response.status)) {
|
|
@@ -43195,17 +43195,17 @@ function settle(resolve, reject, response) {
|
|
|
43195
43195
|
}
|
|
43196
43196
|
}
|
|
43197
43197
|
|
|
43198
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
43198
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/isAbsoluteURL.js
|
|
43199
43199
|
function isAbsoluteURL(url2) {
|
|
43200
43200
|
return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(url2);
|
|
43201
43201
|
}
|
|
43202
43202
|
|
|
43203
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
43203
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/combineURLs.js
|
|
43204
43204
|
function combineURLs(baseURL, relativeURL) {
|
|
43205
43205
|
return relativeURL ? baseURL.replace(/\/?\/$/, "") + "/" + relativeURL.replace(/^\/+/, "") : baseURL;
|
|
43206
43206
|
}
|
|
43207
43207
|
|
|
43208
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
43208
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/core/buildFullPath.js
|
|
43209
43209
|
function buildFullPath(baseURL, requestedURL) {
|
|
43210
43210
|
if (baseURL && !isAbsoluteURL(requestedURL)) {
|
|
43211
43211
|
return combineURLs(baseURL, requestedURL);
|
|
@@ -43213,7 +43213,7 @@ function buildFullPath(baseURL, requestedURL) {
|
|
|
43213
43213
|
return requestedURL;
|
|
43214
43214
|
}
|
|
43215
43215
|
|
|
43216
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
43216
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/adapters/http.js
|
|
43217
43217
|
var import_proxy_from_env = __toESM(require_proxy_from_env());
|
|
43218
43218
|
var import_http = __toESM(require("http"));
|
|
43219
43219
|
var import_https = __toESM(require("https"));
|
|
@@ -43221,16 +43221,16 @@ var import_util2 = __toESM(require("util"));
|
|
|
43221
43221
|
var import_follow_redirects = __toESM(require_follow_redirects());
|
|
43222
43222
|
var import_zlib = __toESM(require("zlib"));
|
|
43223
43223
|
|
|
43224
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
43225
|
-
var VERSION = "1.7.
|
|
43224
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/env/data.js
|
|
43225
|
+
var VERSION = "1.7.9";
|
|
43226
43226
|
|
|
43227
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
43227
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/parseProtocol.js
|
|
43228
43228
|
function parseProtocol(url2) {
|
|
43229
43229
|
const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url2);
|
|
43230
43230
|
return match && match[1] || "";
|
|
43231
43231
|
}
|
|
43232
43232
|
|
|
43233
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
43233
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/fromDataURI.js
|
|
43234
43234
|
var DATA_URL_PATTERN = /^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/;
|
|
43235
43235
|
function fromDataURI(uri, asBlob, options) {
|
|
43236
43236
|
const _Blob = options && options.Blob || platform_default.classes.Blob;
|
|
@@ -43259,10 +43259,10 @@ function fromDataURI(uri, asBlob, options) {
|
|
|
43259
43259
|
throw new AxiosError_default("Unsupported protocol " + protocol, AxiosError_default.ERR_NOT_SUPPORT);
|
|
43260
43260
|
}
|
|
43261
43261
|
|
|
43262
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
43262
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/adapters/http.js
|
|
43263
43263
|
var import_stream4 = __toESM(require("stream"));
|
|
43264
43264
|
|
|
43265
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
43265
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/AxiosTransformStream.js
|
|
43266
43266
|
var import_stream = __toESM(require("stream"));
|
|
43267
43267
|
var kInternals = Symbol("internals");
|
|
43268
43268
|
var AxiosTransformStream = class extends import_stream.default.Transform {
|
|
@@ -43377,14 +43377,14 @@ var AxiosTransformStream = class extends import_stream.default.Transform {
|
|
|
43377
43377
|
};
|
|
43378
43378
|
var AxiosTransformStream_default = AxiosTransformStream;
|
|
43379
43379
|
|
|
43380
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
43380
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/adapters/http.js
|
|
43381
43381
|
var import_events = require("events");
|
|
43382
43382
|
|
|
43383
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
43383
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/formDataToStream.js
|
|
43384
43384
|
var import_util = __toESM(require("util"));
|
|
43385
43385
|
var import_stream2 = require("stream");
|
|
43386
43386
|
|
|
43387
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
43387
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/readBlob.js
|
|
43388
43388
|
var { asyncIterator } = Symbol;
|
|
43389
43389
|
var readBlob = function(blob) {
|
|
43390
43390
|
return __asyncGenerator(this, null, function* () {
|
|
@@ -43401,7 +43401,7 @@ var readBlob = function(blob) {
|
|
|
43401
43401
|
};
|
|
43402
43402
|
var readBlob_default = readBlob;
|
|
43403
43403
|
|
|
43404
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
43404
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/formDataToStream.js
|
|
43405
43405
|
var BOUNDARY_ALPHABET = utils_default.ALPHABET.ALPHA_DIGIT + "-_";
|
|
43406
43406
|
var textEncoder = typeof TextEncoder === "function" ? new TextEncoder() : new import_util.default.TextEncoder();
|
|
43407
43407
|
var CRLF = "\r\n";
|
|
@@ -43484,7 +43484,7 @@ var formDataToStream = (form, headersHandler, options) => {
|
|
|
43484
43484
|
};
|
|
43485
43485
|
var formDataToStream_default = formDataToStream;
|
|
43486
43486
|
|
|
43487
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
43487
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js
|
|
43488
43488
|
var import_stream3 = __toESM(require("stream"));
|
|
43489
43489
|
var ZlibHeaderTransformStream = class extends import_stream3.default.Transform {
|
|
43490
43490
|
__transform(chunk, encoding, callback) {
|
|
@@ -43506,7 +43506,7 @@ var ZlibHeaderTransformStream = class extends import_stream3.default.Transform {
|
|
|
43506
43506
|
};
|
|
43507
43507
|
var ZlibHeaderTransformStream_default = ZlibHeaderTransformStream;
|
|
43508
43508
|
|
|
43509
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
43509
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/callbackify.js
|
|
43510
43510
|
var callbackify = (fn, reducer) => {
|
|
43511
43511
|
return utils_default.isAsyncFn(fn) ? function(...args) {
|
|
43512
43512
|
const cb = args.pop();
|
|
@@ -43521,7 +43521,7 @@ var callbackify = (fn, reducer) => {
|
|
|
43521
43521
|
};
|
|
43522
43522
|
var callbackify_default = callbackify;
|
|
43523
43523
|
|
|
43524
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
43524
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/speedometer.js
|
|
43525
43525
|
function speedometer(samplesCount, min) {
|
|
43526
43526
|
samplesCount = samplesCount || 10;
|
|
43527
43527
|
const bytes = new Array(samplesCount);
|
|
@@ -43557,7 +43557,7 @@ function speedometer(samplesCount, min) {
|
|
|
43557
43557
|
}
|
|
43558
43558
|
var speedometer_default = speedometer;
|
|
43559
43559
|
|
|
43560
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
43560
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/throttle.js
|
|
43561
43561
|
function throttle(fn, freq) {
|
|
43562
43562
|
let timestamp = 0;
|
|
43563
43563
|
let threshold = 1e3 / freq;
|
|
@@ -43592,7 +43592,7 @@ function throttle(fn, freq) {
|
|
|
43592
43592
|
}
|
|
43593
43593
|
var throttle_default = throttle;
|
|
43594
43594
|
|
|
43595
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
43595
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/progressEventReducer.js
|
|
43596
43596
|
var progressEventReducer = (listener, isDownloadStream, freq = 3) => {
|
|
43597
43597
|
let bytesNotified = 0;
|
|
43598
43598
|
const _speedometer = speedometer_default(50, 250);
|
|
@@ -43627,7 +43627,7 @@ var progressEventDecorator = (total, throttled) => {
|
|
|
43627
43627
|
};
|
|
43628
43628
|
var asyncDecorator = (fn) => (...args) => utils_default.asap(() => fn(...args));
|
|
43629
43629
|
|
|
43630
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
43630
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/adapters/http.js
|
|
43631
43631
|
var zlibOptions = {
|
|
43632
43632
|
flush: import_zlib.default.constants.Z_SYNC_FLUSH,
|
|
43633
43633
|
finishFlush: import_zlib.default.constants.Z_SYNC_FLUSH
|
|
@@ -44133,7 +44133,7 @@ var http_default = isHttpAdapterSupported && function httpAdapter(config) {
|
|
|
44133
44133
|
});
|
|
44134
44134
|
};
|
|
44135
44135
|
|
|
44136
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
44136
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/isURLSameOrigin.js
|
|
44137
44137
|
var isURLSameOrigin_default = platform_default.hasStandardBrowserEnv ? ((origin2, isMSIE) => (url2) => {
|
|
44138
44138
|
url2 = new URL(url2, platform_default.origin);
|
|
44139
44139
|
return origin2.protocol === url2.protocol && origin2.host === url2.host && (isMSIE || origin2.port === url2.port);
|
|
@@ -44142,7 +44142,7 @@ var isURLSameOrigin_default = platform_default.hasStandardBrowserEnv ? ((origin2
|
|
|
44142
44142
|
platform_default.navigator && /(msie|trident)/i.test(platform_default.navigator.userAgent)
|
|
44143
44143
|
) : () => true;
|
|
44144
44144
|
|
|
44145
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
44145
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/cookies.js
|
|
44146
44146
|
var cookies_default = platform_default.hasStandardBrowserEnv ? (
|
|
44147
44147
|
// Standard browser envs support document.cookie
|
|
44148
44148
|
{
|
|
@@ -44175,7 +44175,7 @@ var cookies_default = platform_default.hasStandardBrowserEnv ? (
|
|
|
44175
44175
|
}
|
|
44176
44176
|
);
|
|
44177
44177
|
|
|
44178
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
44178
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/core/mergeConfig.js
|
|
44179
44179
|
var headersToObject = (thing) => thing instanceof AxiosHeaders_default ? __spreadValues({}, thing) : thing;
|
|
44180
44180
|
function mergeConfig(config1, config2) {
|
|
44181
44181
|
config2 = config2 || {};
|
|
@@ -44255,7 +44255,7 @@ function mergeConfig(config1, config2) {
|
|
|
44255
44255
|
return config;
|
|
44256
44256
|
}
|
|
44257
44257
|
|
|
44258
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
44258
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/resolveConfig.js
|
|
44259
44259
|
var resolveConfig_default = (config) => {
|
|
44260
44260
|
const newConfig = mergeConfig({}, config);
|
|
44261
44261
|
let { data, withXSRFToken, xsrfHeaderName, xsrfCookieName, headers, auth } = newConfig;
|
|
@@ -44288,7 +44288,7 @@ var resolveConfig_default = (config) => {
|
|
|
44288
44288
|
return newConfig;
|
|
44289
44289
|
};
|
|
44290
44290
|
|
|
44291
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
44291
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/adapters/xhr.js
|
|
44292
44292
|
var isXHRAdapterSupported = typeof XMLHttpRequest !== "undefined";
|
|
44293
44293
|
var xhr_default = isXHRAdapterSupported && function(config) {
|
|
44294
44294
|
return new Promise(function dispatchXhrRequest(resolve, reject) {
|
|
@@ -44415,7 +44415,7 @@ var xhr_default = isXHRAdapterSupported && function(config) {
|
|
|
44415
44415
|
});
|
|
44416
44416
|
};
|
|
44417
44417
|
|
|
44418
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
44418
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/composeSignals.js
|
|
44419
44419
|
var composeSignals = (signals, timeout) => {
|
|
44420
44420
|
const { length } = signals = signals ? signals.filter(Boolean) : [];
|
|
44421
44421
|
if (timeout || length) {
|
|
@@ -44451,7 +44451,7 @@ var composeSignals = (signals, timeout) => {
|
|
|
44451
44451
|
};
|
|
44452
44452
|
var composeSignals_default = composeSignals;
|
|
44453
44453
|
|
|
44454
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
44454
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/trackStream.js
|
|
44455
44455
|
var streamChunk = function* (chunk, chunkSize) {
|
|
44456
44456
|
let len = chunk.byteLength;
|
|
44457
44457
|
if (!chunkSize || len < chunkSize) {
|
|
@@ -44546,7 +44546,7 @@ var trackStream = (stream4, chunkSize, onProgress, onFinish) => {
|
|
|
44546
44546
|
});
|
|
44547
44547
|
};
|
|
44548
44548
|
|
|
44549
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
44549
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/adapters/fetch.js
|
|
44550
44550
|
var isFetchSupported = typeof fetch === "function" && typeof Request === "function" && typeof Response === "function";
|
|
44551
44551
|
var isReadableStreamSupported = isFetchSupported && typeof ReadableStream === "function";
|
|
44552
44552
|
var encodeText = isFetchSupported && (typeof TextEncoder === "function" ? ((encoder) => (str) => encoder.encode(str))(new TextEncoder()) : (str) => __async(void 0, null, function* () {
|
|
@@ -44711,7 +44711,7 @@ var fetch_default = isFetchSupported && ((config) => __async(void 0, null, funct
|
|
|
44711
44711
|
}
|
|
44712
44712
|
}));
|
|
44713
44713
|
|
|
44714
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
44714
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/adapters/adapters.js
|
|
44715
44715
|
var knownAdapters = {
|
|
44716
44716
|
http: http_default,
|
|
44717
44717
|
xhr: xhr_default,
|
|
@@ -44765,7 +44765,7 @@ var adapters_default = {
|
|
|
44765
44765
|
adapters: knownAdapters
|
|
44766
44766
|
};
|
|
44767
44767
|
|
|
44768
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
44768
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/core/dispatchRequest.js
|
|
44769
44769
|
function throwIfCancellationRequested(config) {
|
|
44770
44770
|
if (config.cancelToken) {
|
|
44771
44771
|
config.cancelToken.throwIfRequested();
|
|
@@ -44810,7 +44810,7 @@ function dispatchRequest(config) {
|
|
|
44810
44810
|
});
|
|
44811
44811
|
}
|
|
44812
44812
|
|
|
44813
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
44813
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/validator.js
|
|
44814
44814
|
var validators = {};
|
|
44815
44815
|
["object", "boolean", "number", "function", "string", "symbol"].forEach((type, i) => {
|
|
44816
44816
|
validators[type] = function validator(thing) {
|
|
@@ -44874,7 +44874,7 @@ var validator_default = {
|
|
|
44874
44874
|
validators
|
|
44875
44875
|
};
|
|
44876
44876
|
|
|
44877
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
44877
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/core/Axios.js
|
|
44878
44878
|
var validators2 = validator_default.validators;
|
|
44879
44879
|
var Axios = class {
|
|
44880
44880
|
constructor(instanceConfig) {
|
|
@@ -45043,7 +45043,7 @@ utils_default.forEach(["post", "put", "patch"], function forEachMethodWithData(m
|
|
|
45043
45043
|
});
|
|
45044
45044
|
var Axios_default = Axios;
|
|
45045
45045
|
|
|
45046
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
45046
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/cancel/CancelToken.js
|
|
45047
45047
|
var CancelToken = class _CancelToken {
|
|
45048
45048
|
constructor(executor) {
|
|
45049
45049
|
if (typeof executor !== "function") {
|
|
@@ -45142,19 +45142,19 @@ var CancelToken = class _CancelToken {
|
|
|
45142
45142
|
};
|
|
45143
45143
|
var CancelToken_default = CancelToken;
|
|
45144
45144
|
|
|
45145
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
45145
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/spread.js
|
|
45146
45146
|
function spread(callback) {
|
|
45147
45147
|
return function wrap(arr) {
|
|
45148
45148
|
return callback.apply(null, arr);
|
|
45149
45149
|
};
|
|
45150
45150
|
}
|
|
45151
45151
|
|
|
45152
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
45152
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/isAxiosError.js
|
|
45153
45153
|
function isAxiosError(payload) {
|
|
45154
45154
|
return utils_default.isObject(payload) && payload.isAxiosError === true;
|
|
45155
45155
|
}
|
|
45156
45156
|
|
|
45157
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
45157
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/helpers/HttpStatusCode.js
|
|
45158
45158
|
var HttpStatusCode = {
|
|
45159
45159
|
Continue: 100,
|
|
45160
45160
|
SwitchingProtocols: 101,
|
|
@@ -45225,7 +45225,7 @@ Object.entries(HttpStatusCode).forEach(([key, value]) => {
|
|
|
45225
45225
|
});
|
|
45226
45226
|
var HttpStatusCode_default = HttpStatusCode;
|
|
45227
45227
|
|
|
45228
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
45228
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/lib/axios.js
|
|
45229
45229
|
function createInstance(defaultConfig) {
|
|
45230
45230
|
const context = new Axios_default(defaultConfig);
|
|
45231
45231
|
const instance = bind(Axios_default.prototype.request, context);
|
|
@@ -45258,7 +45258,7 @@ axios.HttpStatusCode = HttpStatusCode_default;
|
|
|
45258
45258
|
axios.default = axios;
|
|
45259
45259
|
var axios_default = axios;
|
|
45260
45260
|
|
|
45261
|
-
// ../../../node_modules/.pnpm/axios@1.7.
|
|
45261
|
+
// ../../../node_modules/.pnpm/axios@1.7.9_debug@4.3.7/node_modules/axios/index.js
|
|
45262
45262
|
var {
|
|
45263
45263
|
Axios: Axios2,
|
|
45264
45264
|
AxiosError: AxiosError2,
|
|
@@ -45882,7 +45882,7 @@ var CodeSmith = class {
|
|
|
45882
45882
|
};
|
|
45883
45883
|
|
|
45884
45884
|
// package.json
|
|
45885
|
-
var version = "2.63.
|
|
45885
|
+
var version = "2.63.4";
|
|
45886
45886
|
|
|
45887
45887
|
// src/utils/index.ts
|
|
45888
45888
|
var import_path9 = __toESM(require("path"));
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "2.63.
|
|
18
|
+
"version": "2.63.4",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"types": "./dist/types/index.d.ts",
|
|
21
21
|
"main": "./dist/index.js",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"jest": "^29",
|
|
46
46
|
"ts-node": "^10.9.1",
|
|
47
47
|
"typescript": "^5",
|
|
48
|
-
"@modern-js/mwa-generator": "3.7.
|
|
49
|
-
"@modern-js/plugin-i18n": "2.63.
|
|
50
|
-
"@scripts/
|
|
51
|
-
"@scripts/
|
|
48
|
+
"@modern-js/mwa-generator": "3.7.10",
|
|
49
|
+
"@modern-js/plugin-i18n": "2.63.4",
|
|
50
|
+
"@scripts/build": "2.63.4",
|
|
51
|
+
"@scripts/jest-config": "2.63.4"
|
|
52
52
|
},
|
|
53
53
|
"publishConfig": {
|
|
54
54
|
"registry": "https://registry.npmjs.org/",
|