@shopify/create-app 3.85.4 → 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-YKC6AF5P.js → chunk-24C6AXHU.js} +108 -87
- package/dist/{chunk-75LV6AQS.js → chunk-6ONJEX7Y.js} +8 -8
- package/dist/{chunk-BJHEYWTG.js → chunk-JVOC6QPM.js} +203 -181
- package/dist/{chunk-2VQSCETZ.js → chunk-JXJ33RQ2.js} +57 -59
- package/dist/{chunk-GPDZY4XJ.js → chunk-KUW6F33L.js} +6 -6
- package/dist/{chunk-O4KAJGU5.js → chunk-MGT4QKYB.js} +3 -3
- package/dist/{chunk-37HE2BRV.js → chunk-TO2X4F7Z.js} +81 -30
- package/dist/{chunk-ZJQOFM3X.js → chunk-VCNJSI7V.js} +41 -34
- package/dist/{chunk-25IMI7TH.js → chunk-XD3LXUGW.js} +5 -5
- package/dist/{chunk-2UR7TMKO.js → chunk-Y7KLALIY.js} +45 -39
- package/dist/{custom-oclif-loader-PIBU4VHF.js → custom-oclif-loader-P2GF3H55.js} +4 -4
- package/dist/{del-4XMQNWFE.js → del-M36IQP37.js} +3 -3
- package/dist/{error-handler-G6DYVEQ2.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 +456 -407
- package/dist/index.test.js +15 -15
- package/dist/{lib-XDPPS4KW.js → lib-JIKIO4JO.js} +2 -2
- package/dist/{local-P6NRRHIF.js → local-NJYNKPHZ.js} +4 -4
- package/dist/{multipart-parser-WSNBP656.js → multipart-parser-IYYNISJK.js} +2 -2
- package/dist/{node-package-manager-Y7X57X7L.js → node-package-manager-DIXFSXME.js} +5 -5
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/{ui-DP4GP7CG.js → ui-TJJFYS6Z.js} +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
|
@@ -1,15 +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
|
+
getLastSeenUserIdAfterAuth,
|
|
8
9
|
isLocalEnvironment
|
|
9
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-VCNJSI7V.js";
|
|
10
11
|
import {
|
|
11
12
|
runWithRateLimit
|
|
12
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-TO2X4F7Z.js";
|
|
13
14
|
import {
|
|
14
15
|
AbortSilentError,
|
|
15
16
|
CancelExecution,
|
|
@@ -24,10 +25,10 @@ import {
|
|
|
24
25
|
reportingRateLimit,
|
|
25
26
|
require_stacktracey,
|
|
26
27
|
shouldReportErrorAsUnexpected
|
|
27
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-24C6AXHU.js";
|
|
28
29
|
import {
|
|
29
30
|
require_lib
|
|
30
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-JXJ33RQ2.js";
|
|
31
32
|
import {
|
|
32
33
|
cwd,
|
|
33
34
|
isAbsolutePath,
|
|
@@ -108,25 +109,25 @@ var require_stackframe = __commonJS({
|
|
|
108
109
|
});
|
|
109
110
|
};
|
|
110
111
|
for (var i = 0; i < booleanProps.length; i++)
|
|
111
|
-
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) {
|
|
112
113
|
return function(v) {
|
|
113
114
|
this[p] = !!v;
|
|
114
115
|
};
|
|
115
|
-
}(booleanProps[i]);
|
|
116
|
+
})(booleanProps[i]);
|
|
116
117
|
for (var j = 0; j < numericProps.length; j++)
|
|
117
|
-
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) {
|
|
118
119
|
return function(v) {
|
|
119
120
|
if (!_isNumber(v))
|
|
120
121
|
throw new TypeError(p + " must be a Number");
|
|
121
122
|
this[p] = Number(v);
|
|
122
123
|
};
|
|
123
|
-
}(numericProps[j]);
|
|
124
|
+
})(numericProps[j]);
|
|
124
125
|
for (var k = 0; k < stringProps.length; k++)
|
|
125
|
-
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) {
|
|
126
127
|
return function(v) {
|
|
127
128
|
this[p] = String(v);
|
|
128
129
|
};
|
|
129
|
-
}(stringProps[k]);
|
|
130
|
+
})(stringProps[k]);
|
|
130
131
|
return StackFrame;
|
|
131
132
|
});
|
|
132
133
|
}
|
|
@@ -477,7 +478,7 @@ var require_bugsnag = __commonJS({
|
|
|
477
478
|
typeof window < "u" ? g = window : typeof global < "u" ? g = global : typeof self < "u" ? g = self : g = this, g.bugsnag = f();
|
|
478
479
|
}
|
|
479
480
|
})(function() {
|
|
480
|
-
var define2, module2, exports2, Breadcrumb = /* @__PURE__ */ function() {
|
|
481
|
+
var define2, module2, exports2, Breadcrumb = /* @__PURE__ */ (function() {
|
|
481
482
|
function Breadcrumb2(message, metadata, type, timestamp) {
|
|
482
483
|
timestamp === void 0 && (timestamp = /* @__PURE__ */ new Date()), this.type = type, this.message = message, this.metadata = metadata, this.timestamp = timestamp;
|
|
483
484
|
}
|
|
@@ -490,7 +491,7 @@ var require_bugsnag = __commonJS({
|
|
|
490
491
|
metaData: this.metadata
|
|
491
492
|
};
|
|
492
493
|
}, Breadcrumb2;
|
|
493
|
-
}(), _$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) {
|
|
494
495
|
for (var val = accum, i = 0, len = arr.length; i < len; i++) val = fn(val, arr[i], i, arr);
|
|
495
496
|
return val;
|
|
496
497
|
}, _$filter_17 = function(arr, fn) {
|
|
@@ -943,7 +944,7 @@ var require_bugsnag = __commonJS({
|
|
|
943
944
|
return n;
|
|
944
945
|
}, _extends.apply(null, arguments);
|
|
945
946
|
}
|
|
946
|
-
var StackGenerator = require_stack_generator(), Event = /* @__PURE__ */ function() {
|
|
947
|
+
var StackGenerator = require_stack_generator(), Event = /* @__PURE__ */ (function() {
|
|
947
948
|
function Event2(errorClass, errorMessage, stacktrace, handledState, originalError) {
|
|
948
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)];
|
|
949
950
|
}
|
|
@@ -1008,7 +1009,7 @@ var require_bugsnag = __commonJS({
|
|
|
1008
1009
|
correlation: this._correlation
|
|
1009
1010
|
};
|
|
1010
1011
|
}, Event2;
|
|
1011
|
-
}(), formatStackframe = function(frame) {
|
|
1012
|
+
})(), formatStackframe = function(frame) {
|
|
1012
1013
|
var f = {
|
|
1013
1014
|
file: frame.fileName,
|
|
1014
1015
|
method: normaliseFunctionName(frame.functionName),
|
|
@@ -1202,7 +1203,7 @@ var require_bugsnag = __commonJS({
|
|
|
1202
1203
|
return letter + timestamp + counter + print + random;
|
|
1203
1204
|
}
|
|
1204
1205
|
cuid.fingerprint = _$fingerprint_2, cuid.isCuid = _$isCuid_3;
|
|
1205
|
-
var _$cuid_1 = cuid, Session = /* @__PURE__ */ function() {
|
|
1206
|
+
var _$cuid_1 = cuid, Session = /* @__PURE__ */ (function() {
|
|
1206
1207
|
function Session2() {
|
|
1207
1208
|
this.id = _$cuid_1(), this.startedAt = /* @__PURE__ */ new Date(), this._handled = 0, this._unhandled = 0, this._user = {}, this.app = {}, this.device = {};
|
|
1208
1209
|
}
|
|
@@ -1227,8 +1228,8 @@ var require_bugsnag = __commonJS({
|
|
|
1227
1228
|
}, _proto._track = function(event) {
|
|
1228
1229
|
this[event._handledState.unhandled ? "_unhandled" : "_handled"] += 1;
|
|
1229
1230
|
}, Session2;
|
|
1230
|
-
}(), _$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() {
|
|
1231
|
-
}, 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() {
|
|
1232
1233
|
function Client2(configuration, schema2, internalPlugins2, notifier) {
|
|
1233
1234
|
var _this = this;
|
|
1234
1235
|
schema2 === void 0 && (schema2 = _$config_9.schema), internalPlugins2 === void 0 && (internalPlugins2 = []), this._notifier = notifier, this._config = {}, this._schema = schema2, this._delivery = {
|
|
@@ -1390,7 +1391,7 @@ var require_bugsnag = __commonJS({
|
|
|
1390
1391
|
});
|
|
1391
1392
|
});
|
|
1392
1393
|
}, Client2;
|
|
1393
|
-
}(), generateConfigErrorMessage = function(errors, rawInput) {
|
|
1394
|
+
})(), generateConfigErrorMessage = function(errors, rawInput) {
|
|
1394
1395
|
var er = new Error(`Invalid configuration
|
|
1395
1396
|
` + _$map_21(_$keys_20(errors), function(key) {
|
|
1396
1397
|
return " - " + key + " " + errors[key] + ", got " + stringify(rawInput[key]);
|
|
@@ -1832,7 +1833,7 @@ metadata was removed`
|
|
|
1832
1833
|
if (err && err.message !== "premature close") return cb(err);
|
|
1833
1834
|
cb(null, slicer.getCode());
|
|
1834
1835
|
});
|
|
1835
|
-
}, CodeRange = /* @__PURE__ */ function(_Writable) {
|
|
1836
|
+
}, CodeRange = /* @__PURE__ */ (function(_Writable) {
|
|
1836
1837
|
function CodeRange2(opts) {
|
|
1837
1838
|
var _this;
|
|
1838
1839
|
return _this = _Writable.call(this, ___extends_45({}, opts, {
|
|
@@ -1846,7 +1847,7 @@ metadata was removed`
|
|
|
1846
1847
|
}, _proto.getCode = function() {
|
|
1847
1848
|
return this._code;
|
|
1848
1849
|
}, CodeRange2;
|
|
1849
|
-
}(Writable), pMapSeries = function(ps) {
|
|
1850
|
+
})(Writable), pMapSeries = function(ps) {
|
|
1850
1851
|
return new Promise(function(resolve2, reject) {
|
|
1851
1852
|
var res = [];
|
|
1852
1853
|
ps.reduce(function(accum, p) {
|
|
@@ -1925,7 +1926,7 @@ metadata was removed`
|
|
|
1925
1926
|
return t2.__proto__ = e2, t2;
|
|
1926
1927
|
}, ___setPrototypeOf_49(t, e);
|
|
1927
1928
|
}
|
|
1928
|
-
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) {
|
|
1929
1930
|
function SessionTracker(intervalLength) {
|
|
1930
1931
|
var _this;
|
|
1931
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;
|
|
@@ -1948,7 +1949,7 @@ metadata was removed`
|
|
|
1948
1949
|
}), _this2._sessions.delete(key);
|
|
1949
1950
|
}), summary.length && this.emit("summary", summary);
|
|
1950
1951
|
}, SessionTracker;
|
|
1951
|
-
}(Emitter), dateToMsKey = function(d) {
|
|
1952
|
+
})(Emitter), dateToMsKey = function(d) {
|
|
1952
1953
|
var dk = new Date(d);
|
|
1953
1954
|
return dk.setSeconds(0), dk.setMilliseconds(0), dk.toISOString();
|
|
1954
1955
|
}, _$session_48 = {
|
|
@@ -2133,26 +2134,31 @@ async function sendErrorToBugsnag(error, exitMode) {
|
|
|
2133
2134
|
reportableError.stack = `Error: ${reportableError.message}
|
|
2134
2135
|
${formattedStacktrace}`;
|
|
2135
2136
|
let withinRateLimit = !1;
|
|
2136
|
-
|
|
2137
|
+
if (await runWithRateLimit({
|
|
2137
2138
|
key: "send-error-to-bugsnag",
|
|
2138
2139
|
...reportingRateLimit,
|
|
2139
2140
|
task: async () => {
|
|
2140
2141
|
withinRateLimit = !0;
|
|
2141
2142
|
}
|
|
2142
|
-
}), withinRateLimit || (outputDebug("Skipping Bugsnag report due to rate limiting"), report = !1), report
|
|
2143
|
-
|
|
2144
|
-
let
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2143
|
+
}), withinRateLimit || (outputDebug("Skipping Bugsnag report due to rate limiting"), report = !1), report) {
|
|
2144
|
+
initializeBugsnag();
|
|
2145
|
+
let userId = await getLastSeenUserIdAfterAuth();
|
|
2146
|
+
await new Promise((resolve, reject) => {
|
|
2147
|
+
outputDebug(`Reporting ${unhandled ? "unhandled" : "handled"} error to Bugsnag: ${reportableError.message}`);
|
|
2148
|
+
let eventHandler = (event) => {
|
|
2149
|
+
event.severity = "error", event.unhandled = unhandled, event.setUser(userId);
|
|
2150
|
+
let { commandStartOptions } = getAllSensitiveMetadata(), { startCommand } = commandStartOptions ?? {};
|
|
2151
|
+
if (startCommand) {
|
|
2152
|
+
let firstWord = startCommand.trim().split(/\s+/)[0] ?? "cli", sliceName = ALLOWED_SLICE_NAMES.has(firstWord) ? firstWord : "cli";
|
|
2153
|
+
event.addMetadata("custom", { slice_name: sliceName });
|
|
2154
|
+
}
|
|
2155
|
+
}, errorHandler2 = (error2) => {
|
|
2156
|
+
error2 ? reject(error2) : resolve(reportableError);
|
|
2157
|
+
};
|
|
2158
|
+
import_js.default.notify(reportableError, eventHandler, errorHandler2);
|
|
2159
|
+
});
|
|
2160
|
+
}
|
|
2161
|
+
return { error: reportableError, reported: report, unhandled };
|
|
2156
2162
|
} catch (err) {
|
|
2157
2163
|
return outputDebug(`Error reporting to Bugsnag: ${err}`), { error, reported: !1, unhandled: void 0 };
|
|
2158
2164
|
}
|
|
@@ -2227,4 +2233,4 @@ export {
|
|
|
2227
2233
|
registerCleanBugsnagErrorsFromWithinPlugins,
|
|
2228
2234
|
addBugsnagMetadata
|
|
2229
2235
|
};
|
|
2230
|
-
//# 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
|