@getmonoceros/workbench 1.37.9 → 1.37.10

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.js CHANGED
@@ -8971,7 +8971,7 @@ var CLI_VERSION;
8971
8971
  var init_version = __esm({
8972
8972
  "src/version.ts"() {
8973
8973
  "use strict";
8974
- CLI_VERSION = true ? "1.37.9" : "dev";
8974
+ CLI_VERSION = true ? "1.37.10" : "dev";
8975
8975
  }
8976
8976
  });
8977
8977
 
@@ -10000,7 +10000,7 @@ var init_notifier = __esm({
10000
10000
  init_machine_state();
10001
10001
  PACKAGE = "@getmonoceros/workbench";
10002
10002
  REGISTRY_URL = `https://registry.npmjs.org/${PACKAGE}/latest`;
10003
- INSTALL_COMMAND = "curl -fsSL https://raw.githubusercontent.com/getmonoceros/workbench/main/install.sh | bash";
10003
+ INSTALL_COMMAND = "curl -fsSL https://raw.githubusercontent.com/getmonoceros/workbench/main/installer/install.sh | bash";
10004
10004
  CHECK_INTERVAL_MS = 24 * 60 * 60 * 1e3;
10005
10005
  OPT_OUT_ENV = "MONOCEROS_NO_UPDATE_NOTIFIER";
10006
10006
  FETCH_TIMEOUT_MS = 5e3;