@harvey-au/hover 0.1.2 → 0.1.5

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/bin/hover ADDED
@@ -0,0 +1,8 @@
1
+ #!/bin/sh
2
+ echo "Error: hover binary is missing or failed to extract during installation." >&2
3
+ echo "Please try the following repair commands:" >&2
4
+ echo " npm rebuild @harvey-au/hover" >&2
5
+ echo " npm install --verbose" >&2
6
+ echo "" >&2
7
+ echo "If the issue persists, check your npm install/rebuild logs and PATH configuration." >&2
8
+ exit 1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harvey-au/hover",
3
- "version": "0.1.2",
3
+ "version": "0.1.5",
4
4
  "description": "CLI for the Hover cache-warming platform",
5
5
  "bin": {
6
6
  "hover": "bin/hover"
package/bin/.gitkeep DELETED
File without changes