hardgate-linux-x64 0.4.1 → 0.4.2

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
@@ -101,11 +101,11 @@ Automatically detects local `./node_modules/.bin` and global paths, running form
101
101
 
102
102
  ```sh
103
103
  # Via npm (recommended for JS/TS projects, no Rust toolchain needed)
104
- npm i -D hardgate
104
+ npm i -D @tech-byte-frontier/hardgate
105
105
  npx hardgate check
106
106
 
107
107
  # pnpm / Yarn / Bun (same pattern: devDependency + exec)
108
- pnpm add -D hardgate
108
+ pnpm add -D @tech-byte-frontier/hardgate
109
109
  pnpm exec hardgate check
110
110
 
111
111
  # Via shell (Linux/macOS) / PowerShell (Windows), no npm needed
package/bin/hardgate CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hardgate-linux-x64",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "hardgate prebuilt binary: linux x64 (glibc)",
5
5
  "license": "(MIT OR Apache-2.0)",
6
6
  "homepage": "https://github.com/Tech-Byte-Frontier/hardgate",