@cocreate/mongodb
Advanced tools
Comparing version 1.9.0 to 1.9.1
@@ -0,1 +1,9 @@ | ||
## [1.9.1](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.9.0...v1.9.1) (2023-09-18) | ||
### Bug Fixes | ||
* Add path and pathname ([7ae3b2d](https://github.com/CoCreate-app/CoCreate-mongodb/commit/7ae3b2d7b57fdfbbfe26782ca260e5ad01b13cd0)) | ||
* Update dCoCreate dpendencies to latest versions ([b583adc](https://github.com/CoCreate-app/CoCreate-mongodb/commit/b583adc423db188577fe8e1fbac6304dabf8c86a)) | ||
# [1.9.0](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.8.0...v1.9.0) (2023-09-17) | ||
@@ -2,0 +10,0 @@ |
@@ -11,3 +11,4 @@ module.exports = { | ||
"name": "index.html", | ||
"path": "/docs/mongodb/index.html", | ||
"path": "/docs/mongodb", | ||
"pathname": "/docs/mongodb/index.html", | ||
"src": "{{./docs/index.html}}", | ||
@@ -17,6 +18,5 @@ "host": [ | ||
], | ||
"directory": "/docs/mongodb", | ||
"directory": "mongodb", | ||
"content-type": "text/html", | ||
"public": "true", | ||
"website_id": "5ffbceb7f11d2d00103c4535" | ||
"public": "true" | ||
} | ||
@@ -23,0 +23,0 @@ } |
{ | ||
"name": "@cocreate/mongodb", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"description": "A simple mongodb component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", | ||
@@ -48,5 +48,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@cocreate/utils": "^1.24.0", | ||
"@cocreate/utils": "^1.24.1", | ||
"mongodb": "^4.12.1" | ||
} | ||
} |
111087
Updated@cocreate/utils@^1.24.1