@cocreate/crdt
Advanced tools
Comparing version 1.15.3 to 1.15.4
@@ -0,1 +1,10 @@ | ||
## [1.15.4](https://github.com/CoCreate-app/CoCreate-crdt/compare/v1.15.3...v1.15.4) (2023-01-06) | ||
### Bug Fixes | ||
* bump dependencies, worklow [@v3](https://github.com/v3) ([6ea0776](https://github.com/CoCreate-app/CoCreate-crdt/commit/6ea0776510f64a5e97dc3aedfbbf09b382f0b7cd)) | ||
* string was sent as object ([14cc2b7](https://github.com/CoCreate-app/CoCreate-crdt/commit/14cc2b789b0131a4b3172e6389875f1e198c9a44)) | ||
* test work flow ([dc43dee](https://github.com/CoCreate-app/CoCreate-crdt/commit/dc43dee02360e2f52fb9d241460246add9b60c38)) | ||
## [1.15.3](https://github.com/CoCreate-app/CoCreate-crdt/compare/v1.15.2...v1.15.3) (2023-01-05) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "@cocreate/crdt", | ||
"version": "1.15.3", | ||
"version": "1.15.4", | ||
"description": "CoCreate crdt", | ||
@@ -45,6 +45,6 @@ "author": "CoCreate LLC", | ||
"dependencies": { | ||
"@cocreate/crud-client": "^1.17.11", | ||
"@cocreate/message-client": "^1.1.122", | ||
"@cocreate/utils": "^1.17.15" | ||
"@cocreate/crud-client": "^1.17.12", | ||
"@cocreate/message-client": "^1.1.123", | ||
"@cocreate/utils": "^1.17.16" | ||
} | ||
} |
@@ -178,3 +178,3 @@ /*globals config, atob, btoa, localStorage, CustomEvent*/ | ||
doc.set('text', string.customSplice(change.start, change.length, change.value)); | ||
string = {string: doc.get('text')}; | ||
string = doc.get('text'); | ||
@@ -181,0 +181,0 @@ if (!data.clientId){ |
Sorry, the diff of this file is not supported yet
127383