@domternal/pm 0.6.0 → 0.6.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.
Files changed (1) hide show
  1. package/package.json +38 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@domternal/pm",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "ProseMirror package re-exports for Domternal",
5
5
  "author": "https://github.com/ThomasNowHere",
6
6
  "license": "MIT",
@@ -130,18 +130,42 @@
130
130
  },
131
131
  "typesVersions": {
132
132
  "*": {
133
- "commands": ["src/commands.d.ts"],
134
- "dropcursor": ["src/dropcursor.d.ts"],
135
- "gapcursor": ["src/gapcursor.d.ts"],
136
- "history": ["src/history.d.ts"],
137
- "inputrules": ["src/inputrules.d.ts"],
138
- "keymap": ["src/keymap.d.ts"],
139
- "model": ["src/model.d.ts"],
140
- "schema-list": ["src/schema-list.d.ts"],
141
- "state": ["src/state.d.ts"],
142
- "tables": ["src/tables.d.ts"],
143
- "transform": ["src/transform.d.ts"],
144
- "view": ["src/view.d.ts"]
133
+ "commands": [
134
+ "src/commands.d.ts"
135
+ ],
136
+ "dropcursor": [
137
+ "src/dropcursor.d.ts"
138
+ ],
139
+ "gapcursor": [
140
+ "src/gapcursor.d.ts"
141
+ ],
142
+ "history": [
143
+ "src/history.d.ts"
144
+ ],
145
+ "inputrules": [
146
+ "src/inputrules.d.ts"
147
+ ],
148
+ "keymap": [
149
+ "src/keymap.d.ts"
150
+ ],
151
+ "model": [
152
+ "src/model.d.ts"
153
+ ],
154
+ "schema-list": [
155
+ "src/schema-list.d.ts"
156
+ ],
157
+ "state": [
158
+ "src/state.d.ts"
159
+ ],
160
+ "tables": [
161
+ "src/tables.d.ts"
162
+ ],
163
+ "transform": [
164
+ "src/transform.d.ts"
165
+ ],
166
+ "view": [
167
+ "src/view.d.ts"
168
+ ]
145
169
  }
146
170
  },
147
171
  "files": [
@@ -174,4 +198,4 @@
174
198
  "url": "https://github.com/domternal/domternal/issues"
175
199
  },
176
200
  "homepage": "https://domternal.dev"
177
- }
201
+ }