highsoft-ui 1.0.168 → 1.0.169
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 +11 -0
- package/README.md +4 -0
- package/package.json +3 -3
package/LICENSE.txt
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
Commercial use of this software is governed by the Highsoft Standard License Agreement
|
|
2
|
+
found at:
|
|
3
|
+
|
|
4
|
+
https://www.highcharts.com/license
|
|
5
|
+
|
|
6
|
+
Non-commercial use of this software is governed by the Highsoft End-User License Agreement (EULA)
|
|
7
|
+
found at:
|
|
8
|
+
|
|
9
|
+
https://www.highcharts.com/license-eula
|
|
10
|
+
|
|
11
|
+
By installing or using this software, you agree to these terms.
|
package/README.md
CHANGED
|
@@ -254,3 +254,7 @@ Not supported:
|
|
|
254
254
|
### Husky
|
|
255
255
|
|
|
256
256
|
- Automatically lint your commit messages, code, and run tests upon committing or pushing.
|
|
257
|
+
|
|
258
|
+
## License
|
|
259
|
+
|
|
260
|
+
Highsoft UI is **not** open source. Commercial use is governed by the [Highsoft Standard License Agreement](https://www.highcharts.com/license); non-commercial use by the [Highsoft End-User License Agreement](https://www.highcharts.com/license-eula). See [`LICENSE.txt`](./LICENSE.txt).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "highsoft-ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.169",
|
|
4
4
|
"description": "Highsoft UI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
]
|
|
69
69
|
},
|
|
70
70
|
"keywords": [],
|
|
71
|
-
"author": "",
|
|
72
|
-
"license": "
|
|
71
|
+
"author": "Highsoft AS <support@highcharts.com> (http://www.highcharts.com/about)",
|
|
72
|
+
"license": "https://www.highcharts.com/license",
|
|
73
73
|
"dependencies": {
|
|
74
74
|
"@astrojs/react": "^6.0.0",
|
|
75
75
|
"@paper-design/shaders-react": "^0.0.76",
|