@cocreate/crud-server 1.31.0 → 1.33.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/README.md +22 -23
  3. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ # [1.33.0](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.32.0...v1.33.0) (2023-11-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update licensing details ([466a74f](https://github.com/CoCreate-app/CoCreate-crud-server/commit/466a74f43836bd1ec5610dfaf309dbb3d566ec8c))
7
+
8
+
9
+ ### Features
10
+
11
+ * upgrade dependencies for latest features and fixes ([5c185ca](https://github.com/CoCreate-app/CoCreate-crud-server/commit/5c185ca0c9364ffb99ff65049387054b31c33dbe))
12
+
13
+ # [1.32.0](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.31.0...v1.32.0) (2023-11-25)
14
+
15
+
16
+ ### Features
17
+
18
+ * upgrade dependencies for latest features and fixes ([7fd785c](https://github.com/CoCreate-app/CoCreate-crud-server/commit/7fd785ca763e78d0c44c207638102457e3d28ea1))
19
+
1
20
  # [1.31.0](https://github.com/CoCreate-app/CoCreate-crud-server/compare/v1.30.1...v1.31.0) (2023-11-19)
2
21
 
3
22
 
package/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # CoCreate-crud-server
2
+
2
3
  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
4
 
4
5
  ![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-crud-server?style=flat-square)
@@ -16,25 +17,27 @@ We appreciate your continued support, thank you!
16
17
 
17
18
  # Table of Contents
18
19
 
19
- - [Table of Contents](#table-of-contents)
20
- - [Announcements](#announcements)
21
- - [Roadmap](#roadmap)
22
- - [How to Contribute](#how-to-contribute)
23
- - [About](#about)
24
- - [License](#license)
20
+ - [Table of Contents](#table-of-contents)
21
+ - [Announcements](#announcements)
22
+ - [Roadmap](#roadmap)
23
+ - [How to Contribute](#how-to-contribute)
24
+ - [About](#about)
25
+ - [License](#license)
25
26
 
26
27
  <a name="announcements"></a>
28
+
27
29
  # Announcements
28
30
 
29
- All updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreate-crud-server/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-crud-server/releases). You may also subscribe to email for releases and breaking changes.
31
+ All updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreate-crud-server/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-crud-server/releases). You may also subscribe to email for releases and breaking changes.
30
32
 
31
33
  <a name="roadmap"></a>
34
+
32
35
  # Roadmap
33
36
 
34
37
  If you are interested in the future direction of this project, please take a look at our open [issues](https://github.com/CoCreate-app/CoCreate-crud-server/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-crud-server/pulls). We would love to hear your feedback.
35
38
 
36
-
37
39
  <a name="about"></a>
40
+
38
41
  # About
39
42
 
40
43
  CoCreate-crud-server is guided and supported by the CoCreate Developer Experience Team.
@@ -44,23 +47,19 @@ Please Email the Developer Experience Team [here](mailto:develop@cocreate.app) i
44
47
  CoCreate-crud-server is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC.
45
48
 
46
49
  <a name="contribute"></a>
50
+
47
51
  # How to Contribute
48
52
 
49
53
  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.
50
54
 
51
55
  <a name="license"></a>
52
- # Dual License
53
- ## Open Source
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.
56
+
57
+ # License
58
+
59
+ This software is dual-licensed under the GNU Affero General Public License version 3 (AGPLv3) and a commercial license.
60
+
61
+ - **Open Source Use**: For open-source projects and non-commercial use, this software is available under the AGPLv3. The AGPLv3 allows you to freely use, modify, and distribute this software, provided that all modifications and derivative works are also licensed under the AGPLv3. For the full license text, see the [LICENSE file](https://github.com/CoCreate-app/CoCreate-crud-server/blob/master/LICENSE).
62
+
63
+ - **Commercial Use**: For-profit companies and individuals intending to use this software for commercial purposes must obtain a commercial license. The commercial license is available when you sign up for an API key on our [website](https://cocreate.app). This license permits proprietary use and modification of the software without the copyleft requirements of the AGPLv3. It is ideal for integrating this software into proprietary commercial products and applications.
64
+
65
+ If you have not purchased a commercial license and intend to use this software for commercial purposes, you are required to sign up for an API key on our website.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocreate/crud-server",
3
- "version": "1.31.0",
3
+ "version": "1.33.0",
4
4
  "description": "CoCreate-crud-server",
5
5
  "keywords": [
6
6
  "cocreate-crud",
@@ -40,8 +40,8 @@
40
40
  },
41
41
  "homepage": "https://cocreate.app/docs/CoCreate-crud-server",
42
42
  "dependencies": {
43
- "@cocreate/config": "^1.6.9",
44
- "@cocreate/utils": "^1.27.4",
43
+ "@cocreate/config": "^1.8.0",
44
+ "@cocreate/utils": "^1.29.0",
45
45
  "csvtojson": "^2.0.10",
46
46
  "json-2-csv": "^3.10.3"
47
47
  }