getgloss 0.14.0 → 0.14.1

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/README.md CHANGED
@@ -201,5 +201,7 @@ Releases follow Willow's tag-driven shape:
201
201
 
202
202
  Required repository secrets:
203
203
 
204
- - `NPM_TOKEN`
205
204
  - `HOMEBREW_TAP_GITHUB_TOKEN`
205
+
206
+ npm publishing uses a trusted publisher for `iamrajjoshi/gloss` and
207
+ `.github/workflows/release.yml`.
package/dist/cli/index.js CHANGED
@@ -30,7 +30,7 @@ import path from "path";
30
30
  // package.json
31
31
  var package_default = {
32
32
  name: "getgloss",
33
- version: "0.14.0",
33
+ version: "0.14.1",
34
34
  description: "Local browser-based diff review for coding-agent loops.",
35
35
  type: "module",
36
36
  packageManager: "pnpm@10.33.2",