@orchestero/codex-gateway 0.0.3 → 0.0.5

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @orchestero/codex-gateway
2
2
 
3
+ ## 0.0.5
4
+ ### Patch Changes
5
+
6
+
7
+
8
+ - [#18](https://github.com/phuctm97/orchestero/pull/18) [`69c3920`](https://github.com/phuctm97/orchestero/commit/69c392010b904cc6b1dd6a86ef1513a9b65378d1) Thanks [@phuctm97](https://github.com/phuctm97)! - Retry npm package releases with corrected publish paths.
9
+
10
+ ## 0.0.4
11
+ ### Patch Changes
12
+
13
+
14
+
15
+ - [#16](https://github.com/phuctm97/orchestero/pull/16) [`336bb02`](https://github.com/phuctm97/orchestero/commit/336bb024ddd8be8e094399d648a5f9afb7fa26ef) Thanks [@phuctm97](https://github.com/phuctm97)! - Publish packages to npm with trusted publishing.
16
+
3
17
  ## 0.0.3
4
18
  ### Patch Changes
5
19
 
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@orchestero/codex-gateway","version":"0.0.3","type":"module","publishConfig":{"access":"public","registry":"https://registry.npmjs.org"},"repository":{"type":"git","url":"git+https://github.com/phuctm97/orchestero.git","directory":"packages/codex-gateway"},"main":"lib/main.ts","files":["lib","CHANGELOG.md"],"dependencies":{"@chat-adapter/state-memory":"^4.31.0","@chat-adapter/state-pg":"^4.31.0","@chat-adapter/telegram":"^4.31.0","chat":"^4.31.0","hono":"^4.12.27","pg":"^8.22.0","zod":"^4.4.3"}}
1
+ {"name":"@orchestero/codex-gateway","version":"0.0.5","type":"module","publishConfig":{"access":"public","registry":"https://registry.npmjs.org"},"repository":{"type":"git","url":"git+https://github.com/phuctm97/orchestero.git","directory":"packages/codex-gateway"},"main":"lib/main.ts","files":["lib","CHANGELOG.md"],"dependencies":{"@chat-adapter/state-memory":"^4.31.0","@chat-adapter/state-pg":"^4.31.0","@chat-adapter/telegram":"^4.31.0","chat":"^4.31.0","hono":"^4.12.27","pg":"^8.22.0","zod":"^4.4.3"}}