@cocreate/cursors
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -0,1 +1,8 @@ | ||
# [1.1.0](https://github.com/CoCreate-app/CoCreate-cursors/compare/v1.0.0...v1.1.0) (2021-03-29) | ||
### Features | ||
* Initial Release ([aaefd3e](https://github.com/CoCreate-app/CoCreate-cursors/commit/aaefd3eff92904eeb7ad388f45ba3ea455427dd5)) | ||
# 1.0.0 (2021-03-26) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/cursors", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Collaborative user cursor position for inputs, textarea's and contenteditable elements.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
/*global Element*/ | ||
import observer from '../../CoCreate-observer/src' | ||
import utils from '../../../CoCreateJS/src/utils'; | ||
import observer from '@cocreate/observer' | ||
import utils from '@cocreate/utils'; | ||
import {socket, crud} from '../../../CoCreateJS/src'; | ||
import crdt from '../../CoCreate-crdt/src' | ||
import input from '../../CoCreate-input/src' | ||
import crdt from '@cocreate/crdt' | ||
import input from '@cocreate/input' | ||
@@ -8,0 +8,0 @@ |
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
170047