@cocreate/attributes
Advanced tools
Comparing version 1.5.49 to 1.5.50
@@ -0,1 +1,8 @@ | ||
## [1.5.50](https://github.com/CoCreate-app/CoCreate-attributes/compare/v1.5.49...v1.5.50) (2022-11-21) | ||
### Bug Fixes | ||
* bump d@cocreate ependencies ([36f605f](https://github.com/CoCreate-app/CoCreate-attributes/commit/36f605ff41deb4d24d9702c5a117680d63966592)) | ||
## [1.5.49](https://github.com/CoCreate-app/CoCreate-attributes/compare/v1.5.48...v1.5.49) (2022-10-02) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/attributes", | ||
"version": "1.5.49", | ||
"version": "1.5.50", | ||
"description": "Simple HTML5 & JavaScript component add, update & remove values in element's attributes from input, select or js api. Easily configured using HTML5 attributes and/or JavaScript API.", | ||
@@ -61,8 +61,8 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/actions": "^1.5.11", | ||
"@cocreate/crdt": "^1.13.11", | ||
"@cocreate/message-client": "^1.1.85", | ||
"@cocreate/observer": "^1.5.16", | ||
"@cocreate/utils": "^1.10.11" | ||
"@cocreate/actions": "^1.5.13", | ||
"@cocreate/crdt": "^1.14.0", | ||
"@cocreate/message-client": "^1.1.87", | ||
"@cocreate/observer": "^1.5.18", | ||
"@cocreate/utils": "^1.10.14" | ||
} | ||
} |
98323
Updated@cocreate/actions@^1.5.13
Updated@cocreate/crdt@^1.14.0
Updated@cocreate/observer@^1.5.18
Updated@cocreate/utils@^1.10.14