@cocreate/mongodb 1.2.4 → 1.3.0

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.3.0](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.2.5...v1.3.0) (2023-05-19)
2
+
3
+
4
+ ### Features
5
+
6
+ * Update projection with update keys and modify update operations based on key format. ([1f9e170](https://github.com/CoCreate-app/CoCreate-mongodb/commit/1f9e170c80fd74e89b28990fc549a3339bb57a3e))
7
+
8
+ ## [1.2.5](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.2.4...v1.2.5) (2023-05-11)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * apikey renamed to key ([b32edda](https://github.com/CoCreate-app/CoCreate-mongodb/commit/b32eddab716480b25b6d8f1e567e0b2149191410))
14
+ * replace key ([2fc880e](https://github.com/CoCreate-app/CoCreate-mongodb/commit/2fc880e87c5e563c9ed0bc55bead894b3692e251))
15
+
1
16
  ## [1.2.4](https://github.com/CoCreate-app/CoCreate-mongodb/compare/v1.2.3...v1.2.4) (2023-04-24)
2
17
 
3
18
 
@@ -1,6 +1,6 @@
1
1
  module.exports = {
2
2
  "config": {
3
- "apiKey": "2061acef-0451-4545-f754-60cf8160",
3
+ "key": "2061acef-0451-4545-f754-60cf8160",
4
4
  "organization_id": "5ff747727005da1c272740ab",
5
5
  "host": "general.cocreate.app"
6
6
  },
package/docs/index.html CHANGED
@@ -92,7 +92,7 @@
92
92
  </div>
93
93
  <script>
94
94
  var CoCreateConfig = {
95
- apiKey: 'c2b08663-06e3-440c-ef6f-13978b42883a',
95
+ key: '2061acef-0451-4545-f754-60cf8160',
96
96
  organization_id: '5ff747727005da1c272740ab'
97
97
  }
98
98
  </script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/mongodb",
3
- "version": "1.2.4",
3
+ "version": "1.3.0",
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",