@fileverse-dev/ddoc 4.1.12-menubar-5 → 4.2.0-durability-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/dist/{index-DWI3-T75.mjs → index-BREkA3S3.mjs} +21976 -21945
- package/dist/{index-DvBqPqhC.mjs → index-CioSbJ2V.mjs} +1 -1
- package/dist/index.es.js +1 -1
- package/dist/{markdown-source-pane-BywaJO6j.mjs → markdown-source-pane-yIzyW1Ll.mjs} +2 -2
- package/dist/package/hooks/use-tab-editor.d.ts +3 -2
- package/dist/package/hooks/use-yjs-setup.d.ts +1 -0
- package/dist/package/sync-local/SyncManager.d.ts +12 -7
- package/dist/package/sync-local/floor.d.ts +6 -0
- package/dist/package/sync-local/socketClient.d.ts +21 -7
- package/dist/package/sync-local/types/index.d.ts +41 -9
- package/dist/package/use-ddoc-editor.d.ts +1 -0
- package/dist/{split-view-toolbar-Ikwoly83.mjs → split-view-toolbar-BwZg4Gmd.mjs} +2 -2
- package/dist/style.css +1 -1
- package/package.json +3 -4
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@fileverse-dev/ddoc",
|
|
3
3
|
"private": false,
|
|
4
4
|
"description": "DDoc",
|
|
5
|
-
"version": "4.
|
|
5
|
+
"version": "4.2.0-durability-1",
|
|
6
6
|
"main": "dist/index.es.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
8
8
|
"exports": {
|
|
@@ -121,7 +121,6 @@
|
|
|
121
121
|
"y-indexeddb": "^9.0.12",
|
|
122
122
|
"y-prosemirror": "^1.2.5",
|
|
123
123
|
"y-protocols": "^1.0.6",
|
|
124
|
-
"y-webrtc": "^10.3.0",
|
|
125
124
|
"yjs": "^13.6.15",
|
|
126
125
|
"zustand": "^5.0.12"
|
|
127
126
|
},
|
|
@@ -131,7 +130,7 @@
|
|
|
131
130
|
"@dnd-kit/utilities": ">=3.2.2",
|
|
132
131
|
"@fileverse/crypto": ">=0.0.21",
|
|
133
132
|
"@fileverse/ens": "0.0.4",
|
|
134
|
-
"@fileverse/ui": "5.
|
|
133
|
+
"@fileverse/ui": "5.2.0",
|
|
135
134
|
"framer-motion": ">=11.2.10",
|
|
136
135
|
"frimousse": ">=0.3.0",
|
|
137
136
|
"mermaid": "11.14.0",
|
|
@@ -167,4 +166,4 @@
|
|
|
167
166
|
"vite": "^5.0.0",
|
|
168
167
|
"vitest": "^2.1.0"
|
|
169
168
|
}
|
|
170
|
-
}
|
|
169
|
+
}
|