@gnpdev/rpa-tools 1.0.5 → 1.0.8

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
@@ -21,7 +21,7 @@ Crea un archivo en tu proyecto (ej. `src/lib/rpa.js`) para inicializar y exporta
21
21
 
22
22
  ```javascript
23
23
  // src/lib/rpa.js
24
- import { createRpaTools } from '@strujillodv/rpa-tools';
24
+ import { createRpaTools } from '@gnpdev/rpa-tools';
25
25
  import { Pool } from 'pg';
26
26
 
27
27
  // 1. Configura tu pool de base de datos (usualmente ya lo tienes)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gnpdev/rpa-tools",
3
- "version": "1.0.5",
3
+ "version": "1.0.8",
4
4
  "description": "Libreria para logs y screenshot de bots",
5
5
  "author": "Sergio Antonio Trujillo del Valle",
6
6
  "main": "src/index.js",