@remirror/pm
Advanced tools
Comparing version 1.0.0-next.22 to 1.0.0-next.26
# @remirror/pm | ||
## 1.0.0-next.26 | ||
> 2020-08-24 | ||
### Patch Changes | ||
- prosemirror-suggest@1.0.0-next.26 | ||
## 1.0.0-next.22 | ||
@@ -4,0 +12,0 @@ |
152
package.json
{ | ||
"name": "@remirror/pm", | ||
"version": "1.0.0-next.22", | ||
"description": "A bundled library containing all the core prosemirror libraries required for using remirror", | ||
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/pm", | ||
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/pm", | ||
"license": "MIT", | ||
"contributors": [ | ||
"Ifiok Jr. <ifiokotung@gmail.com>" | ||
], | ||
"sideEffects": false, | ||
"files": [ | ||
"dist", | ||
"commands", | ||
"dropcursor", | ||
"gapcursor", | ||
"history", | ||
"inputrules", | ||
"keymap", | ||
"model", | ||
"schema-list", | ||
"state", | ||
"suggest", | ||
"transform", | ||
"tables", | ||
"view" | ||
], | ||
"dependencies": { | ||
"@babel/runtime": "^7.11.0", | ||
"@types/prosemirror-commands": "^1.0.3", | ||
"@types/prosemirror-dropcursor": "^1.0.0", | ||
"@types/prosemirror-gapcursor": "^1.0.1", | ||
"@types/prosemirror-history": "^1.0.1", | ||
"@types/prosemirror-inputrules": "^1.0.2", | ||
"@types/prosemirror-keymap": "^1.0.3", | ||
"@types/prosemirror-model": "^1.7.2", | ||
"@types/prosemirror-schema-list": "^1.0.1", | ||
"@types/prosemirror-state": "^1.2.5", | ||
"@types/prosemirror-transform": "^1.1.1", | ||
"@types/prosemirror-view": "^1.15.0", | ||
"prosemirror-commands": "1.1.4", | ||
"prosemirror-dropcursor": "1.3.2", | ||
"prosemirror-gapcursor": "1.1.5", | ||
"prosemirror-history": "1.1.3", | ||
"prosemirror-inputrules": "1.1.2", | ||
"prosemirror-keymap": "^1.1.4", | ||
"prosemirror-model": "^1.11.0", | ||
"prosemirror-schema-list": "^1.1.4", | ||
"prosemirror-state": "^1.3.3", | ||
"prosemirror-suggest": "^1.0.0-next.22", | ||
"prosemirror-tables": "^1.1.1", | ||
"prosemirror-transform": "^1.2.8", | ||
"prosemirror-view": "^1.15.4" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"meta": { | ||
"sizeLimit": "250 KB" | ||
}, | ||
"preconstruct": { | ||
"entrypoints": [ | ||
"commands", | ||
"dropcursor", | ||
"gapcursor", | ||
"history", | ||
"inputrules", | ||
"keymap", | ||
"model", | ||
"schema-list", | ||
"state", | ||
"suggest", | ||
"tables", | ||
"transform", | ||
"view" | ||
] | ||
} | ||
"name": "@remirror/pm", | ||
"version": "1.0.0-next.26", | ||
"description": "A bundled library containing all the core prosemirror libraries required for using remirror", | ||
"homepage": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/pm", | ||
"repository": "https://github.com/remirror/remirror/tree/HEAD/packages/@remirror/pm", | ||
"license": "MIT", | ||
"contributors": [ | ||
"Ifiok Jr. <ifiokotung@gmail.com>" | ||
], | ||
"sideEffects": false, | ||
"files": [ | ||
"dist", | ||
"commands", | ||
"dropcursor", | ||
"gapcursor", | ||
"history", | ||
"inputrules", | ||
"keymap", | ||
"model", | ||
"schema-list", | ||
"state", | ||
"suggest", | ||
"transform", | ||
"tables", | ||
"view" | ||
], | ||
"dependencies": { | ||
"@babel/runtime": "^7.11.0", | ||
"@types/prosemirror-commands": "^1.0.3", | ||
"@types/prosemirror-dropcursor": "^1.0.0", | ||
"@types/prosemirror-gapcursor": "^1.0.1", | ||
"@types/prosemirror-history": "^1.0.1", | ||
"@types/prosemirror-inputrules": "^1.0.2", | ||
"@types/prosemirror-keymap": "^1.0.3", | ||
"@types/prosemirror-model": "^1.7.2", | ||
"@types/prosemirror-schema-list": "^1.0.1", | ||
"@types/prosemirror-state": "^1.2.5", | ||
"@types/prosemirror-transform": "^1.1.1", | ||
"@types/prosemirror-view": "^1.15.0", | ||
"prosemirror-commands": "1.1.4", | ||
"prosemirror-dropcursor": "1.3.2", | ||
"prosemirror-gapcursor": "1.1.5", | ||
"prosemirror-history": "1.1.3", | ||
"prosemirror-inputrules": "1.1.2", | ||
"prosemirror-keymap": "^1.1.4", | ||
"prosemirror-model": "^1.11.0", | ||
"prosemirror-schema-list": "^1.1.4", | ||
"prosemirror-state": "^1.3.3", | ||
"prosemirror-suggest": "^1.0.0-next.26", | ||
"prosemirror-tables": "^1.1.1", | ||
"prosemirror-transform": "^1.2.8", | ||
"prosemirror-view": "^1.15.4" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"meta": { | ||
"sizeLimit": "250 KB" | ||
}, | ||
"preconstruct": { | ||
"entrypoints": [ | ||
"commands", | ||
"dropcursor", | ||
"gapcursor", | ||
"history", | ||
"inputrules", | ||
"keymap", | ||
"model", | ||
"schema-list", | ||
"state", | ||
"suggest", | ||
"tables", | ||
"transform", | ||
"view" | ||
] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28705