@curaious/uno 0.1.14 → 0.1.15

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.
@@ -102,7 +102,7 @@ services:
102
102
 
103
103
  uno-restate-service:
104
104
  image: ${UNO_IMAGE:-praveenraj9495/uno-gateway:latest}
105
- command: ["restate-service"]
105
+ command: ["restate-worker"]
106
106
  env_file:
107
107
  - env_vars
108
108
  depends_on:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curaious/uno",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
4
4
  "description": "Uno - AI Gateway and Agent Framework",
5
5
  "bin": {
6
6
  "uno": "./bin/cli.js"