@shopify/create-app 3.85.5 → 3.86.0
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/{brotli-EDFLSXX4.js → brotli-2OKV26Y6.js} +3 -3
- package/dist/{chunk-4WG5JQHA.js → chunk-24C6AXHU.js} +109 -88
- package/dist/{chunk-75LV6AQS.js → chunk-6ONJEX7Y.js} +8 -8
- package/dist/{chunk-I3ZBATYA.js → chunk-JVOC6QPM.js} +203 -181
- package/dist/{chunk-2VQSCETZ.js → chunk-JXJ33RQ2.js} +57 -59
- package/dist/{chunk-RN5F2ZF4.js → chunk-KUW6F33L.js} +6 -6
- package/dist/{chunk-O4KAJGU5.js → chunk-MGT4QKYB.js} +3 -3
- package/dist/{chunk-MRFYNZ7Q.js → chunk-TO2X4F7Z.js} +81 -30
- package/dist/{chunk-LG53DXOY.js → chunk-VCNJSI7V.js} +40 -31
- package/dist/{chunk-25IMI7TH.js → chunk-XD3LXUGW.js} +5 -5
- package/dist/{chunk-Z46NFQ33.js → chunk-Y7KLALIY.js} +24 -24
- package/dist/{custom-oclif-loader-DO3K4WDC.js → custom-oclif-loader-P2GF3H55.js} +4 -4
- package/dist/{del-4XMQNWFE.js → del-M36IQP37.js} +3 -3
- package/dist/{error-handler-W76H7JBB.js → error-handler-A4ESBROE.js} +9 -9
- package/dist/hooks/postrun.js +7 -7
- package/dist/hooks/prerun.js +7 -7
- package/dist/{http-proxy-node16-T623PGD4.js → http-proxy-node16-K5X7BUK5.js} +3 -3
- package/dist/index.js +452 -406
- package/dist/index.test.js +15 -15
- package/dist/{lib-XDPPS4KW.js → lib-JIKIO4JO.js} +2 -2
- package/dist/{local-QITTSRL5.js → local-NJYNKPHZ.js} +4 -4
- package/dist/{multipart-parser-WSNBP656.js → multipart-parser-IYYNISJK.js} +2 -2
- package/dist/{node-package-manager-YJ2PSFI3.js → node-package-manager-DIXFSXME.js} +5 -5
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-C6NNSWI4.js → ui-TJJFYS6Z.js} +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import {
|
|
2
2
|
fanoutHooks,
|
|
3
3
|
reportAnalyticsEvent
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-JVOC6QPM.js";
|
|
5
5
|
import {
|
|
6
6
|
CLI_KIT_VERSION,
|
|
7
7
|
getEnvironmentData,
|
|
8
8
|
getLastSeenUserIdAfterAuth,
|
|
9
9
|
isLocalEnvironment
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-VCNJSI7V.js";
|
|
11
11
|
import {
|
|
12
12
|
runWithRateLimit
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-TO2X4F7Z.js";
|
|
14
14
|
import {
|
|
15
15
|
AbortSilentError,
|
|
16
16
|
CancelExecution,
|
|
@@ -25,10 +25,10 @@ import {
|
|
|
25
25
|
reportingRateLimit,
|
|
26
26
|
require_stacktracey,
|
|
27
27
|
shouldReportErrorAsUnexpected
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-24C6AXHU.js";
|
|
29
29
|
import {
|
|
30
30
|
require_lib
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-JXJ33RQ2.js";
|
|
32
32
|
import {
|
|
33
33
|
cwd,
|
|
34
34
|
isAbsolutePath,
|
|
@@ -109,25 +109,25 @@ var require_stackframe = __commonJS({
|
|
|
109
109
|
});
|
|
110
110
|
};
|
|
111
111
|
for (var i = 0; i < booleanProps.length; i++)
|
|
112
|
-
StackFrame.prototype["get" + _capitalize(booleanProps[i])] = _getter(booleanProps[i]), StackFrame.prototype["set" + _capitalize(booleanProps[i])] = /* @__PURE__ */ function(p) {
|
|
112
|
+
StackFrame.prototype["get" + _capitalize(booleanProps[i])] = _getter(booleanProps[i]), StackFrame.prototype["set" + _capitalize(booleanProps[i])] = /* @__PURE__ */ (function(p) {
|
|
113
113
|
return function(v) {
|
|
114
114
|
this[p] = !!v;
|
|
115
115
|
};
|
|
116
|
-
}(booleanProps[i]);
|
|
116
|
+
})(booleanProps[i]);
|
|
117
117
|
for (var j = 0; j < numericProps.length; j++)
|
|
118
|
-
StackFrame.prototype["get" + _capitalize(numericProps[j])] = _getter(numericProps[j]), StackFrame.prototype["set" + _capitalize(numericProps[j])] = /* @__PURE__ */ function(p) {
|
|
118
|
+
StackFrame.prototype["get" + _capitalize(numericProps[j])] = _getter(numericProps[j]), StackFrame.prototype["set" + _capitalize(numericProps[j])] = /* @__PURE__ */ (function(p) {
|
|
119
119
|
return function(v) {
|
|
120
120
|
if (!_isNumber(v))
|
|
121
121
|
throw new TypeError(p + " must be a Number");
|
|
122
122
|
this[p] = Number(v);
|
|
123
123
|
};
|
|
124
|
-
}(numericProps[j]);
|
|
124
|
+
})(numericProps[j]);
|
|
125
125
|
for (var k = 0; k < stringProps.length; k++)
|
|
126
|
-
StackFrame.prototype["get" + _capitalize(stringProps[k])] = _getter(stringProps[k]), StackFrame.prototype["set" + _capitalize(stringProps[k])] = /* @__PURE__ */ function(p) {
|
|
126
|
+
StackFrame.prototype["get" + _capitalize(stringProps[k])] = _getter(stringProps[k]), StackFrame.prototype["set" + _capitalize(stringProps[k])] = /* @__PURE__ */ (function(p) {
|
|
127
127
|
return function(v) {
|
|
128
128
|
this[p] = String(v);
|
|
129
129
|
};
|
|
130
|
-
}(stringProps[k]);
|
|
130
|
+
})(stringProps[k]);
|
|
131
131
|
return StackFrame;
|
|
132
132
|
});
|
|
133
133
|
}
|
|
@@ -478,7 +478,7 @@ var require_bugsnag = __commonJS({
|
|
|
478
478
|
typeof window < "u" ? g = window : typeof global < "u" ? g = global : typeof self < "u" ? g = self : g = this, g.bugsnag = f();
|
|
479
479
|
}
|
|
480
480
|
})(function() {
|
|
481
|
-
var define2, module2, exports2, Breadcrumb = /* @__PURE__ */ function() {
|
|
481
|
+
var define2, module2, exports2, Breadcrumb = /* @__PURE__ */ (function() {
|
|
482
482
|
function Breadcrumb2(message, metadata, type, timestamp) {
|
|
483
483
|
timestamp === void 0 && (timestamp = /* @__PURE__ */ new Date()), this.type = type, this.message = message, this.metadata = metadata, this.timestamp = timestamp;
|
|
484
484
|
}
|
|
@@ -491,7 +491,7 @@ var require_bugsnag = __commonJS({
|
|
|
491
491
|
metaData: this.metadata
|
|
492
492
|
};
|
|
493
493
|
}, Breadcrumb2;
|
|
494
|
-
}(), _$Breadcrumb_7 = Breadcrumb, _$breadcrumbTypes_12 = ["navigation", "request", "process", "log", "user", "state", "error", "manual"], _$reduce_22 = function(arr, fn, accum) {
|
|
494
|
+
})(), _$Breadcrumb_7 = Breadcrumb, _$breadcrumbTypes_12 = ["navigation", "request", "process", "log", "user", "state", "error", "manual"], _$reduce_22 = function(arr, fn, accum) {
|
|
495
495
|
for (var val = accum, i = 0, len = arr.length; i < len; i++) val = fn(val, arr[i], i, arr);
|
|
496
496
|
return val;
|
|
497
497
|
}, _$filter_17 = function(arr, fn) {
|
|
@@ -944,7 +944,7 @@ var require_bugsnag = __commonJS({
|
|
|
944
944
|
return n;
|
|
945
945
|
}, _extends.apply(null, arguments);
|
|
946
946
|
}
|
|
947
|
-
var StackGenerator = require_stack_generator(), Event = /* @__PURE__ */ function() {
|
|
947
|
+
var StackGenerator = require_stack_generator(), Event = /* @__PURE__ */ (function() {
|
|
948
948
|
function Event2(errorClass, errorMessage, stacktrace, handledState, originalError) {
|
|
949
949
|
stacktrace === void 0 && (stacktrace = []), handledState === void 0 && (handledState = defaultHandledState()), this.apiKey = void 0, this.context = void 0, this.groupingHash = void 0, this.originalError = originalError, this._handledState = handledState, this.severity = this._handledState.severity, this.unhandled = this._handledState.unhandled, this.app = {}, this.device = {}, this.request = {}, this.breadcrumbs = [], this.threads = [], this._metadata = {}, this._features = [], this._featuresIndex = {}, this._user = {}, this._session = void 0, this._correlation = void 0, this._groupingDiscriminator = void 0, this.errors = [createBugsnagError(errorClass, errorMessage, Event2.__type, stacktrace)];
|
|
950
950
|
}
|
|
@@ -1009,7 +1009,7 @@ var require_bugsnag = __commonJS({
|
|
|
1009
1009
|
correlation: this._correlation
|
|
1010
1010
|
};
|
|
1011
1011
|
}, Event2;
|
|
1012
|
-
}(), formatStackframe = function(frame) {
|
|
1012
|
+
})(), formatStackframe = function(frame) {
|
|
1013
1013
|
var f = {
|
|
1014
1014
|
file: frame.fileName,
|
|
1015
1015
|
method: normaliseFunctionName(frame.functionName),
|
|
@@ -1203,7 +1203,7 @@ var require_bugsnag = __commonJS({
|
|
|
1203
1203
|
return letter + timestamp + counter + print + random;
|
|
1204
1204
|
}
|
|
1205
1205
|
cuid.fingerprint = _$fingerprint_2, cuid.isCuid = _$isCuid_3;
|
|
1206
|
-
var _$cuid_1 = cuid, Session = /* @__PURE__ */ function() {
|
|
1206
|
+
var _$cuid_1 = cuid, Session = /* @__PURE__ */ (function() {
|
|
1207
1207
|
function Session2() {
|
|
1208
1208
|
this.id = _$cuid_1(), this.startedAt = /* @__PURE__ */ new Date(), this._handled = 0, this._unhandled = 0, this._user = {}, this.app = {}, this.device = {};
|
|
1209
1209
|
}
|
|
@@ -1228,8 +1228,8 @@ var require_bugsnag = __commonJS({
|
|
|
1228
1228
|
}, _proto._track = function(event) {
|
|
1229
1229
|
this[event._handledState.unhandled ? "_unhandled" : "_handled"] += 1;
|
|
1230
1230
|
}, Session2;
|
|
1231
|
-
}(), _$Session_34 = Session, __add_8 = _$featureFlagDelegate_23.add, __clear_8 = _$featureFlagDelegate_23.clear, __merge_8 = _$featureFlagDelegate_23.merge, HUB_PREFIX = "00000", HUB_NOTIFY = "https://notify.insighthub.smartbear.com", HUB_SESSION = "https://sessions.insighthub.smartbear.com", noop = function() {
|
|
1232
|
-
}, Client = /* @__PURE__ */ function() {
|
|
1231
|
+
})(), _$Session_34 = Session, __add_8 = _$featureFlagDelegate_23.add, __clear_8 = _$featureFlagDelegate_23.clear, __merge_8 = _$featureFlagDelegate_23.merge, HUB_PREFIX = "00000", HUB_NOTIFY = "https://notify.insighthub.smartbear.com", HUB_SESSION = "https://sessions.insighthub.smartbear.com", noop = function() {
|
|
1232
|
+
}, Client = /* @__PURE__ */ (function() {
|
|
1233
1233
|
function Client2(configuration, schema2, internalPlugins2, notifier) {
|
|
1234
1234
|
var _this = this;
|
|
1235
1235
|
schema2 === void 0 && (schema2 = _$config_9.schema), internalPlugins2 === void 0 && (internalPlugins2 = []), this._notifier = notifier, this._config = {}, this._schema = schema2, this._delivery = {
|
|
@@ -1391,7 +1391,7 @@ var require_bugsnag = __commonJS({
|
|
|
1391
1391
|
});
|
|
1392
1392
|
});
|
|
1393
1393
|
}, Client2;
|
|
1394
|
-
}(), generateConfigErrorMessage = function(errors, rawInput) {
|
|
1394
|
+
})(), generateConfigErrorMessage = function(errors, rawInput) {
|
|
1395
1395
|
var er = new Error(`Invalid configuration
|
|
1396
1396
|
` + _$map_21(_$keys_20(errors), function(key) {
|
|
1397
1397
|
return " - " + key + " " + errors[key] + ", got " + stringify(rawInput[key]);
|
|
@@ -1833,7 +1833,7 @@ metadata was removed`
|
|
|
1833
1833
|
if (err && err.message !== "premature close") return cb(err);
|
|
1834
1834
|
cb(null, slicer.getCode());
|
|
1835
1835
|
});
|
|
1836
|
-
}, CodeRange = /* @__PURE__ */ function(_Writable) {
|
|
1836
|
+
}, CodeRange = /* @__PURE__ */ (function(_Writable) {
|
|
1837
1837
|
function CodeRange2(opts) {
|
|
1838
1838
|
var _this;
|
|
1839
1839
|
return _this = _Writable.call(this, ___extends_45({}, opts, {
|
|
@@ -1847,7 +1847,7 @@ metadata was removed`
|
|
|
1847
1847
|
}, _proto.getCode = function() {
|
|
1848
1848
|
return this._code;
|
|
1849
1849
|
}, CodeRange2;
|
|
1850
|
-
}(Writable), pMapSeries = function(ps) {
|
|
1850
|
+
})(Writable), pMapSeries = function(ps) {
|
|
1851
1851
|
return new Promise(function(resolve2, reject) {
|
|
1852
1852
|
var res = [];
|
|
1853
1853
|
ps.reduce(function(accum, p) {
|
|
@@ -1926,7 +1926,7 @@ metadata was removed`
|
|
|
1926
1926
|
return t2.__proto__ = e2, t2;
|
|
1927
1927
|
}, ___setPrototypeOf_49(t, e);
|
|
1928
1928
|
}
|
|
1929
|
-
var DEFAULT_SUMMARY_INTERVAL = 10 * 1e3, Emitter = __require("events").EventEmitter, _$tracker_49 = /* @__PURE__ */ function(_Emitter) {
|
|
1929
|
+
var DEFAULT_SUMMARY_INTERVAL = 10 * 1e3, Emitter = __require("events").EventEmitter, _$tracker_49 = /* @__PURE__ */ (function(_Emitter) {
|
|
1930
1930
|
function SessionTracker(intervalLength) {
|
|
1931
1931
|
var _this;
|
|
1932
1932
|
return _this = _Emitter.call(this) || this, _this._sessions = /* @__PURE__ */ new Map(), _this._interval = null, _this._intervalLength = intervalLength || DEFAULT_SUMMARY_INTERVAL, _this._summarize = _this._summarize.bind(_this), _this;
|
|
@@ -1949,7 +1949,7 @@ metadata was removed`
|
|
|
1949
1949
|
}), _this2._sessions.delete(key);
|
|
1950
1950
|
}), summary.length && this.emit("summary", summary);
|
|
1951
1951
|
}, SessionTracker;
|
|
1952
|
-
}(Emitter), dateToMsKey = function(d) {
|
|
1952
|
+
})(Emitter), dateToMsKey = function(d) {
|
|
1953
1953
|
var dk = new Date(d);
|
|
1954
1954
|
return dk.setSeconds(0), dk.setMilliseconds(0), dk.toISOString();
|
|
1955
1955
|
}, _$session_48 = {
|
|
@@ -2233,4 +2233,4 @@ export {
|
|
|
2233
2233
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
2234
2234
|
addBugsnagMetadata
|
|
2235
2235
|
};
|
|
2236
|
-
//# sourceMappingURL=chunk-
|
|
2236
|
+
//# sourceMappingURL=chunk-Y7KLALIY.js.map
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
2
|
execaSync,
|
|
3
3
|
fileExistsSync
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-24C6AXHU.js";
|
|
5
5
|
import {
|
|
6
6
|
require_lib
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-JXJ33RQ2.js";
|
|
8
8
|
import "./chunk-UMUTXITN.js";
|
|
9
9
|
import {
|
|
10
10
|
cwd,
|
|
11
11
|
joinPath,
|
|
12
12
|
sniffForPath
|
|
13
13
|
} from "./chunk-Y2JP6WFP.js";
|
|
14
|
-
import "./chunk-
|
|
14
|
+
import "./chunk-6ONJEX7Y.js";
|
|
15
15
|
import "./chunk-LABBARNJ.js";
|
|
16
16
|
import "./chunk-G2ZZKGSV.js";
|
|
17
17
|
import {
|
|
@@ -40,4 +40,4 @@ var import_core = __toESM(require_lib(), 1), ShopifyConfig = class extends impor
|
|
|
40
40
|
export {
|
|
41
41
|
ShopifyConfig
|
|
42
42
|
};
|
|
43
|
-
//# sourceMappingURL=custom-oclif-loader-
|
|
43
|
+
//# sourceMappingURL=custom-oclif-loader-P2GF3H55.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
require_glob
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-MGT4QKYB.js";
|
|
4
4
|
import "./chunk-SHWOPMLQ.js";
|
|
5
5
|
import {
|
|
6
6
|
require_graceful_fs
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-6ONJEX7Y.js";
|
|
8
8
|
import {
|
|
9
9
|
require_indent_string
|
|
10
10
|
} from "./chunk-LABBARNJ.js";
|
|
@@ -958,4 +958,4 @@ var require_del = __commonJS({
|
|
|
958
958
|
}
|
|
959
959
|
});
|
|
960
960
|
export default require_del();
|
|
961
|
-
//# sourceMappingURL=del-
|
|
961
|
+
//# sourceMappingURL=del-M36IQP37.js.map
|
|
@@ -4,17 +4,17 @@ import {
|
|
|
4
4
|
errorHandler,
|
|
5
5
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
6
6
|
sendErrorToBugsnag
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import "./chunk-
|
|
9
|
-
import "./chunk-
|
|
10
|
-
import "./chunk-
|
|
11
|
-
import "./chunk-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
7
|
+
} from "./chunk-Y7KLALIY.js";
|
|
8
|
+
import "./chunk-JVOC6QPM.js";
|
|
9
|
+
import "./chunk-VCNJSI7V.js";
|
|
10
|
+
import "./chunk-XD3LXUGW.js";
|
|
11
|
+
import "./chunk-TO2X4F7Z.js";
|
|
12
|
+
import "./chunk-24C6AXHU.js";
|
|
13
|
+
import "./chunk-JXJ33RQ2.js";
|
|
14
14
|
import "./chunk-UMUTXITN.js";
|
|
15
15
|
import "./chunk-Y2JP6WFP.js";
|
|
16
16
|
import "./chunk-SHWOPMLQ.js";
|
|
17
|
-
import "./chunk-
|
|
17
|
+
import "./chunk-6ONJEX7Y.js";
|
|
18
18
|
import "./chunk-LABBARNJ.js";
|
|
19
19
|
import "./chunk-G2ZZKGSV.js";
|
|
20
20
|
import "./chunk-PKR7KJ6P.js";
|
|
@@ -25,4 +25,4 @@ export {
|
|
|
25
25
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
26
26
|
sendErrorToBugsnag
|
|
27
27
|
};
|
|
28
|
-
//# sourceMappingURL=error-handler-
|
|
28
|
+
//# sourceMappingURL=error-handler-A4ESBROE.js.map
|
package/dist/hooks/postrun.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import {
|
|
2
2
|
reportAnalyticsEvent
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-JVOC6QPM.js";
|
|
4
4
|
import {
|
|
5
5
|
getNextDeprecationDate
|
|
6
|
-
} from "../chunk-
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-
|
|
6
|
+
} from "../chunk-VCNJSI7V.js";
|
|
7
|
+
import "../chunk-XD3LXUGW.js";
|
|
8
|
+
import "../chunk-TO2X4F7Z.js";
|
|
9
9
|
import {
|
|
10
10
|
addSensitiveMetadata,
|
|
11
11
|
getAllSensitiveMetadata,
|
|
12
12
|
outputDebug,
|
|
13
13
|
renderWarning
|
|
14
|
-
} from "../chunk-
|
|
15
|
-
import "../chunk-
|
|
14
|
+
} from "../chunk-24C6AXHU.js";
|
|
15
|
+
import "../chunk-JXJ33RQ2.js";
|
|
16
16
|
import "../chunk-UMUTXITN.js";
|
|
17
17
|
import "../chunk-Y2JP6WFP.js";
|
|
18
|
-
import "../chunk-
|
|
18
|
+
import "../chunk-6ONJEX7Y.js";
|
|
19
19
|
import "../chunk-LABBARNJ.js";
|
|
20
20
|
import "../chunk-G2ZZKGSV.js";
|
|
21
21
|
import {
|
package/dist/hooks/prerun.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
2
|
fetchNotificationsInBackground
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-KUW6F33L.js";
|
|
4
4
|
import {
|
|
5
5
|
CLI_KIT_VERSION,
|
|
6
6
|
startAnalytics
|
|
7
|
-
} from "../chunk-
|
|
8
|
-
import "../chunk-
|
|
7
|
+
} from "../chunk-VCNJSI7V.js";
|
|
8
|
+
import "../chunk-XD3LXUGW.js";
|
|
9
9
|
import {
|
|
10
10
|
checkForCachedNewVersion,
|
|
11
11
|
checkForNewVersion,
|
|
12
12
|
packageManagerFromUserAgent,
|
|
13
13
|
runAtMinimumInterval
|
|
14
|
-
} from "../chunk-
|
|
14
|
+
} from "../chunk-TO2X4F7Z.js";
|
|
15
15
|
import {
|
|
16
16
|
currentProcessIsGlobal,
|
|
17
17
|
inferPackageManagerForGlobalCLI,
|
|
@@ -20,11 +20,11 @@ import {
|
|
|
20
20
|
outputDebug,
|
|
21
21
|
outputToken,
|
|
22
22
|
outputWarn
|
|
23
|
-
} from "../chunk-
|
|
24
|
-
import "../chunk-
|
|
23
|
+
} from "../chunk-24C6AXHU.js";
|
|
24
|
+
import "../chunk-JXJ33RQ2.js";
|
|
25
25
|
import "../chunk-UMUTXITN.js";
|
|
26
26
|
import "../chunk-Y2JP6WFP.js";
|
|
27
|
-
import "../chunk-
|
|
27
|
+
import "../chunk-6ONJEX7Y.js";
|
|
28
28
|
import "../chunk-LABBARNJ.js";
|
|
29
29
|
import "../chunk-G2ZZKGSV.js";
|
|
30
30
|
import {
|
|
@@ -628,10 +628,10 @@ var require_web_incoming = __commonJS({
|
|
|
628
628
|
return web_o[pass];
|
|
629
629
|
});
|
|
630
630
|
var nativeAgents = { http: httpNative, https: httpsNative };
|
|
631
|
-
var supportsAbortedEvent = function() {
|
|
631
|
+
var supportsAbortedEvent = (function() {
|
|
632
632
|
var ver = process.versions.node.split(".").map(Number);
|
|
633
633
|
return ver[0] <= 14 || ver[0] === 15 && ver[1] <= 4;
|
|
634
|
-
}();
|
|
634
|
+
})();
|
|
635
635
|
module.exports = {
|
|
636
636
|
/**
|
|
637
637
|
* Sets `content-length` to '0' if request is of DELETE type.
|
|
@@ -946,4 +946,4 @@ http-proxy-node16/index.js:
|
|
|
946
946
|
* Dante - The Divine Comedy (Canto III)
|
|
947
947
|
*)
|
|
948
948
|
*/
|
|
949
|
-
//# sourceMappingURL=http-proxy-node16-
|
|
949
|
+
//# sourceMappingURL=http-proxy-node16-K5X7BUK5.js.map
|