prosemirror-collab
Advanced tools
Comparing version 1.3.0-beta.1 to 1.3.0
@@ -0,1 +1,7 @@ | ||
## 1.3.0 (2022-05-30) | ||
### New features | ||
Include TypeScript type declarations. | ||
## 1.2.2 (2019-11-20) | ||
@@ -2,0 +8,0 @@ |
@@ -78,3 +78,2 @@ import { PluginKey, Plugin, TextSelection } from 'prosemirror-state'; | ||
}, | ||
// @ts-ignore | ||
config: conf, | ||
@@ -81,0 +80,0 @@ // This is used to notify the history plugin to not merge steps, |
{ | ||
"name": "prosemirror-collab", | ||
"version": "1.3.0-beta.1", | ||
"version": "1.3.0", | ||
"description": "Collaborative editing for ProseMirror", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -70,3 +70,3 @@ import {Plugin, PluginKey, TextSelection, EditorState, Transaction} from "prosemirror-state" | ||
/// for the editor. | ||
export function collab(config: CollabConfig = {}) { | ||
export function collab(config: CollabConfig = {}): Plugin { | ||
let conf: Required<CollabConfig> = { | ||
@@ -92,3 +92,2 @@ version: config.version || 0, | ||
// @ts-ignore | ||
config: conf, | ||
@@ -95,0 +94,0 @@ |
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
62721
1
0
659