@cocreate/mongodb 1.1.7 → 1.1.9

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 CHANGED
@@ -1,3 +1,18 @@
1
+ ## [1.1.9](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.1.8...v1.1.9) (2022-12-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * bump dependencies ([6c91286](https://github.com/CoCreate-app/CoCreate-mongodb/commit/6c91286d4f24a77477bacb2faa375456f6ef3ae4))
7
+ * update cdn to latest ([f65f6b1](https://github.com/CoCreate-app/CoCreate-mongodb/commit/f65f6b16a082329117908b845a77699f9e36da64))
8
+
9
+ ## [1.1.8](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.1.7...v1.1.8) (2022-12-23)
10
+
11
+
12
+ ### Bug Fixes
13
+
14
+ * bump dependnecies ([6f5c874](https://github.com/CoCreate-app/CoCreate-mongodb/commit/6f5c87458e41b80f07c232caf706a7ffd71ac209))
15
+
1
16
  ## [1.1.7](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.1.6...v1.1.7) (2022-12-22)
2
17
 
3
18
 
package/docs/index.html CHANGED
@@ -98,6 +98,6 @@
98
98
  </script>
99
99
 
100
100
  <!--CoCreateJS-->
101
- <script src="https://cdn.cocreate.app/1.34.3/CoCreate.min.js"></script>
101
+ <script src="https://cdn.cocreate.app/latest/CoCreate.min.js"></script>
102
102
  </body>
103
103
  </html>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/mongodb",
3
- "version": "1.1.7",
3
+ "version": "1.1.9",
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",
@@ -60,9 +60,9 @@
60
60
  "webpack-log": "^3.0.1"
61
61
  },
62
62
  "dependencies": {
63
- "@cocreate/docs": "^1.4.23",
64
- "@cocreate/hosting": "^1.6.24",
65
- "@cocreate/utils": "^1.17.3",
63
+ "@cocreate/docs": "^1.4.25",
64
+ "@cocreate/hosting": "^1.6.26",
65
+ "@cocreate/utils": "^1.17.6",
66
66
  "mongodb": "^4.12.1"
67
67
  }
68
68
  }