@boxes-dev/dvb-runtime 1.0.756 → 1.0.758
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 +16 -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]="7f257c41-468a-5d87-8fa2-6b7a9ae2655b")}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.758";
|
|
74566
|
+
const rawGitSha = "5c64439e47fb677bf8d9a9fd41afe216b8f81760";
|
|
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.758";
|
|
112526
|
+
const rawGitSha = "5c64439e47fb677bf8d9a9fd41afe216b8f81760";
|
|
112527
|
+
const rawSentryRelease = "boxes-dev-dvb@1.0.758+5c64439e47fb677bf8d9a9fd41afe216b8f81760";
|
|
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.758";
|
|
118642
118642
|
return trimVersion(raw);
|
|
118643
118643
|
};
|
|
118644
118644
|
readNearestPackageMetadata = (basePath) => {
|
|
@@ -186508,6 +186508,13 @@ var init_managedCodex = __esm({
|
|
|
186508
186508
|
env: env2,
|
|
186509
186509
|
nodeExecutable: process.execPath
|
|
186510
186510
|
});
|
|
186511
|
+
const installEnv = {
|
|
186512
|
+
...env2,
|
|
186513
|
+
NPM_CONFIG_MIN_RELEASE_AGE: "0",
|
|
186514
|
+
npm_config_min_release_age: "0"
|
|
186515
|
+
};
|
|
186516
|
+
delete installEnv.NPM_CONFIG_BEFORE;
|
|
186517
|
+
delete installEnv.npm_config_before;
|
|
186511
186518
|
await runCommandInheritedFn?.(
|
|
186512
186519
|
npmInvocation.command,
|
|
186513
186520
|
[
|
|
@@ -186523,7 +186530,7 @@ var init_managedCodex = __esm({
|
|
|
186523
186530
|
"--no-fund",
|
|
186524
186531
|
"--package-lock=false"
|
|
186525
186532
|
],
|
|
186526
|
-
{ env:
|
|
186533
|
+
{ env: installEnv }
|
|
186527
186534
|
);
|
|
186528
186535
|
};
|
|
186529
186536
|
promoteManagedCodexStage = async ({
|
|
@@ -209734,4 +209741,4 @@ smol-toml/dist/index.js:
|
|
|
209734
209741
|
*/
|
|
209735
209742
|
//# sourceMappingURL=dvb.cjs.map
|
|
209736
209743
|
|
|
209737
|
-
//# debugId=
|
|
209744
|
+
//# debugId=7f257c41-468a-5d87-8fa2-6b7a9ae2655b
|