@cocreate/mongodb
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -0,1 +1,9 @@ | ||
## [1.1.9](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.1.8...v1.1.9) (2022-12-25) | ||
### Bug Fixes | ||
* bump dependencies ([6c91286](https://github.com/CoCreate-app/CoCreate-mongodb/commit/6c91286d4f24a77477bacb2faa375456f6ef3ae4)) | ||
* update cdn to latest ([f65f6b1](https://github.com/CoCreate-app/CoCreate-mongodb/commit/f65f6b16a082329117908b845a77699f9e36da64)) | ||
## [1.1.8](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.1.7...v1.1.8) (2022-12-23) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "@cocreate/mongodb", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "A simple mongodb component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", | ||
@@ -63,7 +63,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/docs": "^1.4.24", | ||
"@cocreate/hosting": "^1.6.25", | ||
"@cocreate/utils": "^1.17.4", | ||
"@cocreate/docs": "^1.4.25", | ||
"@cocreate/hosting": "^1.6.26", | ||
"@cocreate/utils": "^1.17.6", | ||
"mongodb": "^4.12.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
47730
Updated@cocreate/docs@^1.4.25
Updated@cocreate/hosting@^1.6.26
Updated@cocreate/utils@^1.17.6