@haklex/rich-compose 0.9.1 → 0.9.3
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 +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haklex/rich-compose",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.3",
|
|
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",
|
|
@@ -254,24 +254,24 @@
|
|
|
254
254
|
],
|
|
255
255
|
"dependencies": {
|
|
256
256
|
"@lexical/headless": "^0.44.0",
|
|
257
|
-
"@haklex/rich-ext-
|
|
258
|
-
"@haklex/rich-ext-
|
|
259
|
-
"@haklex/rich-ext-code-snippet": "0.9.
|
|
260
|
-
"@haklex/rich-ext-
|
|
261
|
-
"@haklex/rich-
|
|
262
|
-
"@haklex/rich-ext-poll": "0.9.
|
|
263
|
-
"@haklex/rich-renderer-
|
|
264
|
-
"@haklex/rich-
|
|
265
|
-
"@haklex/rich-renderer-
|
|
266
|
-
"@haklex/rich-renderer-
|
|
267
|
-
"@haklex/rich-renderer-
|
|
268
|
-
"@haklex/rich-renderer-
|
|
269
|
-
"@haklex/rich-
|
|
270
|
-
"@haklex/rich-renderer-mermaid": "0.9.
|
|
271
|
-
"@haklex/rich-
|
|
272
|
-
"@haklex/rich-renderer-
|
|
273
|
-
"@haklex/rich-
|
|
274
|
-
"@haklex/rich-
|
|
257
|
+
"@haklex/rich-ext-excalidraw": "0.9.3",
|
|
258
|
+
"@haklex/rich-ext-chat": "0.9.3",
|
|
259
|
+
"@haklex/rich-ext-code-snippet": "0.9.3",
|
|
260
|
+
"@haklex/rich-ext-gallery": "0.9.3",
|
|
261
|
+
"@haklex/rich-ext-embed": "0.9.3",
|
|
262
|
+
"@haklex/rich-ext-poll": "0.9.3",
|
|
263
|
+
"@haklex/rich-renderer-alert": "0.9.3",
|
|
264
|
+
"@haklex/rich-renderer-banner": "0.9.3",
|
|
265
|
+
"@haklex/rich-renderer-codeblock": "0.9.3",
|
|
266
|
+
"@haklex/rich-renderer-linkcard": "0.9.3",
|
|
267
|
+
"@haklex/rich-renderer-image": "0.9.3",
|
|
268
|
+
"@haklex/rich-renderer-mention": "0.9.3",
|
|
269
|
+
"@haklex/rich-renderer-katex": "0.9.3",
|
|
270
|
+
"@haklex/rich-renderer-mermaid": "0.9.3",
|
|
271
|
+
"@haklex/rich-renderer-video": "0.9.3",
|
|
272
|
+
"@haklex/rich-renderer-ruby": "0.9.3",
|
|
273
|
+
"@haklex/rich-ext-nested-doc": "0.9.3",
|
|
274
|
+
"@haklex/rich-style-token": "0.9.3"
|
|
275
275
|
},
|
|
276
276
|
"devDependencies": {
|
|
277
277
|
"@lexical/react": "^0.44.0",
|
|
@@ -287,7 +287,7 @@
|
|
|
287
287
|
"vite": "^8.0.10",
|
|
288
288
|
"vite-plugin-dts": "^4.5.4",
|
|
289
289
|
"vitest": "^4.1.5",
|
|
290
|
-
"@haklex/rich-editor": "0.9.
|
|
290
|
+
"@haklex/rich-editor": "0.9.3"
|
|
291
291
|
},
|
|
292
292
|
"peerDependencies": {
|
|
293
293
|
"@lexical/react": "^0.44.0",
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
"lucide-react": "^1.0.0",
|
|
296
296
|
"react": ">=19",
|
|
297
297
|
"react-dom": ">=19",
|
|
298
|
-
"@haklex/rich-editor": "0.9.
|
|
298
|
+
"@haklex/rich-editor": "0.9.3"
|
|
299
299
|
},
|
|
300
300
|
"publishConfig": {
|
|
301
301
|
"access": "public"
|