@sma1lboy/kobe 0.8.90 → 0.8.91

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.
@@ -249,7 +249,7 @@ function defaultPtyHostPidPath(homeDir = readRoveEnv("HOME_DIR") ?? homedir()) {
249
249
  function defaultPtyExitsPath(homeDir = readRoveEnv("HOME_DIR") ?? homedir()) {
250
250
  return join(homeDir, COMPAT_STATE_DIR_BASENAME, "pty-exits.json");
251
251
  }
252
- // ../kobe-plugin-sdk/src/contract.ts
252
+ // ../kobe-plugin-sdk/dist/contract.js
253
253
  var DAEMON_CHANNELS = [
254
254
  "task.snapshot",
255
255
  "issue.snapshot",