@c6o/czproxy 0.1.2 → 0.1.3

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 (1) hide show
  1. package/package.json +20 -5
package/package.json CHANGED
@@ -1,7 +1,22 @@
1
1
  {
2
2
  "name": "@c6o/czproxy",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
+ "description": "A local proxy that transparently injects API credentials into outbound HTTPS requests. Your apps and AI agents never hold real secrets.",
4
5
  "type": "module",
6
+ "license": "SEE LICENSE IN LICENSE",
7
+ "author": "Codezero Technologies Inc.",
8
+ "homepage": "https://codezero.io",
9
+ "keywords": [
10
+ "proxy",
11
+ "credentials",
12
+ "secrets",
13
+ "1password",
14
+ "ai-agent",
15
+ "security"
16
+ ],
17
+ "engines": {
18
+ "node": ">=18"
19
+ },
5
20
  "bin": {
6
21
  "czproxy": "bin.mjs"
7
22
  },
@@ -17,9 +32,9 @@
17
32
  "undici": "^7.22.0"
18
33
  },
19
34
  "optionalDependencies": {
20
- "@c6o/czproxy-darwin-arm64": "0.1.2",
21
- "@c6o/czproxy-darwin-x64": "0.1.2",
22
- "@c6o/czproxy-linux-x64": "0.1.2",
23
- "@c6o/czproxy-linux-arm64": "0.1.2"
35
+ "@c6o/czproxy-darwin-arm64": "0.1.3",
36
+ "@c6o/czproxy-darwin-x64": "0.1.3",
37
+ "@c6o/czproxy-linux-x64": "0.1.3",
38
+ "@c6o/czproxy-linux-arm64": "0.1.3"
24
39
  }
25
40
  }