@boxes-dev/dvb-runtime 1.0.691 → 1.0.692
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 +9 -9
- package/dist/bin/dvb.cjs.map +1 -1
- package/dist/bin/dvbd.cjs +6 -6
- package/package.json +2 -2
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]="f9853db1-7fdd-5901-b690-b056dc0b943c")}catch(e){}}();
|
|
4
4
|
|
|
5
5
|
var __create = Object.create;
|
|
6
6
|
var __defProp = Object.defineProperty;
|
|
@@ -67514,8 +67514,8 @@ var init_otel = __esm({
|
|
|
67514
67514
|
return trimmed && trimmed.length > 0 ? trimmed : void 0;
|
|
67515
67515
|
};
|
|
67516
67516
|
readBuildMetadata = () => {
|
|
67517
|
-
const rawPackageVersion = "1.0.
|
|
67518
|
-
const rawGitSha = "
|
|
67517
|
+
const rawPackageVersion = "1.0.692";
|
|
67518
|
+
const rawGitSha = "b0bf46b06abf909791a19aa0b023a2425bdb4fc2";
|
|
67519
67519
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
67520
67520
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
67521
67521
|
return { packageVersion, gitSha };
|
|
@@ -105481,9 +105481,9 @@ var init_sentry = __esm({
|
|
|
105481
105481
|
uncaughtExceptionMonitorInstalled = false;
|
|
105482
105482
|
currentDevboxSentryUser = null;
|
|
105483
105483
|
readBuildMetadata2 = () => {
|
|
105484
|
-
const rawPackageVersion = "1.0.
|
|
105485
|
-
const rawGitSha = "
|
|
105486
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
105484
|
+
const rawPackageVersion = "1.0.692";
|
|
105485
|
+
const rawGitSha = "b0bf46b06abf909791a19aa0b023a2425bdb4fc2";
|
|
105486
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.692+b0bf46b06abf909791a19aa0b023a2425bdb4fc2";
|
|
105487
105487
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
105488
105488
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
105489
105489
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|
|
@@ -111484,7 +111484,7 @@ var init_packageVersion = __esm({
|
|
|
111484
111484
|
return import_node_path13.default.join(process.cwd(), "dvb");
|
|
111485
111485
|
};
|
|
111486
111486
|
readEmbeddedPackageVersion = () => {
|
|
111487
|
-
const raw = "1.0.
|
|
111487
|
+
const raw = "1.0.692";
|
|
111488
111488
|
return trimVersion(raw);
|
|
111489
111489
|
};
|
|
111490
111490
|
readNearestPackageMetadata = (basePath) => {
|
|
@@ -178653,7 +178653,7 @@ var init_managedCodex = __esm({
|
|
|
178653
178653
|
init_devboxCore();
|
|
178654
178654
|
init_setupTooling();
|
|
178655
178655
|
MANAGED_CODEX_PACKAGE_NAME = "@openai/codex";
|
|
178656
|
-
MANAGED_CODEX_VERSION = "0.
|
|
178656
|
+
MANAGED_CODEX_VERSION = "0.130.0";
|
|
178657
178657
|
managedCodexEnsureCache = /* @__PURE__ */ new Map();
|
|
178658
178658
|
resolveManagedCodexRootDir = (homeDir2 = import_node_os15.default.homedir()) => import_node_path33.default.join(resolveDevboxDir(homeDir2), "codex");
|
|
178659
178659
|
resolveManagedCodexVersionsDir = (homeDir2 = import_node_os15.default.homedir()) => import_node_path33.default.join(resolveManagedCodexRootDir(homeDir2), "versions");
|
|
@@ -201442,4 +201442,4 @@ smol-toml/dist/index.js:
|
|
|
201442
201442
|
*/
|
|
201443
201443
|
//# sourceMappingURL=dvb.cjs.map
|
|
201444
201444
|
|
|
201445
|
-
//# debugId=
|
|
201445
|
+
//# debugId=f9853db1-7fdd-5901-b690-b056dc0b943c
|