@haklex/rich-agent-core 0.18.0 → 0.20.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/index.mjs +5 -5
- package/package.json +8 -8
package/dist/index.mjs
CHANGED
|
@@ -1475,28 +1475,28 @@ var agentStoreSelectors = {
|
|
|
1475
1475
|
status: (state) => state.status
|
|
1476
1476
|
};
|
|
1477
1477
|
//#endregion
|
|
1478
|
-
//#region \0@oxc-project+runtime@0.
|
|
1478
|
+
//#region \0@oxc-project+runtime@0.132.0/helpers/checkPrivateRedeclaration.js
|
|
1479
1479
|
function _checkPrivateRedeclaration(e, t) {
|
|
1480
1480
|
if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object");
|
|
1481
1481
|
}
|
|
1482
1482
|
//#endregion
|
|
1483
|
-
//#region \0@oxc-project+runtime@0.
|
|
1483
|
+
//#region \0@oxc-project+runtime@0.132.0/helpers/classPrivateFieldInitSpec.js
|
|
1484
1484
|
function _classPrivateFieldInitSpec(e, t, a) {
|
|
1485
1485
|
_checkPrivateRedeclaration(e, t), t.set(e, a);
|
|
1486
1486
|
}
|
|
1487
1487
|
//#endregion
|
|
1488
|
-
//#region \0@oxc-project+runtime@0.
|
|
1488
|
+
//#region \0@oxc-project+runtime@0.132.0/helpers/assertClassBrand.js
|
|
1489
1489
|
function _assertClassBrand(e, t, n) {
|
|
1490
1490
|
if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n;
|
|
1491
1491
|
throw new TypeError("Private element is not present on this object");
|
|
1492
1492
|
}
|
|
1493
1493
|
//#endregion
|
|
1494
|
-
//#region \0@oxc-project+runtime@0.
|
|
1494
|
+
//#region \0@oxc-project+runtime@0.132.0/helpers/classPrivateFieldGet2.js
|
|
1495
1495
|
function _classPrivateFieldGet2(s, a) {
|
|
1496
1496
|
return s.get(_assertClassBrand(s, a));
|
|
1497
1497
|
}
|
|
1498
1498
|
//#endregion
|
|
1499
|
-
//#region \0@oxc-project+runtime@0.
|
|
1499
|
+
//#region \0@oxc-project+runtime@0.132.0/helpers/classPrivateFieldSet2.js
|
|
1500
1500
|
function _classPrivateFieldSet2(s, a, r) {
|
|
1501
1501
|
return s.set(_assertClassBrand(s, a), r), r;
|
|
1502
1502
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haklex/rich-agent-core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.20.0",
|
|
4
4
|
"description": "Headless AI agent protocol, diff engine, and store for Lexical editor",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -21,20 +21,20 @@
|
|
|
21
21
|
],
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"nanoid": "^5.1.11",
|
|
24
|
-
"zustand": "^5.0.
|
|
25
|
-
"@haklex/rich-litexml": "0.
|
|
24
|
+
"zustand": "^5.0.14",
|
|
25
|
+
"@haklex/rich-litexml": "0.20.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"lexical": "^0.
|
|
28
|
+
"lexical": "^0.45.0",
|
|
29
29
|
"typescript": "^5.9.3",
|
|
30
30
|
"unplugin-dts": "^1.0.1",
|
|
31
|
-
"vite": "^8.0.
|
|
31
|
+
"vite": "^8.0.14",
|
|
32
32
|
"vitest": "^4.1.7",
|
|
33
|
-
"@haklex/rich-editor": "0.
|
|
33
|
+
"@haklex/rich-editor": "0.20.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"lexical": "^0.
|
|
37
|
-
"@haklex/rich-editor": "0.
|
|
36
|
+
"lexical": "^0.45.0",
|
|
37
|
+
"@haklex/rich-editor": "0.20.0"
|
|
38
38
|
},
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|