🔖 Bump NPM package to v4.0.5

- NPM package now properly detects and uses pipx
- Handles PEP 668 environments correctly
- Falls back to pip --user when needed
This commit is contained in:
NomenAK 2025-08-22 21:22:57 +02:00
parent bdfa09af32
commit e535a7b682

View File

@ -1,6 +1,6 @@
{ {
"name": "@bifrost_inc/superclaude", "name": "@bifrost_inc/superclaude",
"version": "4.0.4", "version": "4.0.5",
"description": "SuperClaude Framework NPM wrapper - Official Node.js wrapper for the Python SuperClaude package. Enhances Claude Code with specialized commands and AI development tools.", "description": "SuperClaude Framework NPM wrapper - Official Node.js wrapper for the Python SuperClaude package. Enhances Claude Code with specialized commands and AI development tools.",
"scripts": { "scripts": {
"postinstall": "node ./bin/install.js", "postinstall": "node ./bin/install.js",