@cocreate/crud-server 1.2.3 → 1.2.7
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 +29 -0
- package/CoCreate.config.js +27 -0
- package/LICENSE +10 -6
- package/README.md +19 -4
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,32 @@
|
|
|
1
|
+
## [1.2.7](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.2.6...v1.2.7) (2022-02-09)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* add document_id to CoCreate.config ([f649cb4](https://github.com/CoCreate-app/CoCreate-crud-server/commit/f649cb45ff2ee1937d3e0ff28db981f9a26ca80e))
|
|
7
|
+
|
|
8
|
+
## [1.2.6](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.2.5...v1.2.6) (2022-02-09)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* update CoCreate.config.js, bump @cocreate/docs version ([0685184](https://github.com/CoCreate-app/CoCreate-crud-server/commit/06851842ca7b786d3f3b939d1942918493f092e2))
|
|
14
|
+
|
|
15
|
+
## [1.2.5](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.2.4...v1.2.5) (2021-11-11)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* licensing information ([63a3e14](https://github.com/CoCreate-app/CoCreate-crud-server/commit/63a3e142777a6e2ef97cb9b304d7ec17877304d8))
|
|
21
|
+
* update readme ([f1ab97b](https://github.com/CoCreate-app/CoCreate-crud-server/commit/f1ab97bbef8e09ecbcf760439ab0b8973029c282))
|
|
22
|
+
|
|
23
|
+
## [1.2.4](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.2.3...v1.2.4) (2021-11-11)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Bug Fixes
|
|
27
|
+
|
|
28
|
+
* update .gitignore ([58befdb](https://github.com/CoCreate-app/CoCreate-crud-server/commit/58befdb99b350cfc0a6f2f6c556c9fce0042ceb6))
|
|
29
|
+
|
|
1
30
|
## [1.2.3](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.2.2...v1.2.3) (2021-11-11)
|
|
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": "6204253480b409001727b73e",
|
|
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
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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
|
-

|
|
5
|
+

|
|
6
|
+

|
|
7
|
+

|
|
7
8
|
|
|
8
9
|

|
|
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
|
-
|
|
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.
|
|
3
|
+
"version": "1.2.7",
|
|
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,7 +40,7 @@
|
|
|
39
40
|
},
|
|
40
41
|
"homepage": "https://cocreate.app/docs/CoCreate-crud-server",
|
|
41
42
|
"dependencies": {
|
|
42
|
-
"@cocreate/docs": "^1.
|
|
43
|
+
"@cocreate/docs": "^1.2.68",
|
|
43
44
|
"csvtojson": "^2.0.10",
|
|
44
45
|
"json-2-csv": "^3.10.3",
|
|
45
46
|
"mongodb": "^4.1.4"
|