@gnpdev/rpa-tools 1.0.6 → 1.0.9
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.
- package/README.md +1 -1
- package/package.json +1 -1
- package/src/watcher.js +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 '@
|
|
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