@haklex/rich-compose 0.6.2 → 0.7.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/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haklex/rich-compose",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
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",
|
|
@@ -177,24 +177,24 @@
|
|
|
177
177
|
],
|
|
178
178
|
"dependencies": {
|
|
179
179
|
"@lexical/headless": "^0.44.0",
|
|
180
|
-
"@haklex/rich-ext-chat": "0.
|
|
181
|
-
"@haklex/rich-ext-
|
|
182
|
-
"@haklex/rich-ext-
|
|
183
|
-
"@haklex/rich-ext-
|
|
184
|
-
"@haklex/rich-ext-
|
|
185
|
-
"@haklex/rich-ext-
|
|
186
|
-
"@haklex/rich-
|
|
187
|
-
"@haklex/rich-
|
|
188
|
-
"@haklex/rich-renderer-
|
|
189
|
-
"@haklex/rich-renderer-
|
|
190
|
-
"@haklex/rich-renderer-
|
|
191
|
-
"@haklex/rich-renderer-
|
|
192
|
-
"@haklex/rich-renderer-
|
|
193
|
-
"@haklex/rich-renderer-
|
|
194
|
-
"@haklex/rich-renderer-
|
|
195
|
-
"@haklex/rich-
|
|
196
|
-
"@haklex/rich-renderer-
|
|
197
|
-
"@haklex/rich-
|
|
180
|
+
"@haklex/rich-ext-chat": "0.7.0",
|
|
181
|
+
"@haklex/rich-ext-code-snippet": "0.7.0",
|
|
182
|
+
"@haklex/rich-ext-embed": "0.7.0",
|
|
183
|
+
"@haklex/rich-ext-excalidraw": "0.7.0",
|
|
184
|
+
"@haklex/rich-ext-gallery": "0.7.0",
|
|
185
|
+
"@haklex/rich-ext-nested-doc": "0.7.0",
|
|
186
|
+
"@haklex/rich-ext-poll": "0.7.0",
|
|
187
|
+
"@haklex/rich-renderer-banner": "0.7.0",
|
|
188
|
+
"@haklex/rich-renderer-alert": "0.7.0",
|
|
189
|
+
"@haklex/rich-renderer-codeblock": "0.7.0",
|
|
190
|
+
"@haklex/rich-renderer-image": "0.7.0",
|
|
191
|
+
"@haklex/rich-renderer-linkcard": "0.7.0",
|
|
192
|
+
"@haklex/rich-renderer-mention": "0.7.0",
|
|
193
|
+
"@haklex/rich-renderer-katex": "0.7.0",
|
|
194
|
+
"@haklex/rich-renderer-mermaid": "0.7.0",
|
|
195
|
+
"@haklex/rich-style-token": "0.7.0",
|
|
196
|
+
"@haklex/rich-renderer-video": "0.7.0",
|
|
197
|
+
"@haklex/rich-renderer-ruby": "0.7.0"
|
|
198
198
|
},
|
|
199
199
|
"devDependencies": {
|
|
200
200
|
"@lexical/react": "^0.44.0",
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"vite": "^8.0.10",
|
|
211
211
|
"vite-plugin-dts": "^4.5.4",
|
|
212
212
|
"vitest": "^4.1.5",
|
|
213
|
-
"@haklex/rich-editor": "0.
|
|
213
|
+
"@haklex/rich-editor": "0.7.0"
|
|
214
214
|
},
|
|
215
215
|
"peerDependencies": {
|
|
216
216
|
"@lexical/react": "^0.44.0",
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"lucide-react": "^1.0.0",
|
|
219
219
|
"react": ">=19",
|
|
220
220
|
"react-dom": ">=19",
|
|
221
|
-
"@haklex/rich-editor": "0.
|
|
221
|
+
"@haklex/rich-editor": "0.7.0"
|
|
222
222
|
},
|
|
223
223
|
"publishConfig": {
|
|
224
224
|
"access": "public"
|