@boxes-dev/dvb 1.0.85 → 1.0.86
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/bin/dvb.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
"use strict";
|
|
3
|
-
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="
|
|
3
|
+
!function(){try{var e="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:{},n=(new e.Error).stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="4fb08f28-77cb-59ff-9184-e1ec86222113")}catch(e){}}();
|
|
4
4
|
|
|
5
5
|
var __create = Object.create;
|
|
6
6
|
var __defProp = Object.defineProperty;
|
|
@@ -88688,8 +88688,8 @@ var init_otel = __esm({
|
|
|
88688
88688
|
return trimmed && trimmed.length > 0 ? trimmed : void 0;
|
|
88689
88689
|
};
|
|
88690
88690
|
readBuildMetadata = () => {
|
|
88691
|
-
const rawPackageVersion = "1.0.
|
|
88692
|
-
const rawGitSha = "
|
|
88691
|
+
const rawPackageVersion = "1.0.86";
|
|
88692
|
+
const rawGitSha = "12683842c737b052e953bad816d8a502924416eb";
|
|
88693
88693
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
88694
88694
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
88695
88695
|
return { packageVersion, gitSha };
|
|
@@ -120679,9 +120679,9 @@ var init_sentry = __esm({
|
|
|
120679
120679
|
sentryEnabled = false;
|
|
120680
120680
|
uncaughtExceptionMonitorInstalled = false;
|
|
120681
120681
|
readBuildMetadata2 = () => {
|
|
120682
|
-
const rawPackageVersion = "1.0.
|
|
120683
|
-
const rawGitSha = "
|
|
120684
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
120682
|
+
const rawPackageVersion = "1.0.86";
|
|
120683
|
+
const rawGitSha = "12683842c737b052e953bad816d8a502924416eb";
|
|
120684
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.86+12683842c737b052e953bad816d8a502924416eb";
|
|
120685
120685
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
120686
120686
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
120687
120687
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|
|
@@ -202586,7 +202586,8 @@ var init_connect2 = __esm({
|
|
|
202586
202586
|
return [connectShell, "-lc", `${envCommandPrefix}${parsed.command}`];
|
|
202587
202587
|
}
|
|
202588
202588
|
if (computeProvider === "modal") {
|
|
202589
|
-
const
|
|
202589
|
+
const nonCanonicalPrelude = isTty ? "stty -icanon min 1 time 0 -echoctl; " : "";
|
|
202590
|
+
const interactiveCommand = `${nonCanonicalPrelude}exec bash -il || exec sh -i`;
|
|
202590
202591
|
if (projectWorkdir) {
|
|
202591
202592
|
return [
|
|
202592
202593
|
"/bin/sh",
|
|
@@ -220270,4 +220271,4 @@ smol-toml/dist/index.js:
|
|
|
220270
220271
|
*/
|
|
220271
220272
|
//# sourceMappingURL=dvb.cjs.map
|
|
220272
220273
|
|
|
220273
|
-
//# debugId=
|
|
220274
|
+
//# debugId=4fb08f28-77cb-59ff-9184-e1ec86222113
|