dbsafedump 1.0.2 → 1.0.3

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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -192,12 +192,12 @@ dbsafedump scrub --ci --force
192
192
 
193
193
  **Note:** The `--ci` and `--force` flags skip the confirmation prompt. Always verify your target database in `config.yml` before running.
194
194
 
195
- ### scan
195
+ ### schema
196
196
 
197
- Scan database and show table information.
197
+ Show database schema (tables, keys, row counts).
198
198
 
199
199
  ```bash
200
- dbsafedump scan
200
+ dbsafedump schema
201
201
  ```
202
202
 
203
203
  ### discover
@@ -579,7 +579,7 @@ Yes, after initial activation, the license is cached for 1 hour. After that, re-
579
579
 
580
580
  ### Q: How do I report issues?
581
581
 
582
- Open an issue at https://github.com/anomalyco/dbsafedump/issues
582
+ Open an issue at contact@dbsafedump.com
583
583
 
584
584
  ---
585
585
 
@@ -593,4 +593,4 @@ Open an issue at https://github.com/anomalyco/dbsafedump/issues
593
593
 
594
594
  ## License
595
595
 
596
- Copyright 2024. All rights reserved.
596
+ Copyright 2026. All rights reserved.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dbsafedump",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Safe database dump with anonymization",
5
5
  "main": "src/index.js",
6
6
  "bin": {