@c6o/czproxy-darwin-x64 0.1.0 → 0.1.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 (3) hide show
  1. package/README.md +11 -0
  2. package/bin/czproxy +0 -0
  3. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,11 @@
1
+ # czproxy — Platform Binary
2
+
3
+ This package contains the pre-built `czproxy` binary for a specific OS/architecture combination. It is installed automatically as an optional dependency of [`@c6o/czproxy`](https://www.npmjs.com/package/@c6o/czproxy).
4
+
5
+ **You should install the main package instead:**
6
+
7
+ ```bash
8
+ npm install -g @c6o/czproxy
9
+ ```
10
+
11
+ See the [@c6o/czproxy README](https://www.npmjs.com/package/@c6o/czproxy) for full documentation.
package/bin/czproxy CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c6o/czproxy-darwin-x64",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "czproxy native binary for macOS x64",
5
5
  "os": [
6
6
  "darwin"