@curaious/uno 0.1.21 → 0.2.0

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.
@@ -111,6 +111,8 @@ services:
111
111
  uno-restate-service:
112
112
  image: ${UNO_IMAGE:-praveenraj9495/uno-gateway:latest}
113
113
  command: ["restate-worker"]
114
+ ports:
115
+ - "9080:9080" # Backend API
114
116
  env_file:
115
117
  - env_vars
116
118
  depends_on:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curaious/uno",
3
- "version": "0.1.21",
3
+ "version": "0.2.0",
4
4
  "description": "Uno - AI Gateway and Agent Framework",
5
5
  "bin": {
6
6
  "uno": "./bin/cli.js"