@cocreate/text 1.25.0 → 1.26.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +16 -22
  3. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # [1.26.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.25.0...v1.26.0) (2023-11-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update licensing details ([8d6a61e](https://github.com/CoCreate-app/CoCreate-text/commit/8d6a61e0b95c975928820a5611ba009681989e87))
7
+
8
+
9
+ ### Features
10
+
11
+ * upgrade dependencies for latest features and fixes ([fdd8a66](https://github.com/CoCreate-app/CoCreate-text/commit/fdd8a6688d16b850af0ce862178a162412317ee9))
12
+
1
13
  # [1.25.0](https://github.com/CoCreate-app/CoCreate-text/compare/v1.24.0...v1.25.0) (2023-11-25)
2
14
 
3
15
 
package/README.md CHANGED
@@ -40,12 +40,12 @@ $ yarn install @cocreate/text
40
40
 
41
41
  # Table of Contents
42
42
 
43
- - [Table of Contents](#table-of-contents)
44
- - [Announcements](#announcements)
45
- - [Roadmap](#roadmap)
46
- - [How to Contribute](#how-to-contribute)
47
- - [About](#about)
48
- - [License](#license)
43
+ - [Table of Contents](#table-of-contents)
44
+ - [Announcements](#announcements)
45
+ - [Roadmap](#roadmap)
46
+ - [How to Contribute](#how-to-contribute)
47
+ - [About](#about)
48
+ - [License](#license)
49
49
 
50
50
  <a name="announcements"></a>
51
51
 
@@ -79,20 +79,14 @@ We want this library to be community-driven, and CoCreate led. We need your help
79
79
 
80
80
  We appreciate your continued support, thank you!
81
81
 
82
-
83
82
  <a name="license"></a>
84
- # Dual License
85
- ## Open Source
86
- [GNU Affero General Public License version 3 (AGPL-3.0)](https://github.com/CoCreate-app/CoCreate-text/blob/master/LICENSE)
87
-
88
- ## Commercial
89
- For-profit companies and individuals intending to use CoCreate-text for
90
- commercial use must purchase a commercial license. This license allows
91
- source code modifications, but does not permit redistribution of
92
- modifications.
93
-
94
- The commercial license is designed for you to use CoCreate-text in commercial
95
- products and applications, without the provisions of the GPLv3. With the
96
- commercial license, your code is kept propietary, to yourself. If you
97
- want to use CoCreate-text to develop commercial sites, themes, projects, and
98
- applications, the commercial license is the appropriate license.
83
+
84
+ # License
85
+
86
+ This software is dual-licensed under the GNU Affero General Public License version 3 (AGPLv3) and a commercial license.
87
+
88
+ - **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-text/blob/master/LICENSE).
89
+
90
+ - **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.
91
+
92
+ 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/text",
3
- "version": "1.25.0",
3
+ "version": "1.26.0",
4
4
  "description": "A simple text component in vanilla javascript. Easily configured using HTML5 attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "text",
@@ -58,12 +58,12 @@
58
58
  "webpack-log": "^3.0.1"
59
59
  },
60
60
  "dependencies": {
61
- "@cocreate/actions": "^1.13.0",
62
- "@cocreate/crdt": "^1.25.0",
63
- "@cocreate/cursors": "^1.21.0",
64
- "@cocreate/observer": "^1.13.0",
65
- "@cocreate/selection": "^1.10.0",
66
- "@cocreate/utils": "^1.28.0",
67
- "@cocreate/uuid": "^1.8.0"
61
+ "@cocreate/actions": "^1.14.0",
62
+ "@cocreate/crdt": "^1.26.0",
63
+ "@cocreate/cursors": "^1.22.0",
64
+ "@cocreate/observer": "^1.14.0",
65
+ "@cocreate/selection": "^1.11.0",
66
+ "@cocreate/utils": "^1.29.0",
67
+ "@cocreate/uuid": "^1.9.0"
68
68
  }
69
69
  }