@qwickapps/react-framework 1.3.0 → 1.3.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.
Files changed (2) hide show
  1. package/README.md +24 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -783,9 +783,30 @@ For complete documentation, see [@qwickapps/logging](../qwickapps-logging/README
783
783
 
784
784
  ## License
785
785
 
786
- **This software is proprietary and confidential. Copyright © 2025 QwickApps.com. All rights reserved.**
787
-
788
- This package is private and proprietary to QwickApps.com. It is not licensed for public use, modification, or distribution. Access is restricted to authorized QwickApps team members and approved partners only.
786
+ This software is licensed under the **PolyForm Shield License 1.0.0**.
787
+
788
+ ### 📋 **Quick Summary**
789
+ - ✅ **Free to use** for non-competitive purposes
790
+ - ✅ **Source code available** for learning and development
791
+ - ❌ **Cannot be used** to compete with QwickApps
792
+ - ❌ **Cannot be reverse engineered** for competitive purposes
793
+
794
+ ### ✅ **Permitted Uses**
795
+ - Internal business applications
796
+ - Learning and educational projects
797
+ - Non-competitive commercial applications
798
+ - Academic research and teaching
799
+ - Contributing to this project
800
+
801
+ ### ❌ **Prohibited Uses**
802
+ - Creating competing React frameworks
803
+ - Building competing CMS or application builder tools
804
+ - Reselling or redistributing as a competing product
805
+ - Reverse engineering to create competitive products
806
+
807
+ For complete license terms, see [LICENSE](./LICENSE) and [LICENSE-POLYFORM-SHIELD.txt](./LICENSE-POLYFORM-SHIELD.txt).
808
+
809
+ **Need commercial licensing?** Contact us at **legal@qwickapps.com**
789
810
 
790
811
  ## About QwickApps
791
812
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwickapps/react-framework",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "type": "module",
5
5
  "description": "Complete React framework with responsive navigation, flexible layouts, theming system, and reusable components for building modern applications.",
6
6
  "main": "dist/index.js",
@@ -49,7 +49,7 @@
49
49
  "license": "PolyForm-Shield-1.0.0",
50
50
  "dependencies": {
51
51
  "@qwickapps/logging": "^1.0.0",
52
- "@qwickapps/schema": "^1.3.0",
52
+ "@qwickapps/schema": "^1.3.1",
53
53
  "marked": "^4.3.0",
54
54
  "md5": "^2.3.0",
55
55
  "sanitize-html": "^2.17.0"