@fileverse-dev/ddoc 2.4.23-patch-2 → 2.4.24-patch-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.es.js CHANGED
@@ -1,4 +1,4 @@
1
- import { D as d, E as r, P as s, R as a, h as t, u as i } from "./index-C01YGTly.mjs";
1
+ import { D as d, E as r, P as s, R as a, h as t, u as i } from "./index-CZ7zQ17g.mjs";
2
2
  export {
3
3
  d as DdocEditor,
4
4
  r as Editor,
@@ -2,7 +2,6 @@ import { SyncMachineContext, SyncMachinEvent } from '../types';
2
2
  import { SocketClient } from '../socketClient';
3
3
 
4
4
  import * as awarenessProtocol from 'y-protocols/awareness';
5
- export declare const awarenessUpdateHandler: (context: SyncMachineContext, event: SyncMachinEvent) => {};
6
5
  export declare const initAwarenessHandler: (context: SyncMachineContext) => {
7
6
  awareness: awarenessProtocol.Awareness;
8
7
  _awarenessUpdateHandler: ({ added, updated, removed, }: {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/ddoc",
3
3
  "private": false,
4
4
  "description": "DDoc",
5
- "version": "2.4.23-patch-2",
5
+ "version": "2.4.24-patch-1",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {
@@ -77,6 +77,7 @@
77
77
  "@tiptap/suggestion": "2.9",
78
78
  "@types/uuid": "^10.0.0",
79
79
  "@ucans/ucans": "^0.12.0",
80
+ "@xstate-ninja/react": "^1.1.3",
80
81
  "@xstate/react": "^3.2.2",
81
82
  "base64-js": "^1.5.1",
82
83
  "classnames": "^2.5.1",
@@ -113,6 +114,7 @@
113
114
  "vite-plugin-dts": "^3.6.3",
114
115
  "ws": "^8.18.0",
115
116
  "xstate": "^4.38.2",
117
+ "xstate-ninja": "^1.3.10",
116
118
  "y-indexeddb": "^9.0.12",
117
119
  "y-prosemirror": "^1.2.5",
118
120
  "y-protocols": "^1.0.6",