codex-to-im 1.0.15 → 1.0.16

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.mjs CHANGED
@@ -86,7 +86,7 @@ function getBridgeStatus() {
86
86
  return {
87
87
  ...status,
88
88
  pid,
89
- running: status.running ?? true
89
+ running: true
90
90
  };
91
91
  }
92
92
  function getUiServerStatus() {
@@ -5838,7 +5838,7 @@ function getBridgeStatus() {
5838
5838
  return {
5839
5839
  ...status,
5840
5840
  pid,
5841
- running: status.running ?? true
5841
+ running: true
5842
5842
  };
5843
5843
  }
5844
5844
  function getUiServerStatus() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codex-to-im",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "Installable Codex-to-IM bridge with local setup UI and background service",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/zhangle1987/codex-to-im#readme",