@openleaf-editor/plugins-table 0.1.0-beta.0 → 0.1.0-beta.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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openleaf-editor/plugins-table",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.1",
|
|
4
4
|
"description": "Opt-in table editing for OpenLeaf: cell selection, column resizing, row and column commands, and toolbar controls. The table schema itself lives in @openleaf-editor/core so every deployment reads tables faithfully.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"publishConfig": {
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"prosemirror-tables": "^1.6.4",
|
|
35
35
|
"prosemirror-transform": "^1.10.2",
|
|
36
36
|
"prosemirror-view": "^1.37.0",
|
|
37
|
-
"@openleaf-editor/core": "0.1.0-beta.
|
|
38
|
-
"@openleaf-editor/ui": "0.1.0-beta.
|
|
37
|
+
"@openleaf-editor/core": "0.1.0-beta.1",
|
|
38
|
+
"@openleaf-editor/ui": "0.1.0-beta.1"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "tsc -p tsconfig.json"
|