@cocreate/crud-server 1.2.0 → 1.2.4

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,31 @@
1
+ ## [1.2.4](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.2.3...v1.2.4) (2021-11-11)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update .gitignore ([58befdb](https://github.com/CoCreate-app/CoCreate-crud-server/commit/58befdb99b350cfc0a6f2f6c556c9fce0042ceb6))
7
+
8
+ ## [1.2.3](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.2.2...v1.2.3) (2021-11-11)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * missing mongodb ([2938d8c](https://github.com/CoCreate-app/CoCreate-crud-server/commit/2938d8c4f28690d6a3e83867015327d4fa9f009a))
14
+
15
+ ## [1.2.2](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.2.1...v1.2.2) (2021-11-07)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * typo in readme ([cddd7a7](https://github.com/CoCreate-app/CoCreate-crud-server/commit/cddd7a73fd0e5d4b559dd5129ea24bbb20614d36))
21
+
22
+ ## [1.2.1](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.2.0...v1.2.1) (2021-11-07)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * package made public ([19e40a1](https://github.com/CoCreate-app/CoCreate-crud-server/commit/19e40a1c2cc2e1fda3ffa21d484e8b49c0338a40))
28
+
1
29
  # [1.2.0](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.1.10...v1.2.0) (2021-10-11)
2
30
 
3
31
 
package/README.md CHANGED
@@ -48,4 +48,4 @@ CoCreate-crud-server is maintained and funded by CoCreate. The names and logos f
48
48
  We encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/CoCreate-app/CoCreate-crud-server/blob/master/CONTRIBUTING.md) guide for details.
49
49
 
50
50
  # License
51
- [The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-crud-server/blob/master/LICENSE)
51
+ [Server Side Public License (SSPL)](https://github.com/CoCreate-app/CoCreate-crud-server/blob/master/LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/crud-server",
3
- "version": "1.2.0",
3
+ "version": "1.2.4",
4
4
  "description": "CoCreate-crud-server",
5
5
  "keywords": [
6
6
  "cocreate-crud",
@@ -21,7 +21,7 @@
21
21
  "javascript-framework"
22
22
  ],
23
23
  "publishConfig": {
24
- "access": "restricted"
24
+ "access": "public"
25
25
  },
26
26
  "scripts": {
27
27
  "demo": "PORT=5000 node demo/server.js",
@@ -41,7 +41,8 @@
41
41
  "dependencies": {
42
42
  "@cocreate/docs": "^1.0.3",
43
43
  "csvtojson": "^2.0.10",
44
- "json-2-csv": "^3.10.3"
44
+ "json-2-csv": "^3.10.3",
45
+ "mongodb": "^4.1.4"
45
46
  },
46
47
  "devDependencies": {
47
48
  "express": "^4.17.1"