@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 +2 -0
- package/bin/dbsync.js +0 -0
- package/package.json +1 -1
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