@miguimono/json-schema 2.0.0 → 2.0.2

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 +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # JSON Schema
2
2
 
3
+ Librería para graficar Json
4
+
3
5
  Esta librería tiene **dos variantes** de build:
4
6
 
5
7
  - `projects/schema-ng19`: build principal para Angular moderno (en este repo se usa Angular 19).
@@ -7,6 +9,14 @@ Esta librería tiene **dos variantes** de build:
7
9
 
8
10
  Ambas se construyen desde **la raíz** del repo. No necesitas instalar dependencias dentro de `projects/schema-ng19` ni `projects/schema-ng16`.
9
11
 
12
+ ## Demos de ejemplo
13
+
14
+ - Librería (repo): [miguimono/json-schema](https://github.com/miguimono/json-schema)
15
+ - Demo Angular 16 (repo): [miguimono/demo-json-schema-ng16](https://github.com/miguimono/demo-json-schema-ng16)
16
+ - Demo Angular 16 (sitio): [miguimono.github.io/demo-json-schema-ng16](https://miguimono.github.io/demo-json-schema-ng16/)
17
+ - Demo Angular 19 (repo): [miguimono/demo-json-schema-ng19](https://github.com/miguimono/demo-json-schema-ng19)
18
+ - Demo Angular 19 (sitio): [miguimono.github.io/demo-json-schema-ng19](https://miguimono.github.io/demo-json-schema-ng19/)
19
+
10
20
  ## Requisitos y versiones
11
21
 
12
22
  - Node.js: **no hay `engines` definidos** en los `package.json`, por lo que debes usar una versión compatible con tu Angular objetivo.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@miguimono/json-schema",
3
3
  "private": false,
4
- "version": "2.0.0",
4
+ "version": "2.0.2",
5
5
  "scripts": {
6
6
  "sync:versions": "node scripts/sync-versions.js",
7
7
  "sync:shared": "node scripts/sync-shared.js",