@ekairos/events 1.22.53-beta.development.0 → 1.22.54-beta.development.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.
- package/dist/context.engine.js +1 -1
- package/package.json +2 -2
package/dist/context.engine.js
CHANGED
|
@@ -520,7 +520,7 @@ export class ContextEngine {
|
|
|
520
520
|
}
|
|
521
521
|
catch (error) {
|
|
522
522
|
const message = error instanceof Error ? error.message : String(error);
|
|
523
|
-
if (!message.includes("
|
|
523
|
+
if (!message.includes("can only be called inside a workflow function")) {
|
|
524
524
|
throw error;
|
|
525
525
|
}
|
|
526
526
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ekairos/events",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.54-beta.development.0",
|
|
4
4
|
"description": "Ekairos Events - Context-first workflow runtime",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
},
|
|
128
128
|
"dependencies": {
|
|
129
129
|
"@ai-sdk/openai": "^2.0.52",
|
|
130
|
-
"@ekairos/domain": "^1.22.
|
|
130
|
+
"@ekairos/domain": "^1.22.54-beta.development.0",
|
|
131
131
|
"@instantdb/admin": "0.22.158",
|
|
132
132
|
"@instantdb/core": "0.22.142",
|
|
133
133
|
"@vercel/mcp-adapter": "^1.0.0",
|