@cocreate/file 1.13.0 → 1.14.1

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 CHANGED
@@ -1,3 +1,22 @@
1
+ ## [1.14.1](https://github.com/CoCreate-app/CoCreate-file/compare/v1.14.0...v1.14.1) (2023-12-28)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * typo ([b01a79a](https://github.com/CoCreate-app/CoCreate-file/commit/b01a79aa91dcdcca3d17fda1afa248672c24ad14))
7
+
8
+ # [1.14.0](https://github.com/CoCreate-app/CoCreate-file/compare/v1.13.0...v1.14.0) (2023-11-25)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * update licensing details ([8c40ebb](https://github.com/CoCreate-app/CoCreate-file/commit/8c40ebb79f9c81d27574a43130daec77c3f778ba))
14
+
15
+
16
+ ### Features
17
+
18
+ * upgrade dependencies for latest features and fixes ([d30415b](https://github.com/CoCreate-app/CoCreate-file/commit/d30415b76459f3d0fb80085a2560e667d3e66a8d))
19
+
1
20
  # [1.13.0](https://github.com/CoCreate-app/CoCreate-file/compare/v1.12.0...v1.13.0) (2023-11-25)
2
21
 
3
22
 
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # CoCreate-action
1
+ # CoCreate-file
2
2
 
3
3
  This is a configurable headless file uploader that utilizes HTML5 attributes for easy customization. With this module, users can easily upload files to a server without requiring a formal UI or browser interaction. By leveraging HTML5 attributes, it's easy to customize and fine-tune the behavior of the uploader to fit specific needs. This uploader is perfect for developers looking to implement file uploads in a headless environment. Take it for a spin in our [playground!](https://cocreate.app/docs/file)
4
4
 
@@ -82,4 +82,10 @@ We appreciate your continued support, thank you!
82
82
 
83
83
  # License
84
84
 
85
- [The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-file/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-file/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/file",
3
- "version": "1.13.0",
3
+ "version": "1.14.1",
4
4
  "description": "A headless file uploader that uses HTML5 attributes for customization. Allows easy upload of files to server.",
5
5
  "keywords": [
6
6
  "file",
@@ -59,9 +59,9 @@
59
59
  "webpack-log": "^3.0.1"
60
60
  },
61
61
  "dependencies": {
62
- "@cocreate/actions": "^1.13.0",
63
- "@cocreate/config": "^1.7.0",
64
- "@cocreate/render": "^1.34.0",
65
- "@cocreate/utils": "^1.28.0"
62
+ "@cocreate/actions": "^1.14.0",
63
+ "@cocreate/config": "^1.8.0",
64
+ "@cocreate/render": "^1.35.0",
65
+ "@cocreate/utils": "^1.29.0"
66
66
  }
67
67
  }