@kazuph/herdr-linux-arm64 0.2.0 → 0.2.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.
Files changed (2) hide show
  1. package/bin/herdr +0 -0
  2. package/package.json +1 -1
package/bin/herdr CHANGED
Binary file
package/package.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "name": "@kazuph/herdr-linux-arm64", "version": "0.2.0", "description": "Herdr native static binary for Linux arm64", "license": "AGPL-3.0-or-later", "repository": "https://github.com/kazuph/herdr", "os": ["linux"], "cpu": ["arm64"], "files": ["bin/herdr"]
2
+ "name": "@kazuph/herdr-linux-arm64", "version": "0.2.2", "description": "Herdr native static binary for Linux arm64", "license": "AGPL-3.0-or-later", "repository": "https://github.com/kazuph/herdr", "os": ["linux"], "cpu": ["arm64"], "files": ["bin/herdr"]
3
3
  }