@boxes-dev/dvb-runtime 1.0.752 → 1.0.754
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]="ca2066fb-a057-5724-b8ef-164506b49a70")}catch(e){}}();
|
|
4
4
|
|
|
5
5
|
var __create = Object.create;
|
|
6
6
|
var __defProp = Object.defineProperty;
|
|
@@ -74562,8 +74562,8 @@ var init_otel = __esm({
|
|
|
74562
74562
|
return trimmed && trimmed.length > 0 ? trimmed : void 0;
|
|
74563
74563
|
};
|
|
74564
74564
|
readBuildMetadata = () => {
|
|
74565
|
-
const rawPackageVersion = "1.0.
|
|
74566
|
-
const rawGitSha = "
|
|
74565
|
+
const rawPackageVersion = "1.0.754";
|
|
74566
|
+
const rawGitSha = "c28fb567e9ad21aa1ee8a927093cbb54f50cc13b";
|
|
74567
74567
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
74568
74568
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
74569
74569
|
return { packageVersion, gitSha };
|
|
@@ -112522,9 +112522,9 @@ var init_sentry = __esm({
|
|
|
112522
112522
|
uncaughtExceptionMonitorInstalled = false;
|
|
112523
112523
|
currentDevboxSentryUser = null;
|
|
112524
112524
|
readBuildMetadata2 = () => {
|
|
112525
|
-
const rawPackageVersion = "1.0.
|
|
112526
|
-
const rawGitSha = "
|
|
112527
|
-
const rawSentryRelease = "boxes-dev-dvb@1.0.
|
|
112525
|
+
const rawPackageVersion = "1.0.754";
|
|
112526
|
+
const rawGitSha = "c28fb567e9ad21aa1ee8a927093cbb54f50cc13b";
|
|
112527
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.754+c28fb567e9ad21aa1ee8a927093cbb54f50cc13b";
|
|
112528
112528
|
const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
|
|
112529
112529
|
const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
|
|
112530
112530
|
const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
|
|
@@ -118638,7 +118638,7 @@ var init_packageVersion = __esm({
|
|
|
118638
118638
|
return import_node_path16.default.join(process.cwd(), "dvb");
|
|
118639
118639
|
};
|
|
118640
118640
|
readEmbeddedPackageVersion = () => {
|
|
118641
|
-
const raw = "1.0.
|
|
118641
|
+
const raw = "1.0.754";
|
|
118642
118642
|
return trimVersion(raw);
|
|
118643
118643
|
};
|
|
118644
118644
|
readNearestPackageMetadata = (basePath) => {
|
|
@@ -186434,7 +186434,7 @@ var init_managedCodex = __esm({
|
|
|
186434
186434
|
init_devboxCore();
|
|
186435
186435
|
init_setupTooling();
|
|
186436
186436
|
MANAGED_CODEX_PACKAGE_NAME = "@openai/codex";
|
|
186437
|
-
MANAGED_CODEX_VERSION = "0.
|
|
186437
|
+
MANAGED_CODEX_VERSION = "0.138.0";
|
|
186438
186438
|
managedCodexEnsureCache = /* @__PURE__ */ new Map();
|
|
186439
186439
|
resolveManagedCodexRootDir = (homeDir2 = import_node_os15.default.homedir(), accountScope) => accountScope ? resolveDevboxAccountCodexDir({ accountScope, homeDir: homeDir2 }) : import_node_path37.default.join(resolveDevboxDir(homeDir2), "codex");
|
|
186440
186440
|
resolveManagedCodexVersionsDir = (homeDir2 = import_node_os15.default.homedir(), accountScope) => import_node_path37.default.join(resolveManagedCodexRootDir(homeDir2, accountScope), "versions");
|
|
@@ -209734,4 +209734,4 @@ smol-toml/dist/index.js:
|
|
|
209734
209734
|
*/
|
|
209735
209735
|
//# sourceMappingURL=dvb.cjs.map
|
|
209736
209736
|
|
|
209737
|
-
//# debugId=
|
|
209737
|
+
//# debugId=ca2066fb-a057-5724-b8ef-164506b49a70
|