@haklex/rich-agent-core 0.14.1 → 0.15.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/index.mjs +5 -5
  2. package/package.json +9 -9
package/dist/index.mjs CHANGED
@@ -1415,28 +1415,28 @@ var agentStoreSelectors = {
1415
1415
  status: (state) => state.status
1416
1416
  };
1417
1417
  //#endregion
1418
- //#region \0@oxc-project+runtime@0.127.0/helpers/checkPrivateRedeclaration.js
1418
+ //#region \0@oxc-project+runtime@0.130.0/helpers/checkPrivateRedeclaration.js
1419
1419
  function _checkPrivateRedeclaration(e, t) {
1420
1420
  if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object");
1421
1421
  }
1422
1422
  //#endregion
1423
- //#region \0@oxc-project+runtime@0.127.0/helpers/classPrivateFieldInitSpec.js
1423
+ //#region \0@oxc-project+runtime@0.130.0/helpers/classPrivateFieldInitSpec.js
1424
1424
  function _classPrivateFieldInitSpec(e, t, a) {
1425
1425
  _checkPrivateRedeclaration(e, t), t.set(e, a);
1426
1426
  }
1427
1427
  //#endregion
1428
- //#region \0@oxc-project+runtime@0.127.0/helpers/assertClassBrand.js
1428
+ //#region \0@oxc-project+runtime@0.130.0/helpers/assertClassBrand.js
1429
1429
  function _assertClassBrand(e, t, n) {
1430
1430
  if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n;
1431
1431
  throw new TypeError("Private element is not present on this object");
1432
1432
  }
1433
1433
  //#endregion
1434
- //#region \0@oxc-project+runtime@0.127.0/helpers/classPrivateFieldGet2.js
1434
+ //#region \0@oxc-project+runtime@0.130.0/helpers/classPrivateFieldGet2.js
1435
1435
  function _classPrivateFieldGet2(s, a) {
1436
1436
  return s.get(_assertClassBrand(s, a));
1437
1437
  }
1438
1438
  //#endregion
1439
- //#region \0@oxc-project+runtime@0.127.0/helpers/classPrivateFieldSet2.js
1439
+ //#region \0@oxc-project+runtime@0.130.0/helpers/classPrivateFieldSet2.js
1440
1440
  function _classPrivateFieldSet2(s, a, r) {
1441
1441
  return s.set(_assertClassBrand(s, a), r), r;
1442
1442
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haklex/rich-agent-core",
3
- "version": "0.14.1",
3
+ "version": "0.15.0",
4
4
  "description": "Headless AI agent protocol, diff engine, and store for Lexical editor",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,21 +20,21 @@
20
20
  "dist"
21
21
  ],
22
22
  "dependencies": {
23
- "nanoid": "^5.1.9",
24
- "zustand": "^5.0.12",
25
- "@haklex/rich-litexml": "0.14.1"
23
+ "nanoid": "^5.1.11",
24
+ "zustand": "^5.0.13",
25
+ "@haklex/rich-litexml": "0.15.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "lexical": "^0.44.0",
29
29
  "typescript": "^5.9.3",
30
- "vite": "^8.0.10",
31
- "vite-plugin-dts": "^4.5.4",
32
- "vitest": "^4.1.5",
33
- "@haklex/rich-editor": "0.14.1"
30
+ "unplugin-dts": "^1.0.1",
31
+ "vite": "^8.0.13",
32
+ "vitest": "^4.1.7",
33
+ "@haklex/rich-editor": "0.15.0"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "lexical": "^0.44.0",
37
- "@haklex/rich-editor": "0.14.1"
37
+ "@haklex/rich-editor": "0.15.0"
38
38
  },
39
39
  "publishConfig": {
40
40
  "access": "public"