@boxes-dev/dvb 1.0.188 → 1.0.190

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/dvbd.cjs CHANGED
@@ -3043,7 +3043,7 @@ var isSemverGreater = (candidateVersion, currentVersion) => {
3043
3043
  };
3044
3044
 
3045
3045
  // src/bootstrap/runtimeManager.ts
3046
- var MIN_NODE_MAJOR = 24;
3046
+ var MIN_NODE_MAJOR = 22;
3047
3047
  var RUNTIME_PACKAGE_NAME = "@boxes-dev/dvb-runtime";
3048
3048
  var RUNTIME_MANIFEST_URL = `https://registry.npmjs.org/${encodeURIComponent(RUNTIME_PACKAGE_NAME)}/latest`;
3049
3049
  var FETCH_TIMEOUT_MS = 1e4;