@fileverse-dev/ddoc 1.5.6 → 1.5.7
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/README.md +1 -2
- package/dist/index.es.js +3349 -3331
- package/dist/index.umd.js +70 -70
- package/dist/packages/ddoc/components/slash-comand.d.ts +1 -1
- package/dist/packages/ddoc/use-ddoc-editor.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -65,5 +65,4 @@ The `Data` interface defines the structure of the data object that can be passed
|
|
|
65
65
|
|
|
66
66
|
It will open up a vite server, that will have the Ddoc Editor
|
|
67
67
|
|
|
68
|
-
|
|
69
|
-
⚠️ This repository is currently undergoing rapid development, with frequent updates and changes. We recommend not to use in production yet
|
|
68
|
+
⚠️ This repository is currently undergoing rapid development, with frequent updates and changes. We recommend not to use in production yet
|