prosemirror-gapcursor
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -0,1 +1,7 @@ | ||
## 1.3.2 (2023-05-17) | ||
### Bug fixes | ||
Include CommonJS type declarations in the package to please new TypeScript resolution settings. | ||
## 1.3.1 (2022-06-07) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "prosemirror-gapcursor", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "ProseMirror plugin for cursors at normally impossible-to-reach positions", | ||
@@ -16,3 +16,3 @@ "type": "module", | ||
}, | ||
"sideEffects": false, | ||
"sideEffects": ["./style/gapcursor.css"], | ||
"style": "style/gapcursor.css", | ||
@@ -23,3 +23,3 @@ "license": "MIT", | ||
"name": "Marijn Haverbeke", | ||
"email": "marijnh@gmail.com", | ||
"email": "marijn@haverbeke.berlin", | ||
"web": "http://marijnhaverbeke.nl" | ||
@@ -26,0 +26,0 @@ } |
# prosemirror-gapcursor | ||
[ [**WEBSITE**](https://prosemirror.net) | [**ISSUES**](https://github.com/prosemirror/prosemirror/issues) | [**FORUM**](https://discuss.prosemirror.net) | [**GITTER**](https://gitter.im/ProseMirror/prosemirror) | [**CHANGELOG**](https://github.com/ProseMirror/prosemirror-gapcursor/blob/master/CHANGELOG.md) ] | ||
[ [**WEBSITE**](https://prosemirror.net) | [**ISSUES**](https://github.com/prosemirror/prosemirror/issues) | [**FORUM**](https://discuss.prosemirror.net) | [**CHANGELOG**](https://github.com/ProseMirror/prosemirror-gapcursor/blob/master/CHANGELOG.md) ] | ||
@@ -5,0 +5,0 @@ This is a [core module](https://prosemirror.net/docs/ref/#gapcursor) of [ProseMirror](https://prosemirror.net). |
Sorry, the diff of this file is not supported yet
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
40931
13
725