@tiptap/pm 2.5.0-beta.2 → 2.5.0-beta.3

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.
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-changeset';
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-collab';
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-commands';
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-dropcursor';
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-gapcursor';
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-history';
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-inputrules';
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-keymap';
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-markdown';
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-menu';
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-model';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tiptap/pm",
3
3
  "description": "prosemirror wrapper package for tiptap",
4
- "version": "2.5.0-beta.2",
4
+ "version": "2.5.0-beta.3",
5
5
  "homepage": "https://tiptap.dev",
6
6
  "keywords": [
7
7
  "tiptap",
@@ -131,19 +131,19 @@
131
131
  "prosemirror-commands": "^1.5.2",
132
132
  "prosemirror-dropcursor": "^1.8.1",
133
133
  "prosemirror-gapcursor": "^1.3.2",
134
- "prosemirror-history": "^1.3.2",
135
- "prosemirror-inputrules": "^1.3.0",
134
+ "prosemirror-history": "^1.4.0",
135
+ "prosemirror-inputrules": "^1.4.0",
136
136
  "prosemirror-keymap": "^1.2.2",
137
- "prosemirror-markdown": "^1.12.0",
137
+ "prosemirror-markdown": "^1.13.0",
138
138
  "prosemirror-menu": "^1.2.4",
139
- "prosemirror-model": "^1.19.4",
139
+ "prosemirror-model": "1.21.0",
140
140
  "prosemirror-schema-basic": "^1.2.2",
141
- "prosemirror-schema-list": "^1.3.0",
141
+ "prosemirror-schema-list": "^1.4.0",
142
142
  "prosemirror-state": "^1.4.3",
143
- "prosemirror-tables": "^1.3.5",
143
+ "prosemirror-tables": "^1.3.7",
144
144
  "prosemirror-trailing-node": "^2.0.8",
145
- "prosemirror-transform": "^1.8.0",
146
- "prosemirror-view": "^1.32.7"
145
+ "prosemirror-transform": "^1.9.0",
146
+ "prosemirror-view": "^1.33.7"
147
147
  },
148
148
  "repository": {
149
149
  "type": "git",
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-schema-basic';
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-schema-list';
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-state';
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-tables';
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-trailing-node';
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-transform';
@@ -0,0 +1 @@
1
+ export * from 'prosemirror-view';