prosemirror-schema-list
Advanced tools
Comparing version 1.2.0-beta.1 to 1.2.0
@@ -0,1 +1,7 @@ | ||
## 1.2.0 (2022-05-30) | ||
### New features | ||
Include TypeScript type declarations. | ||
## 1.1.6 (2021-09-21) | ||
@@ -2,0 +8,0 @@ |
{ | ||
"name": "prosemirror-schema-list", | ||
"version": "1.2.0-beta.1", | ||
"version": "1.2.0", | ||
"description": "List-related schema elements and commands for ProseMirror", | ||
@@ -28,3 +28,4 @@ "type": "module", | ||
"prosemirror-model": "^1.0.0", | ||
"prosemirror-transform": "^1.0.0" | ||
"prosemirror-transform": "^1.0.0", | ||
"prosemirror-state": "^1.0.0" | ||
}, | ||
@@ -31,0 +32,0 @@ "devDependencies": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
105911
1
0
3
+ Addedprosemirror-state@^1.0.0
+ Addedprosemirror-state@1.4.3(transitive)
+ Addedprosemirror-view@1.37.0(transitive)