a11b2351a5
This is a proper version bump from v0.2.3 to v0.2.4 after discovering that v0.2.3 was already published on Artifact Hub with a different tarball checksum. Replace all Material-UI icon imports with Iconify equivalents to fix plugin loading. Headlamp provides @iconify/react as a global, not @mui/icons-material. Icon mappings: - ErrorOutline → mdi:alert-circle-outline - ContentCopy → mdi:content-copy - Visibility → mdi:eye - VisibilityOff → mdi:eye-off - CheckCircle → mdi:check-circle - Error → mdi:alert-circle - Warning → mdi:alert - Add → mdi:plus - Delete → mdi:delete Also fixed test-setup.ts lint errors (unused parameters). Tarball checksum: SHA256:49062f6e9f68de49b83d53176d0bc09ce632d3df11e3397459342f51f6282131 Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
70 lines
1.8 KiB
JSON
70 lines
1.8 KiB
JSON
{
|
|
"name": "headlamp-sealed-secrets",
|
|
"version": "0.2.4",
|
|
"description": "Headlamp plugin for Bitnami Sealed Secrets - manage encrypted Kubernetes secrets",
|
|
"files": [
|
|
"dist",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin.git",
|
|
"directory": "headlamp-sealed-secrets"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin/issues"
|
|
},
|
|
"homepage": "https://github.com/privilegedescalation/headlamp-sealed-secrets-plugin#readme",
|
|
"author": "cpfarhood",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"start": "headlamp-plugin start",
|
|
"build": "headlamp-plugin build",
|
|
"format": "headlamp-plugin format",
|
|
"lint": "headlamp-plugin lint",
|
|
"lint-fix": "headlamp-plugin lint --fix",
|
|
"package": "headlamp-plugin package",
|
|
"tsc": "headlamp-plugin tsc",
|
|
"storybook": "headlamp-plugin storybook",
|
|
"storybook-build": "headlamp-plugin storybook-build",
|
|
"test": "headlamp-plugin test",
|
|
"i18n": "headlamp-plugin i18n",
|
|
"docs:api": "typedoc",
|
|
"docs:watch": "typedoc --watch"
|
|
},
|
|
"keywords": [
|
|
"headlamp",
|
|
"headlamp-plugin",
|
|
"kubernetes",
|
|
"kubernetes-ui",
|
|
"sealed-secrets",
|
|
"bitnami",
|
|
"encryption",
|
|
"secrets",
|
|
"security",
|
|
"k8s"
|
|
],
|
|
"prettier": "@headlamp-k8s/eslint-config/prettier-config",
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"@headlamp-k8s",
|
|
"prettier",
|
|
"plugin:jsx-a11y/recommended"
|
|
]
|
|
},
|
|
"overrides": {
|
|
"typescript": "5.6.2"
|
|
},
|
|
"dependencies": {
|
|
"node-forge": "^1.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify/react": "^6.0.2",
|
|
"@kinvolk/headlamp-plugin": "^0.13.0",
|
|
"@types/node-forge": "^1.3.11",
|
|
"typedoc": "^0.28.16",
|
|
"typedoc-plugin-markdown": "^4.10.0"
|
|
}
|
|
}
|