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