umans-gate 0.1.1 → 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.
- package/CHANGELOG.md +7 -0
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.1.2] - 2026-07-14
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- Add `repository.url` and `license` to platform-specific npm packages generated
|
|
15
|
+
by `scripts/pack-npm.sh` to fix npm provenance publishing (E422 rejection).
|
|
16
|
+
|
|
10
17
|
## [0.1.1] - 2026-07-14
|
|
11
18
|
|
|
12
19
|
### Fixed
|
package/dist/cli.js
CHANGED
|
@@ -1019,7 +1019,7 @@ import { Command } from "commander";
|
|
|
1019
1019
|
// package.json
|
|
1020
1020
|
var package_default = {
|
|
1021
1021
|
name: "umans-gate",
|
|
1022
|
-
version: "0.1.
|
|
1022
|
+
version: "0.1.2",
|
|
1023
1023
|
description: "LLM capture proxy with Anthropic cache_control TTL stamping and live inspection dashboard",
|
|
1024
1024
|
type: "module",
|
|
1025
1025
|
license: "MIT",
|