@boxes-dev/dvb 1.0.99 → 1.0.100
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 +10 -7
- package/dist/bin/dvb.cjs.map +1 -1
- package/dist/bin/dvbd.cjs +5 -5
- package/dist/devbox/commands/provider/modalLifecycle.d.ts.map +1 -1
- package/dist/devbox/commands/provider/modalLifecycle.js +3 -0
- package/dist/devbox/commands/provider/modalLifecycle.js.map +1 -1
- package/package.json +1 -1
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]="3032ad99-df35-5df0-aa43-020b2e186764")}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.100";
|
|
88692
|
+
const rawGitSha = "2ea78dd0419073d76378dc3e8303b62d25cb54c8";
|
|
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.100";
|
|
120683
|
+
const rawGitSha = "2ea78dd0419073d76378dc3e8303b62d25cb54c8";
|
|
120684
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.100+2ea78dd0419073d76378dc3e8303b62d25cb54c8";
|
|
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;
|
|
@@ -199146,6 +199146,9 @@ var init_modalLifecycle = __esm({
|
|
|
199146
199146
|
"-lc",
|
|
199147
199147
|
[
|
|
199148
199148
|
"set -u",
|
|
199149
|
+
// PID 1 in Modal should ignore common termination signals so accidental
|
|
199150
|
+
// `kill 1` does not terminate the sandbox.
|
|
199151
|
+
"trap '' HUP INT QUIT TERM USR1 USR2 PIPE",
|
|
199149
199152
|
`wrapper=${JSON.stringify(MODAL_DAEMON_WRAPPER_PATH)}`,
|
|
199150
199153
|
'until [ -x "$wrapper" ]; do sleep 0.25; done',
|
|
199151
199154
|
"while true; do",
|
|
@@ -220047,4 +220050,4 @@ smol-toml/dist/index.js:
|
|
|
220047
220050
|
*/
|
|
220048
220051
|
//# sourceMappingURL=dvb.cjs.map
|
|
220049
220052
|
|
|
220050
|
-
//# debugId=
|
|
220053
|
+
//# debugId=3032ad99-df35-5df0-aa43-020b2e186764
|