Skip to content

Commit 411aef7

Browse files
committed
chore(publish): add publishConfig {access:public, provenance:true}
Provenance attestation becomes a property of the package, not a property of the workflow's --provenance CLI flag. access:public also load-bears for first-publish of @Scoped packages on a fresh npm registry session.
1 parent f4f4fe9 commit 411aef7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "5.27.0",
44
"packageManager": "[email protected]",
55
"license": "MIT",
6+
"publishConfig": {
7+
"access": "public",
8+
"provenance": true
9+
},
610
"description": "Core utilities and infrastructure for Socket.dev security tools",
711
"keywords": [
812
"Socket.dev",

0 commit comments

Comments
 (0)