@boxes-dev/dvb-runtime 1.0.164 → 1.0.165
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]="35cbadd4-5276-5c02-8170-7d7eff92c34c")}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.165";
|
|
88692
|
+
const rawGitSha = "5398382ceecd7a9210cf77ffb767d9b8e092c41b";
|
|
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.165";
|
|
120683
|
+
const rawGitSha = "5398382ceecd7a9210cf77ffb767d9b8e092c41b";
|
|
120684
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.165+5398382ceecd7a9210cf77ffb767d9b8e092c41b";
|
|
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;
|
|
@@ -124671,7 +124671,7 @@ var init_packageVersion = __esm({
|
|
|
124671
124671
|
return import_node_path8.default.join(process.cwd(), "dvb");
|
|
124672
124672
|
};
|
|
124673
124673
|
readEmbeddedPackageVersion = () => {
|
|
124674
|
-
const raw = "1.0.
|
|
124674
|
+
const raw = "1.0.165";
|
|
124675
124675
|
return trimVersion(raw);
|
|
124676
124676
|
};
|
|
124677
124677
|
readNearestPackageVersion = (basePath) => {
|
|
@@ -209363,7 +209363,13 @@ var init_sshConfig = __esm({
|
|
|
209363
209363
|
"proxy",
|
|
209364
209364
|
boxAlias
|
|
209365
209365
|
];
|
|
209366
|
-
|
|
209366
|
+
const commandString = args.map(shellEscape2).join(" ");
|
|
209367
|
+
const shellArgs = [
|
|
209368
|
+
"/bin/sh",
|
|
209369
|
+
"-c",
|
|
209370
|
+
`cd ${shellEscape2(homeDir())} && exec ${commandString}`
|
|
209371
|
+
];
|
|
209372
|
+
return shellArgs.map(shellEscape2).join(" ");
|
|
209367
209373
|
};
|
|
209368
209374
|
renderManagedEntryBlock = async (entry) => {
|
|
209369
209375
|
const proxyCommand = await buildProxyCommand(entry.boxAlias);
|
|
@@ -227743,4 +227749,4 @@ smol-toml/dist/index.js:
|
|
|
227743
227749
|
*/
|
|
227744
227750
|
//# sourceMappingURL=dvb.cjs.map
|
|
227745
227751
|
|
|
227746
|
-
//# debugId=
|
|
227752
|
+
//# debugId=35cbadd4-5276-5c02-8170-7d7eff92c34c
|