@kerebron/extension-yjs 0.4.24 → 0.4.25

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -32,6 +32,7 @@ number of output npm modules.
32
32
  ### Build static examples and `.wasm` files
33
33
 
34
34
  ```sh
35
+ deno task -f @kerebron/odt-wasm build
35
36
  deno task -f @kerebron build
36
37
  ```
37
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kerebron/extension-yjs",
3
- "version": "0.4.24",
3
+ "version": "0.4.25",
4
4
  "license": "MIT",
5
5
  "module": "./esm/ExtensionYjs.js",
6
6
  "exports": {
@@ -13,8 +13,8 @@
13
13
  },
14
14
  "scripts": {},
15
15
  "dependencies": {
16
- "@kerebron/editor": "0.4.24",
17
- "@kerebron/extension-basic-editor": "0.4.24",
16
+ "@kerebron/editor": "0.4.25",
17
+ "@kerebron/extension-basic-editor": "0.4.25",
18
18
  "lib0": "0.2.109",
19
19
  "prosemirror-model": "1.25.3",
20
20
  "prosemirror-state": "1.4.3",