@cocreate/cursors
Advanced tools
Comparing version 1.1.3 to 1.1.4
@@ -0,1 +1,8 @@ | ||
## [1.1.4](https://github.com/CoCreate-app/CoCreate-cursors/compare/v1.1.3...v1.1.4) (2021-04-04) | ||
### Bug Fixes | ||
* update socket to socket-lient and crud to crud client" ([0804a6e](https://github.com/CoCreate-app/CoCreate-cursors/commit/0804a6e173fbdb28fd5ba5bc92f7f7942800ee0a)) | ||
## [1.1.3](https://github.com/CoCreate-app/CoCreate-cursors/compare/v1.1.2...v1.1.3) (2021-03-31) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/cursors", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Collaborative user cursor position for inputs, textarea's and contenteditable elements.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
/*global Element*/ | ||
import observer from '@cocreate/observer' | ||
import utils from '@cocreate/utils'; | ||
import crud from '@cocreate/crud'; | ||
import crud from '@cocreate/crud-client'; | ||
import input from '@cocreate/input' | ||
@@ -6,0 +6,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
171179