@smooai/smooth-operator-temporal 1.14.0 → 1.14.1

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smooai/smooth-operator-temporal",
3
- "version": "1.14.0",
3
+ "version": "1.14.1",
4
4
  "description": "Optional Temporal-backed durable execution backend for the smooth-operator agent engine (ADR-030). The TypeScript sibling of the Rust `smooth-operator-temporal` crate — an agent turn runs as a Temporal workflow whose model call and tool invocations are activities, driving the same `driveTurn` loop as the in-process executor.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -34,7 +34,7 @@
34
34
  "@temporalio/client": "^1.11.0",
35
35
  "@temporalio/worker": "^1.11.0",
36
36
  "@temporalio/workflow": "^1.11.0",
37
- "@smooai/smooth-operator-core": "1.14.0"
37
+ "@smooai/smooth-operator-core": "1.14.1"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@temporalio/testing": "^1.11.0",