@cocreate/crud-server 1.2.2 → 1.2.6

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,32 @@
1
+ ## [1.2.6](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.2.5...v1.2.6) (2022-02-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update CoCreate.config.js, bump @cocreate/docs version ([0685184](https://github.com/CoCreate-app/CoCreate-crud-server/commit/06851842ca7b786d3f3b939d1942918493f092e2))
7
+
8
+ ## [1.2.5](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.2.4...v1.2.5) (2021-11-11)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * licensing information ([63a3e14](https://github.com/CoCreate-app/CoCreate-crud-server/commit/63a3e142777a6e2ef97cb9b304d7ec17877304d8))
14
+ * update readme ([f1ab97b](https://github.com/CoCreate-app/CoCreate-crud-server/commit/f1ab97bbef8e09ecbcf760439ab0b8973029c282))
15
+
16
+ ## [1.2.4](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.2.3...v1.2.4) (2021-11-11)
17
+
18
+
19
+ ### Bug Fixes
20
+
21
+ * update .gitignore ([58befdb](https://github.com/CoCreate-app/CoCreate-crud-server/commit/58befdb99b350cfc0a6f2f6c556c9fce0042ceb6))
22
+
23
+ ## [1.2.3](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.2.2...v1.2.3) (2021-11-11)
24
+
25
+
26
+ ### Bug Fixes
27
+
28
+ * missing mongodb ([2938d8c](https://github.com/CoCreate-app/CoCreate-crud-server/commit/2938d8c4f28690d6a3e83867015327d4fa9f009a))
29
+
1
30
  ## [1.2.2](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.2.1...v1.2.2) (2021-11-07)
2
31
 
3
32
 
@@ -0,0 +1,27 @@
1
+ module.exports = {
2
+ config: {
3
+ "apiKey": "2061acef-0451-4545-f754-60cf8160",
4
+ "organization_Id": "5ff747727005da1c272740ab",
5
+ "host": "general.cocreate.app"
6
+ },
7
+ "sources": [
8
+ {
9
+ "entry": "./docs/index.html",
10
+ "collection": "files",
11
+ "document_id": "",
12
+ "key": "src",
13
+ "data": {
14
+ "name": "index.html",
15
+ "path": "/docs/crud-server/index.html",
16
+ "domains": [
17
+ "cocreate.app",
18
+ "general.cocreate.app"
19
+ ],
20
+ "directory": "/docs/crud-server",
21
+ "content-type": "text/html",
22
+ "public": "true",
23
+ "website_id": "5ffbceb7f11d2d00103c4535"
24
+ }
25
+ }
26
+ ]
27
+ }
package/LICENSE CHANGED
@@ -1,9 +1,13 @@
1
- The commercial license is designed to for you to use in commercial
2
- products and applications, without the provisions of the SSPL. With the
3
- commercial license, your code is kept propietary, to yourself. If you
4
- want to use CRDT to develop commercial sites, themes, projects, and
5
- applications, the commercial license is the appropriate license.
6
-
1
+ For-profit companies and individuals intending to use CoCreate-crud-server for
2
+ commercial use must purchase a commercial license. This license allows
3
+ source code modifications, but does not permit redistribution of
4
+ modifications.
5
+
6
+ The commercial license is designed to for you to use CoCreate-crud-server in
7
+ commercial products and applications, without the provisions of the SSPL.
8
+ With the commercial license, your code is kept propietary, to yourself.
9
+ If you want to use CoCreate-crud-server to develop commercial sites, themes,
10
+ projects, and applications, the commercial license is the appropriate license.
7
11
 
8
12
  This Software License Agreement (the “Agreement”) is between
9
13
  CoCreate LLC (“CoCreate”) and You (including your agents and
package/README.md CHANGED
@@ -1,9 +1,10 @@
1
1
  # CoCreate-crud-server
2
2
  A simple boilerplate component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/boilerplate)
3
3
 
4
- ![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-crud-server?style=for-the-badge)
5
- ![GitHub](https://img.shields.io/github/license/CoCreate-app/CoCreate-crud-server?style=for-the-badge)
6
- ![GitHub labels](https://img.shields.io/github/labels/CoCreate-app/CoCreate-crud-server/help%20wanted?style=for-the-badge)
4
+ ![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-crud-server?style=flat-square)
5
+ ![GitHub contributors](https://img.shields.io/github/contributors/CoCreate-app/CoCreate-crud-server?style=flat-square)
6
+ ![License](https://img.shields.io/static/v1?style=flat-square&label=license&message=SSPL&color=green)
7
+ ![Hiring](https://img.shields.io/static/v1?style=flat-square&label=&message=Hiring&color=blueviolet)
7
8
 
8
9
  ![CoCreate](https://cdn.cocreate.app/logo.png)
9
10
 
@@ -47,5 +48,19 @@ CoCreate-crud-server is maintained and funded by CoCreate. The names and logos f
47
48
 
48
49
  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
50
 
50
- # License
51
+ <a name="license"></a>
52
+ # Dual License
53
+ ## Open Source
51
54
  [Server Side Public License (SSPL)](https://github.com/CoCreate-app/CoCreate-crud-server/blob/master/LICENSE)
55
+
56
+ ## Commercial
57
+ For-profit companies and individuals intending to use CoCreate-crud-server for
58
+ commercial use must purchase a commercial license. This license allows
59
+ source code modifications, but does not permit redistribution of
60
+ modifications.
61
+
62
+ The commercial license is designed for you to use CoCreate-crud-server in commercial
63
+ products and applications, without the provisions of the SSPL. With the
64
+ commercial license, your code is kept propietary, to yourself. If you
65
+ want to use CoCreate-crud-server to develop commercial sites, themes, projects, and
66
+ applications, the commercial license is the appropriate license.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/crud-server",
3
- "version": "1.2.2",
3
+ "version": "1.2.6",
4
4
  "description": "CoCreate-crud-server",
5
5
  "keywords": [
6
6
  "cocreate-crud",
@@ -25,7 +25,8 @@
25
25
  },
26
26
  "scripts": {
27
27
  "demo": "PORT=5000 node demo/server.js",
28
- "test": "echo \"Error: no test specified\" && exit 1"
28
+ "test": "echo \"Error: no test specified\" && exit 1",
29
+ "docs": "node ./node_modules/@cocreate/docs/src/index.js"
29
30
  },
30
31
  "main": "index.js",
31
32
  "repository": {
@@ -39,9 +40,10 @@
39
40
  },
40
41
  "homepage": "https://cocreate.app/docs/CoCreate-crud-server",
41
42
  "dependencies": {
42
- "@cocreate/docs": "^1.0.3",
43
+ "@cocreate/docs": "^1.2.68",
43
44
  "csvtojson": "^2.0.10",
44
- "json-2-csv": "^3.10.3"
45
+ "json-2-csv": "^3.10.3",
46
+ "mongodb": "^4.1.4"
45
47
  },
46
48
  "devDependencies": {
47
49
  "express": "^4.17.1"