@heungtae/codex-chat-bridge 0.1.2 → 0.1.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/Cargo.lock CHANGED
@@ -231,7 +231,7 @@ checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
231
231
 
232
232
  [[package]]
233
233
  name = "codex-chat-bridge"
234
- version = "0.1.0"
234
+ version = "0.1.3"
235
235
  dependencies = [
236
236
  "anyhow",
237
237
  "async-stream",
package/Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "codex-chat-bridge"
3
- version = "0.1.0"
3
+ version = "0.1.3"
4
4
  edition = "2024"
5
5
  license = "Apache-2.0"
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heungtae/codex-chat-bridge",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Responses-to-chat/completions bridge for Codex workflows",
5
5
  "license": "Apache-2.0",
6
6
  "type": "commonjs",