@habityzer/db-sync-tool 1.0.3 → 1.0.4

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 CHANGED
@@ -18,6 +18,8 @@ pnpm dlx @habityzer/db-sync-tool --help
18
18
 
19
19
  The executable is **`dbsync`**. The package is published under the **Habityzer** org on npm (`@habityzer/…`).
20
20
 
21
+ If **`pnpm add -g`** warns that the package **has no binaries**, pnpm is skipping the global link because the npm tarball did not ship `bin/dbsync.js` with the executable bit. Use **`npm install -g @habityzer/db-sync-tool`** (npm still wires up the CLI), **`pnpm dlx @habityzer/db-sync-tool`**, or upgrade once a release publishes the bin as executable.
22
+
21
23
  ## Configuration
22
24
 
23
25
  ### Environment (default)
package/bin/dbsync.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@habityzer/db-sync-tool",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "CLI for backing up and restoring PostgreSQL/MySQL databases with .env support, compression, and retention",
5
5
  "type": "module",
6
6
  "bin": {