@cocreate/authenticate 1.6.0 → 1.7.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 +12 -0
  2. package/README.md +5 -14
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # [1.7.0](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.6.0...v1.7.0) (2023-11-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * update licensing details ([3fa12ff](https://github.com/CoCreate-app/CoCreate-authenticate/commit/3fa12ffeafaf22ae1121c567d0ff735cc4b735a3))
7
+
8
+
9
+ ### Features
10
+
11
+ * upgrade dependencies for latest features and fixes ([850fdc1](https://github.com/CoCreate-app/CoCreate-authenticate/commit/850fdc199c7288e2c95eadae5bda6a23d09fe192))
12
+
1
13
  # [1.6.0](https://github.com/CoCreate-app/CoCreate-authenticate/compare/v1.5.0...v1.6.0) (2023-11-25)
2
14
 
3
15
 
package/README.md CHANGED
@@ -72,21 +72,12 @@ We appreciate your continued support, thank you!
72
72
 
73
73
  <a name="license"></a>
74
74
 
75
- # Dual License
75
+ # License
76
76
 
77
- ## Open Source
77
+ This software is dual-licensed under the GNU Affero General Public License version 3 (AGPLv3) and a commercial license.
78
78
 
79
- [Server Side Public License (SSPL)](https://github.com/CoCreate-app/CoCreate-authenticate/blob/master/LICENSE)
79
+ - **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-authenticate/blob/master/LICENSE).
80
80
 
81
- ## Commercial
81
+ - **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.
82
82
 
83
- For-profit companies and individuals intending to use CoCreate-authenticate for
84
- commercial use must purchase a commercial license. This license allows
85
- source code modifications, but does not permit redistribution of
86
- modifications.
87
-
88
- The commercial license is designed for you to use CoCreate-authenticate in commercial
89
- products and applications, without the provisions of the SSPL. With the
90
- commercial license, your code is kept propietary, to yourself. If you
91
- want to use CoCreate-authenticate to develop commercial sites, themes, projects, and
92
- applications, the commercial license is the appropriate license.
83
+ 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/authenticate",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "description": "A simple authenticate component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
5
5
  "keywords": [
6
6
  "authenticate",
@@ -40,7 +40,7 @@
40
40
  "main": "./src/index.js",
41
41
  "homepage": "https://cocreate.app/docs/authenticate",
42
42
  "dependencies": {
43
- "@cocreate/utils": "^1.28.0",
43
+ "@cocreate/utils": "^1.29.0",
44
44
  "jsonwebtoken": "^9.0.0"
45
45
  }
46
46
  }