@haklex/rich-compose 0.16.0 → 0.16.1
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/package.json +22 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haklex/rich-compose",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.1",
|
|
4
4
|
"description": "Compose primitives for haklex rich content renderers — Gundam-style assembly of Lexical nodes, sync/lazy renderers, and Provider stacks.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -261,25 +261,25 @@
|
|
|
261
261
|
],
|
|
262
262
|
"dependencies": {
|
|
263
263
|
"@lexical/headless": "^0.44.0",
|
|
264
|
-
"@haklex/rich-ext-
|
|
265
|
-
"@haklex/rich-ext-
|
|
266
|
-
"@haklex/rich-ext-
|
|
267
|
-
"@haklex/rich-ext-
|
|
268
|
-
"@haklex/rich-
|
|
269
|
-
"@haklex/rich-ext-
|
|
270
|
-
"@haklex/rich-
|
|
271
|
-
"@haklex/rich-renderer-
|
|
272
|
-
"@haklex/rich-
|
|
273
|
-
"@haklex/rich-
|
|
274
|
-
"@haklex/rich-renderer-
|
|
275
|
-
"@haklex/rich-renderer-
|
|
276
|
-
"@haklex/rich-renderer-
|
|
277
|
-
"@haklex/rich-
|
|
278
|
-
"@haklex/rich-renderer-
|
|
279
|
-
"@haklex/rich-renderer-
|
|
280
|
-
"@haklex/rich-renderer-
|
|
281
|
-
"@haklex/rich-renderer-
|
|
282
|
-
"@haklex/rich-style-token": "0.16.
|
|
264
|
+
"@haklex/rich-ext-chat": "0.16.1",
|
|
265
|
+
"@haklex/rich-ext-embed": "0.16.1",
|
|
266
|
+
"@haklex/rich-ext-excalidraw": "0.16.1",
|
|
267
|
+
"@haklex/rich-ext-code-snippet": "0.16.1",
|
|
268
|
+
"@haklex/rich-ext-nested-doc": "0.16.1",
|
|
269
|
+
"@haklex/rich-ext-gallery": "0.16.1",
|
|
270
|
+
"@haklex/rich-ext-poll": "0.16.1",
|
|
271
|
+
"@haklex/rich-renderer-banner": "0.16.1",
|
|
272
|
+
"@haklex/rich-litexml": "0.16.1",
|
|
273
|
+
"@haklex/rich-renderer-alert": "0.16.1",
|
|
274
|
+
"@haklex/rich-renderer-codeblock": "0.16.1",
|
|
275
|
+
"@haklex/rich-renderer-linkcard": "0.16.1",
|
|
276
|
+
"@haklex/rich-renderer-image": "0.16.1",
|
|
277
|
+
"@haklex/rich-renderer-katex": "0.16.1",
|
|
278
|
+
"@haklex/rich-renderer-mention": "0.16.1",
|
|
279
|
+
"@haklex/rich-renderer-mermaid": "0.16.1",
|
|
280
|
+
"@haklex/rich-renderer-ruby": "0.16.1",
|
|
281
|
+
"@haklex/rich-renderer-video": "0.16.1",
|
|
282
|
+
"@haklex/rich-style-token": "0.16.1"
|
|
283
283
|
},
|
|
284
284
|
"devDependencies": {
|
|
285
285
|
"@lexical/react": "^0.44.0",
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
"unplugin-dts": "^1.0.1",
|
|
296
296
|
"vite": "^8.0.13",
|
|
297
297
|
"vitest": "^4.1.7",
|
|
298
|
-
"@haklex/rich-editor": "0.16.
|
|
298
|
+
"@haklex/rich-editor": "0.16.1"
|
|
299
299
|
},
|
|
300
300
|
"peerDependencies": {
|
|
301
301
|
"@lexical/react": "^0.44.0",
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
"lucide-react": "^1.0.0",
|
|
304
304
|
"react": ">=19",
|
|
305
305
|
"react-dom": ">=19",
|
|
306
|
-
"@haklex/rich-editor": "0.16.
|
|
306
|
+
"@haklex/rich-editor": "0.16.1"
|
|
307
307
|
},
|
|
308
308
|
"publishConfig": {
|
|
309
309
|
"access": "public"
|