@cocreate/mongodb 1.2.3 → 1.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/CoCreate.config.js +1 -1
- package/docs/index.html +1 -1
- package/package.json +1 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
1
|
+
## [1.2.5](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.2.4...v1.2.5) (2023-05-11)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* apikey renamed to key ([b32edda](https://github.com/CoCreate-app/CoCreate-mongodb/commit/b32eddab716480b25b6d8f1e567e0b2149191410))
|
|
7
|
+
* replace key ([2fc880e](https://github.com/CoCreate-app/CoCreate-mongodb/commit/2fc880e87c5e563c9ed0bc55bead894b3692e251))
|
|
8
|
+
|
|
9
|
+
## [1.2.4](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.2.3...v1.2.4) (2023-04-24)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* removed uglify.js from dev dependencies ([2a9dcee](https://github.com/CoCreate-app/CoCreate-mongodb/commit/2a9dcee7c88ee46f80c0fc178798bc5bc3ee0dbe))
|
|
15
|
+
|
|
1
16
|
## [1.2.3](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.2.2...v1.2.3) (2023-04-12)
|
|
2
17
|
|
|
3
18
|
|
package/CoCreate.config.js
CHANGED
package/docs/index.html
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocreate/mongodb",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.5",
|
|
4
4
|
"description": "A simple mongodb component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mongodb",
|
|
@@ -54,7 +54,6 @@
|
|
|
54
54
|
"mini-css-extract-plugin": "^1.5.0",
|
|
55
55
|
"style-loader": "^3.3.1",
|
|
56
56
|
"terser-webpack-plugin": "^5.1.1",
|
|
57
|
-
"uglifyjs-webpack-plugin": "^2.2.0",
|
|
58
57
|
"webpack": "^5.24.4",
|
|
59
58
|
"webpack-cli": "^4.5.0",
|
|
60
59
|
"webpack-log": "^3.0.1"
|