@a.nemreen/dga-dynamic-form 0.1.2 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -270,3 +270,9 @@ provideDgaDynamicForm({
270
270
  useValue: [{ type: 'nationalId', component: NationalIdField }],
271
271
  }
272
272
  ```
273
+
274
+ ## License
275
+
276
+ MIT — see [LICENSE](./LICENSE). Copyright (c) 2026 Ahmed Nemreen.
277
+
278
+ Use it in any project. **Do not rebrand and sell it as your own unique product.**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a.nemreen/dga-dynamic-form",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Schema-driven dynamic forms for Angular, rendered with @a.nemreen/dga-ui controls",
5
5
  "license": "MIT",
6
6
  "author": {