@boxes-dev/dvb-runtime 1.0.912 → 1.0.913

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.mjs CHANGED
@@ -95582,8 +95582,8 @@ var init_otel = __esm({
95582
95582
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
95583
95583
  };
95584
95584
  readBuildMetadata = () => {
95585
- const rawPackageVersion = "1.0.912";
95586
- const rawGitSha = "2a92cea8c0593bc405bd5c63eb04f687ecc18a55";
95585
+ const rawPackageVersion = "1.0.913";
95586
+ const rawGitSha = "0b23ca40229ba08ec10240ec405b31e42ec05428";
95587
95587
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
95588
95588
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
95589
95589
  return { packageVersion, gitSha };
@@ -127984,9 +127984,9 @@ var init_sentry = __esm({
127984
127984
  uncaughtExceptionMonitorInstalled = false;
127985
127985
  currentDevboxSentryUser = null;
127986
127986
  readBuildMetadata2 = () => {
127987
- const rawPackageVersion = "1.0.912";
127988
- const rawGitSha = "2a92cea8c0593bc405bd5c63eb04f687ecc18a55";
127989
- const rawSentryRelease = "boxes-dev-dvb@1.0.912+2a92cea8c0593bc405bd5c63eb04f687ecc18a55";
127987
+ const rawPackageVersion = "1.0.913";
127988
+ const rawGitSha = "0b23ca40229ba08ec10240ec405b31e42ec05428";
127989
+ const rawSentryRelease = "boxes-dev-dvb@1.0.913+0b23ca40229ba08ec10240ec405b31e42ec05428";
127990
127990
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
127991
127991
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
127992
127992
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -136816,7 +136816,7 @@ var init_packageVersion = __esm({
136816
136816
  return path17.join(process.cwd(), "dvb");
136817
136817
  };
136818
136818
  readEmbeddedPackageVersion = () => {
136819
- const raw = "1.0.912";
136819
+ const raw = "1.0.913";
136820
136820
  return trimVersion(raw);
136821
136821
  };
136822
136822
  readNearestPackageMetadata = (basePath) => {
package/dist/bin/dvbd.mjs CHANGED
@@ -92318,8 +92318,8 @@ var init_otel = __esm({
92318
92318
  return trimmed && trimmed.length > 0 ? trimmed : void 0;
92319
92319
  };
92320
92320
  readBuildMetadata = () => {
92321
- const rawPackageVersion = "1.0.912";
92322
- const rawGitSha = "2a92cea8c0593bc405bd5c63eb04f687ecc18a55";
92321
+ const rawPackageVersion = "1.0.913";
92322
+ const rawGitSha = "0b23ca40229ba08ec10240ec405b31e42ec05428";
92323
92323
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
92324
92324
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
92325
92325
  return { packageVersion, gitSha };
@@ -124614,9 +124614,9 @@ var init_sentry = __esm({
124614
124614
  uncaughtExceptionMonitorInstalled = false;
124615
124615
  currentDevboxSentryUser = null;
124616
124616
  readBuildMetadata2 = () => {
124617
- const rawPackageVersion = "1.0.912";
124618
- const rawGitSha = "2a92cea8c0593bc405bd5c63eb04f687ecc18a55";
124619
- const rawSentryRelease = "boxes-dev-dvb@1.0.912+2a92cea8c0593bc405bd5c63eb04f687ecc18a55";
124617
+ const rawPackageVersion = "1.0.913";
124618
+ const rawGitSha = "0b23ca40229ba08ec10240ec405b31e42ec05428";
124619
+ const rawSentryRelease = "boxes-dev-dvb@1.0.913+0b23ca40229ba08ec10240ec405b31e42ec05428";
124620
124620
  const packageVersion = typeof rawPackageVersion === "string" ? rawPackageVersion : void 0;
124621
124621
  const gitSha = typeof rawGitSha === "string" ? rawGitSha : void 0;
124622
124622
  const sentryRelease = typeof rawSentryRelease === "string" ? rawSentryRelease : void 0;
@@ -130268,7 +130268,7 @@ var init_packageVersion = __esm({
130268
130268
  return path8.join(process.cwd(), "dvb");
130269
130269
  };
130270
130270
  readEmbeddedPackageVersion = () => {
130271
- const raw = "1.0.912";
130271
+ const raw = "1.0.913";
130272
130272
  return trimVersion(raw);
130273
130273
  };
130274
130274
  readNearestPackageMetadata = (basePath) => {
@@ -299,7 +299,11 @@ enabled, all team members can copy the current static IP and read the configured
299
299
  destinations. Team admins can add or remove exact public hostnames or public
300
300
  IPv4 addresses with exact TCP ports, such as `db.example.com` or `1.1.1.1` on
301
301
  `5432`. Wildcards, private or reserved IP addresses, IP ranges, port ranges,
302
- IPv6, and UDP are not supported. When the feature or its current policy is
302
+ IPv6, and UDP are not supported. Policy, suspension, wake, and destination
303
+ changes are pushed to the gateway and running devboxes as soon as they happen;
304
+ periodic safety checks still recover a missed notification. Control-plane
305
+ authorization lasts at most ten minutes, and a destination's DNS expiry can
306
+ make the effective lease shorter. When the feature or its current policy is
303
307
  unavailable and no valid lease is already applied, configured destinations fail
304
308
  closed while unrelated runtime traffic continues normally. A temporary policy
305
309
  or hostname refresh problem can preserve the exact already-applied path only
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boxes-dev/dvb-runtime",
3
- "version": "1.0.912",
3
+ "version": "1.0.913",
4
4
  "type": "module",
5
5
  "license": "UNLICENSED",
6
6
  "imports": {
@@ -79,5 +79,5 @@
79
79
  "e2b": "^2.18.0",
80
80
  "ink-testing-library": "^4.0.0"
81
81
  },
82
- "devboxReleasedAt": "2026-08-07T05:26:40Z"
82
+ "devboxReleasedAt": "2026-08-07T18:00:17Z"
83
83
  }