581219ceae
AH doesn't re-process existing versions when a tag is force-moved, so v0.0.2 is permanently stuck with a stale checksum. Releasing v0.0.3 so AH indexes it as a new version with the correct checksum from the aligned tag. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
15 lines
368 B
JSON
15 lines
368 B
JSON
{
|
|
"name": "polaris-headlamp-plugin",
|
|
"version": "0.0.3",
|
|
"description": "Headlamp plugin for Fairwinds Polaris audit results",
|
|
"scripts": {
|
|
"start": "headlamp-plugin start",
|
|
"build": "headlamp-plugin build",
|
|
"package": "headlamp-plugin package",
|
|
"tsc": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@kinvolk/headlamp-plugin": "^0.13.0"
|
|
}
|
|
}
|