umans-gate 0.1.7-pr.31.d3a2acf → 0.1.7

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/CHANGELOG.md +0 -9
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -7,15 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
- ### Added
11
-
12
- - **PR canary npm publish workflow**: pull requests to `master` now automatically
13
- publish a canary npm package tagged `canary` (not `latest`) with version
14
- `{base}-pr.{number}.{short_sha}`. The published package matches the release
15
- structure: a main shim with optional platform-specific binary packages so it
16
- runs without Bun. A PR comment with the install command is posted and
17
- auto-updated on each push. Fork PRs are skipped for security.
18
-
19
10
  ## [0.1.7] - 2026-07-15
20
11
 
21
12
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "umans-gate",
3
- "version": "0.1.7-pr.31.d3a2acf",
3
+ "version": "0.1.7",
4
4
  "description": "LLM capture proxy with Anthropic cache_control TTL stamping, vision handoff, concurrency gating, rate limiting, and a live inspection dashboard",
5
5
  "repository": { "type": "git", "url": "git+https://github.com/codegiveness/umans-gate.git" },
6
6
  "homepage": "https://github.com/codegiveness/umans-gate#readme",
@@ -11,11 +11,11 @@
11
11
  "engines": { "node": ">=18.0.0" },
12
12
  "keywords": ["llm", "proxy", "capture", "anthropic", "openai", "cache-control", "ttl", "inspector", "debugger", "websocket", "claude", "prompt-engineering", "observability", "sqlite", "bun", "developer-tools", "api-proxy", "prompt-caching"],
13
13
  "optionalDependencies": {
14
- "@codegiveness/umans-gate-darwin-arm64": "0.1.7-pr.31.d3a2acf",
15
- "@codegiveness/umans-gate-darwin-x64": "0.1.7-pr.31.d3a2acf",
16
- "@codegiveness/umans-gate-linux-x64": "0.1.7-pr.31.d3a2acf",
17
- "@codegiveness/umans-gate-linux-arm64": "0.1.7-pr.31.d3a2acf",
18
- "@codegiveness/umans-gate-win32-x64": "0.1.7-pr.31.d3a2acf",
19
- "@codegiveness/umans-gate-win32-arm64": "0.1.7-pr.31.d3a2acf"
14
+ "@codegiveness/umans-gate-darwin-arm64": "0.1.7",
15
+ "@codegiveness/umans-gate-darwin-x64": "0.1.7",
16
+ "@codegiveness/umans-gate-linux-x64": "0.1.7",
17
+ "@codegiveness/umans-gate-linux-arm64": "0.1.7",
18
+ "@codegiveness/umans-gate-win32-x64": "0.1.7",
19
+ "@codegiveness/umans-gate-win32-arm64": "0.1.7"
20
20
  }
21
21
  }