@innovastudio/contentbox 1.5.1 → 1.5.3

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/license.txt ADDED
@@ -0,0 +1,89 @@
1
+ ContentBox.js
2
+
3
+ 3 LICENSE TYPES:
4
+
5
+ 1) Standard Developer License (Unlimited websites)
6
+ 2) Pro Developer License (Unlimited websites + resale in product, usage in SaaS project)
7
+ 3) Super Developer License (Unlimited websites + resale in product, usage in SaaS project + access to source code for customization)
8
+
9
+ ____________________________________________________________
10
+
11
+
12
+ STANDARD DEVELOPER LICENSE AGREEMENT
13
+
14
+ 1. ContentBox.js (Product) and its SOURCE CODE are licensed, not sold. All copyrights to ContentBox.js are exclusively owned by the author - InnovaStudio.
15
+
16
+ 2. Use of ContentBox.js (Product) in integration or application development requires one license per developer.
17
+
18
+ 3. You have the right to use the Product in unlimited websites (personal or commercial). You or your clients can use the Product.
19
+
20
+ 4. You will be responsible for providing support to your clients, and InnovaStudio will not communicate directly with your clients under any circumstances.
21
+
22
+ 5. InnovaStudio provides support and free Product upgrades/updates for 1 (One) year period since purchase date.
23
+ Upgrade/update is optional. Your license remains active even if you do not upgrade the Product.
24
+
25
+ 6 You are not allowed to re-distribute the Product as another plugin and/or sell the Product as is. You must include the Product in your custom application.
26
+
27
+ 7. LIMITED WARRANTY
28
+ Although InnovaStudio has tested the Product and reviewed the documentation, InnovaStudio makes no warranty or representation, either expressed or implied, with respect to the Product, its quality, performance, merchantability, or fitness for a particular purpose. As a result, ContentBox.js is licensed AS-IS, and you are assuming the entire risk as to its quality and performance.
29
+ InnovaStudio shall not be liable for any claim or right to recover damages, including, but not limited to, loss of profit, data, or use of the software or special, incidental, or consequential damages, or other similar claims, even if InnovaStudio has been specifically advised of the possibility of such damages.
30
+
31
+ ____________________________________________________________
32
+
33
+
34
+ PRO DEVELOPER LICENSE AGREEMENT
35
+
36
+ 1. ContentBox.js (Product) and its SOURCE CODE are licensed, not sold. All copyrights to ContentBox.js are exclusively owned by the author - InnovaStudio.
37
+
38
+ 2. Use of ContentBox.js (Product) in integration or application development requires one license per developer.
39
+
40
+ 3. You have the right to use the Product in unlimited websites (personal or commercial). You or your clients can use the Product.
41
+
42
+ 4. You have the right to use the Product in 1 (one) personal or commercial hosted service (SaaS project) with unlimited clients or users.
43
+
44
+ 5. You have the right to include/distribute the Product in 1 (one) project/application for sale (eg. CMS product, etc), without any royalty whatsoever, provided that :
45
+ - You do not permit (either by explicit or implicit means) further distribution of the Product by your clients or end users.
46
+ - You do not distribute the Product in a free (downloadable) project/application.
47
+
48
+ 6. You will be responsible for providing support to your clients, and InnovaStudio will not communicate directly with your clients under any circumstances.
49
+
50
+ 7. InnovaStudio provides support and free Product upgrades/updates for 1 (One) year period since purchase date.
51
+ Upgrade/update is optional. Your license remains active even if you do not upgrade the Product.
52
+
53
+ 8. You are not allowed to re-distribute the Product as another plugin and/or sell the Product as is. You must include the Product in your custom application.
54
+
55
+ 9. LIMITED WARRANTY
56
+ Although InnovaStudio has tested the Product and reviewed the documentation, InnovaStudio makes no warranty or representation, either expressed or implied, with respect to the Product, its quality, performance, merchantability, or fitness for a particular purpose. As a result, ContentBox.js is licensed AS-IS, and you are assuming the entire risk as to its quality and performance.
57
+ InnovaStudio shall not be liable for any claim or right to recover damages, including, but not limited to, loss of profit, data, or use of the software or special, incidental, or consequential damages, or other similar claims, even if InnovaStudio has been specifically advised of the possibility of such damages.
58
+
59
+ ____________________________________________________________
60
+
61
+
62
+ SUPER DEVELOPER LICENSE AGREEMENT
63
+
64
+ 1. ContentBox.js (Product) and its SOURCE CODE are licensed, not sold. All copyrights to ContentBox.js are exclusively owned by the author - InnovaStudio.
65
+
66
+ 2. Use of ContentBox.js (Product) in integration or application development requires one license per developer.
67
+
68
+ 3. You have the right to use the Product in unlimited websites (personal or commercial). You or your clients can use the Product.
69
+
70
+ 4. You have the right to use the Product in 3 (three) personal or commercial hosted services (SaaS projects) with unlimited clients or users.
71
+
72
+ 5. You have the right to include/distribute the Product in 3 (three) projects/applications for sale (eg. CMS product, etc), without any royalty whatsoever, provided that :
73
+ - You do not permit (either by explicit or implicit means) further distribution of the Product by your clients or end users.
74
+ - You do not distribute the Product in a free (downloadable) project/application.
75
+
76
+ 6. You will be responsible for providing support to your clients, and InnovaStudio will not communicate directly with your clients under any circumstances.
77
+
78
+ 7. InnovaStudio provides support and free Product upgrades/updates for 1 (One) year period since purchase date.
79
+ Upgrade/update is optional. Your license remains active even if you do not upgrade the Product.
80
+
81
+ 8. You are not allowed to re-distribute the Product as another plugin and/or sell the Product as is. You must include the Product in your custom application.
82
+
83
+ 9. LIMITED WARRANTY
84
+ Although InnovaStudio has tested the Product and reviewed the documentation, InnovaStudio makes no warranty or representation, either expressed or implied, with respect to the Product, its quality, performance, merchantability, or fitness for a particular purpose. As a result, ContentBox.js is licensed AS-IS, and you are assuming the entire risk as to its quality and performance.
85
+ InnovaStudio shall not be liable for any claim or right to recover damages, including, but not limited to, loss of profit, data, or use of the software or special, incidental, or consequential damages, or other similar claims, even if InnovaStudio has been specifically advised of the possibility of such damages.
86
+
87
+
88
+ ____________________________________________________________
89
+ https://www.innovastudio.com
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbox",
3
3
  "type": "module",
4
- "version": "1.5.1",
4
+ "version": "1.5.3",
5
5
  "description": "",
6
6
  "main": "public/contentbox/contentbox.esm.js",
7
7
  "files": [
@@ -46,7 +46,7 @@
46
46
  "webpack-dev-server": "^4.0.0"
47
47
  },
48
48
  "dependencies": {
49
- "@innovastudio/contentbuilder": "^1.4.0",
49
+ "@innovastudio/contentbuilder": "^1.4.8",
50
50
  "js-beautify": "^1.14.0"
51
51
  }
52
52
  }