cbrowser 8.5.1 → 8.5.3

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/cli.js CHANGED
@@ -914,7 +914,7 @@ async function main() {
914
914
  if (command === "status") {
915
915
  const fs = await import("fs");
916
916
  const path = await import("path");
917
- let version = "7.4.12";
917
+ let version = "8.5.1";
918
918
  // Try to read version from package.json at runtime
919
919
  try {
920
920
  const pkgPath = path.resolve(__dirname, "..", "package.json");