Skip to content

Commit 469b642

Browse files
committed
chore(release): 5.27.1
Patch over 5.27.0 to ship the publishConfig pinning that landed on main earlier today. No source-code changes; the publishConfig adds attestation as a property of the package manifest instead of a property of the workflow's --provenance CLI flag, so emergency local publishes (or any future direct path) get provenance for free. Notes from the prim audit (`node tools/prim/bin/prim.mts audit --target . --dir src --coverage`): - 12 source-level migration candidates surfaced (StringPrototype- TrimEnd, RegExpEscape, ObjectAssign, etc.). All are .ts source rewrites that prim mod refuses to auto-apply (.js only). Held for a separate review-and-migrate PR rather than rolled into this patch — none are correctness issues.
1 parent 5d91b1a commit 469b642

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [5.27.1](https://github.com/SocketDev/socket-lib/releases/tag/v5.27.1) - 2026-05-01
9+
10+
### Changed
11+
12+
- `package.json` — pin `publishConfig: {access: "public", provenance: true}` so attestation is a property of the package, not a property of the workflow's `--provenance` CLI flag. Survives any direct-publish path that bypasses `provenance.yml`. `access: "public"` also load-bears for first-publish of `@scoped` packages on a fresh npm registry session.
13+
814
## [5.27.0](https://github.com/SocketDev/socket-lib/releases/tag/v5.27.0) - 2026-05-01
915

1016
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socketsecurity/lib",
3-
"version": "5.27.0",
3+
"version": "5.27.1",
44
"packageManager": "pnpm@11.0.3",
55
"license": "MIT",
66
"publishConfig": {

0 commit comments

Comments
 (0)