@cocreate/utils 1.29.0 → 1.31.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 +14 -8
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ # [1.31.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.30.0...v1.31.0) (2024-01-08)
2
+
3
+
4
+ ### Features
5
+
6
+ * bumped CoCreate dependencies to their latest versions ([b963ae6](https://github.com/CoCreate-app/CoCreate-utils/commit/b963ae686da7e0af9dd17993738c0c4b4d9e095b))
7
+
8
+ # [1.30.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.29.0...v1.30.0) (2023-11-25)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * update licensing details ([51ef15f](https://github.com/CoCreate-app/CoCreate-utils/commit/51ef15fc8e8b367cfab80d9dd914cde677400699))
14
+
15
+
16
+ ### Features
17
+
18
+ * upgrade dependencies for latest features and fixes ([a2e112d](https://github.com/CoCreate-app/CoCreate-utils/commit/a2e112d91cdcc30350bce76c84473fa3867d0e0d))
19
+
1
20
  # [1.29.0](https://github.com/CoCreate-app/CoCreate-utils/compare/v1.28.0...v1.29.0) (2023-11-25)
2
21
 
3
22
 
package/README.md CHANGED
@@ -39,12 +39,12 @@ $ yarn install @cocreate/utils
39
39
 
40
40
  # Table of Contents
41
41
 
42
- - [Table of Contents](#table-of-contents)
43
- - [Announcements](#announcements)
44
- - [Roadmap](#roadmap)
45
- - [How to Contribute](#how-to-contribute)
46
- - [About](#about)
47
- - [License](#license)
42
+ - [Table of Contents](#table-of-contents)
43
+ - [Announcements](#announcements)
44
+ - [Roadmap](#roadmap)
45
+ - [How to Contribute](#how-to-contribute)
46
+ - [About](#about)
47
+ - [License](#license)
48
48
 
49
49
  <a name="announcements"></a>
50
50
 
@@ -78,8 +78,14 @@ We want this library to be community-driven, and CoCreate led. We need your help
78
78
 
79
79
  We appreciate your continued support, thank you!
80
80
 
81
-
82
81
  <a name="license"></a>
82
+
83
83
  # License
84
84
 
85
- [The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-utils/blob/master/LICENSE)
85
+ This software is dual-licensed under the GNU Affero General Public License version 3 (AGPLv3) and a commercial license.
86
+
87
+ - **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-utils/blob/master/LICENSE).
88
+
89
+ - **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.
90
+
91
+ 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/utils",
3
- "version": "1.29.0",
3
+ "version": "1.31.0",
4
4
  "description": "A simple utils component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "utils",