@kerebron/extension-odt 0.6.6 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -66,7 +66,7 @@ TODO
66
66
  To generate npm packages
67
67
 
68
68
  ```sh
69
- deno -A ./build/build_npm.ts
69
+ deno -A ./utils/build_npm.ts
70
70
  ```
71
71
 
72
72
  ## Run through docker
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kerebron/extension-odt",
3
- "version": "0.6.6",
3
+ "version": "0.7.0",
4
4
  "license": "MIT",
5
5
  "module": "./esm/ExtensionOdt.js",
6
6
  "exports": {
@@ -14,8 +14,8 @@
14
14
  "src"
15
15
  ],
16
16
  "dependencies": {
17
- "@kerebron/editor": "0.6.6",
18
- "@kerebron/odt-wasm": "0.6.6",
17
+ "@kerebron/editor": "0.7.0",
18
+ "@kerebron/odt-wasm": "0.7.0",
19
19
  "prosemirror-model": "1.25.3",
20
20
  "prosemirror-state": "1.4.3"
21
21
  },