@tiptap/extension-collaboration-cursor
Advanced tools
Comparing version 2.0.0-beta.20 to 2.0.0-beta.21
@@ -6,2 +6,10 @@ # Change Log | ||
# [2.0.0-beta.21](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-collaboration-cursor@2.0.0-beta.20...@tiptap/extension-collaboration-cursor@2.0.0-beta.21) (2021-07-26) | ||
**Note:** Version bump only for package @tiptap/extension-collaboration-cursor | ||
# [2.0.0-beta.20](https://github.com/ueberdosis/tiptap/compare/@tiptap/extension-collaboration-cursor@2.0.0-beta.19...@tiptap/extension-collaboration-cursor@2.0.0-beta.20) (2021-06-07) | ||
@@ -8,0 +16,0 @@ |
@@ -7,3 +7,3 @@ import { Extension } from '@tiptap/core'; | ||
onUpdate: (users: { | ||
clientId: string; | ||
clientId: number; | ||
[key: string]: any; | ||
@@ -10,0 +10,0 @@ }[]) => null; |
{ | ||
"name": "@tiptap/extension-collaboration-cursor", | ||
"description": "collaboration cursor extension for tiptap", | ||
"version": "2.0.0-beta.20", | ||
"version": "2.0.0-beta.21", | ||
"homepage": "https://tiptap.dev", | ||
@@ -29,3 +29,8 @@ "keywords": [ | ||
}, | ||
"gitHead": "5c8e46b0d48aa09ba0d2e8337ae6bbb2d7503e82" | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ueberdosis/tiptap", | ||
"directory": "packages/extension-collaboration-cursor" | ||
}, | ||
"gitHead": "345ea8cf8abba6422dabc6e548594fb8e2c30409" | ||
} |
@@ -8,3 +8,3 @@ import { Extension } from '@tiptap/core' | ||
render (user: Record<string, any>): HTMLElement, | ||
onUpdate: (users: { clientId: string, [key: string]: any }[]) => null, | ||
onUpdate: (users: { clientId: number, [key: string]: any }[]) => null, | ||
} | ||
@@ -11,0 +11,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
41258
0