@ekairos/events 1.22.50-beta.development.0 → 1.22.52-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.
Files changed (2) hide show
  1. package/dist/schema.d.ts +3 -3
  2. package/package.json +2 -2
package/dist/schema.d.ts CHANGED
@@ -221,7 +221,7 @@ export declare const eventsDomain: import("@ekairos/domain").DomainSchemaResult<
221
221
  readonly label: "stream";
222
222
  };
223
223
  readonly reverse: {
224
- readonly on: any;
224
+ readonly on: "$streams";
225
225
  readonly has: "many";
226
226
  readonly label: "step";
227
227
  };
@@ -233,7 +233,7 @@ export declare const eventsDomain: import("@ekairos/domain").DomainSchemaResult<
233
233
  readonly label: "activeStream";
234
234
  };
235
235
  readonly reverse: {
236
- readonly on: any;
236
+ readonly on: "$streams";
237
237
  readonly has: "many";
238
238
  readonly label: "activeOf";
239
239
  };
@@ -245,7 +245,7 @@ export declare const eventsDomain: import("@ekairos/domain").DomainSchemaResult<
245
245
  readonly label: "lastStream";
246
246
  };
247
247
  readonly reverse: {
248
- readonly on: any;
248
+ readonly on: "$streams";
249
249
  readonly has: "many";
250
250
  readonly label: "lastOf";
251
251
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ekairos/events",
3
- "version": "1.22.50-beta.development.0",
3
+ "version": "1.22.52-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.50-beta.development.0",
130
+ "@ekairos/domain": "^1.22.52-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",