npm --provenance validates repository.url against the actual GitHub repo. Since the repo was renamed to oh-my-openagent, all platform binary publishes failed with E422 provenance mismatch.
26 lines
434 B
JSON
26 lines
434 B
JSON
{
|
|
"name": "oh-my-opencode-linux-x64",
|
|
"version": "3.11.0",
|
|
"description": "Platform-specific binary for oh-my-opencode (linux-x64)",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/code-yeongyu/oh-my-openagent"
|
|
},
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
],
|
|
"libc": [
|
|
"glibc"
|
|
],
|
|
"files": [
|
|
"bin"
|
|
],
|
|
"bin": {
|
|
"oh-my-opencode": "./bin/oh-my-opencode"
|
|
}
|
|
}
|