@signaltree/ng-forms 1.1.6 → 1.1.7

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -878,7 +878,7 @@ const tree = signalTree(state).pipe(
878
878
 
879
879
  ## 📄 License
880
880
 
881
- MIT License with AI Training Restriction - see the [LICENSE](../../LICENSE) file for details.
881
+ MIT License - see the [LICENSE](../../LICENSE) file for details.
882
882
 
883
883
  ---
884
884
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signaltree/ng-forms",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "Complete Angular forms integration for SignalTree. FormTree creation, custom directives, validators, form state tracking, and RxJS bridge.",
5
5
  "peerDependencies": {
6
6
  "@angular/core": "^20.1.0",