@ngx-json-forms/primeng 1.0.0 → 1.0.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 +3 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -5,6 +5,9 @@ Drop in `<ngx-json-form>`, pass a `FormField[]`, and get a fully
5
5
  validated, reactive, multi-field PrimeNG form — no template markup
6
6
  needed.
7
7
 
8
+ **Live demo:** https://raghav-pal-dev.github.io/ngx-json-forms/
9
+ **Source:** https://github.com/Raghav-Pal-dev/ngx-json-forms
10
+
8
11
  ## Install
9
12
 
10
13
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngx-json-forms/primeng",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "PrimeNG adapter for ngx-json-forms — renders JSON-defined forms using PrimeNG components.",
5
5
  "keywords": [
6
6
  "angular",
@@ -17,12 +17,12 @@
17
17
  "type": "git",
18
18
  "url": "https://github.com/Raghav-Pal-dev/ngx-json-forms"
19
19
  },
20
- "homepage": "https://github.com/Raghav-Pal-dev/ngx-json-forms#readme",
20
+ "homepage": "https://raghav-pal-dev.github.io/ngx-json-forms/",
21
21
  "peerDependencies": {
22
22
  "@angular/common": ">=19.0.0",
23
23
  "@angular/core": ">=19.0.0",
24
24
  "@angular/forms": ">=19.0.0",
25
- "@ngx-json-forms/core": "^1.0.0",
25
+ "@ngx-json-forms/core": "^1.0.1",
26
26
  "primeng": ">=19.0.0",
27
27
  "rxjs": "~7.8.0"
28
28
  },