@vsirotin/ts-stop 1.11.0 → 1.11.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 +11 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,3 +6,14 @@ For an introduction to the concept, read the [StOP Tutorial](https://github.com/
6
6
 
7
7
  For usage and API documentation, see the Angular 17 demo in [ts/ts-example](https://github.com/vsirotin/StOP/blob/main/ts/ts-example).
8
8
 
9
+ ## License
10
+
11
+ This project is dual-licensed:
12
+
13
+ - **[Apache 2.0](./LICENSE)** - Free for open-source, academic, and small commercial use
14
+ - **[Commercial License](./LICENSE-COMMERCIAL.md)** - For organizations with 10+ employees or projects with $10,000+ annual revenue
15
+
16
+ **Quick Summary:**
17
+ - ✅ Free for individuals and small teams (< 10 employees)
18
+ - ✅ Free for non-commercial and low-revenue projects (< $10K/year)
19
+ - 📧 Commercial licensing available - contact the author
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vsirotin/ts-stop",
3
- "version": "1.11.0",
3
+ "version": "1.11.1",
4
4
  "description": "State Oriented Programming library for TypeScript",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",