ekairos 1.22.34-beta.development.0 → 1.22.35-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/README.md +5 -5
- package/package.json +5 -11
- package/dist/next.d.ts +0 -2
- package/dist/next.d.ts.map +0 -1
- package/dist/next.js +0 -18
- package/dist/next.js.map +0 -1
package/README.md
CHANGED
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
Convenience package that re-exports the main Ekairos surfaces.
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## Entry points
|
|
6
6
|
|
|
7
|
-
- `ekairos`
|
|
8
|
-
- `ekairos/context`
|
|
9
|
-
- `ekairos/dataset`
|
|
7
|
+
- `ekairos`
|
|
8
|
+
- `ekairos/context`
|
|
10
9
|
- `ekairos/domain`
|
|
10
|
+
- `ekairos/dataset`
|
|
11
11
|
|
|
12
12
|
## Example
|
|
13
13
|
|
|
14
14
|
```ts
|
|
15
15
|
import { createContext } from "ekairos/context";
|
|
16
16
|
|
|
17
|
-
const
|
|
17
|
+
const demo = createContext("demo")
|
|
18
18
|
.context((stored) => stored.content ?? {})
|
|
19
19
|
.narrative(() => "Demo context")
|
|
20
20
|
.actions(() => ({}))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ekairos",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.35-beta.development.0",
|
|
4
4
|
"description": "Ekairos - AI Stories and Workflows Runtime",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -57,12 +57,6 @@
|
|
|
57
57
|
"import": "./dist/runtime.js",
|
|
58
58
|
"require": "./dist/runtime.js",
|
|
59
59
|
"default": "./dist/runtime.js"
|
|
60
|
-
},
|
|
61
|
-
"./next": {
|
|
62
|
-
"types": "./dist/next.d.ts",
|
|
63
|
-
"import": "./dist/next.js",
|
|
64
|
-
"require": "./dist/next.js",
|
|
65
|
-
"default": "./dist/next.js"
|
|
66
60
|
}
|
|
67
61
|
},
|
|
68
62
|
"scripts": {
|
|
@@ -72,11 +66,11 @@
|
|
|
72
66
|
"typecheck": "tsc --noEmit"
|
|
73
67
|
},
|
|
74
68
|
"dependencies": {
|
|
75
|
-
"@ekairos/dataset": "^1.
|
|
76
|
-
"@ekairos/domain": "^1.22.
|
|
77
|
-
"@ekairos/events": "^1.22.
|
|
69
|
+
"@ekairos/dataset": "^1.22.35-beta.development.0",
|
|
70
|
+
"@ekairos/domain": "^1.22.35-beta.development.0",
|
|
71
|
+
"@ekairos/events": "^1.22.35-beta.development.0",
|
|
78
72
|
"@instantdb/admin": "0.22.126",
|
|
79
|
-
"ekairos-cli": "^1.22.
|
|
73
|
+
"ekairos-cli": "^1.22.35-beta.development.0"
|
|
80
74
|
},
|
|
81
75
|
"devDependencies": {
|
|
82
76
|
"@ekairos/tsconfig": "workspace:*",
|
package/dist/next.d.ts
DELETED
package/dist/next.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"next.d.ts","sourceRoot":"","sources":["../src/next.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC"}
|
package/dist/next.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
__exportStar(require("@ekairos/domain/next"), exports);
|
|
18
|
-
//# sourceMappingURL=next.js.map
|
package/dist/next.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"next.js","sourceRoot":"","sources":["../src/next.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uDAAqC"}
|