@ltorresu82/firmagob-client 0.1.1 → 0.1.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 +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -105,6 +105,14 @@ El ejemplo escribe evidencia temporal en `tmp/sandbox-hash/`.
105
105
 
106
106
  Para solicitar credenciales a la institucion o al equipo FirmaGob, ver [docs/credentials.md](docs/credentials.md).
107
107
 
108
+ ## Ejemplos de integracion
109
+
110
+ Ejemplos completos con CLI Node.js, API Hono y app Astro:
111
+
112
+ ```text
113
+ https://github.com/ltorresu82/firmagob-client-examples
114
+ ```
115
+
108
116
  ## Desarrollo
109
117
 
110
118
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ltorresu82/firmagob-client",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Cliente TypeScript para integrar FirmaGob Chile con firma por hash y PDFs firmados externamente",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",