@kearisp/cli
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@kearisp/cli", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"license": "MIT", | ||
"author": "Kris Papercut <krispcut@gmail.com>", | ||
"description": "Command line interface for node.js", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"keywords": [ | ||
@@ -26,15 +26,16 @@ "cli", | ||
"test": "jest --colors", | ||
"test-watch": "jest --colors --watch" | ||
"test:watch": "jest --colors --watch" | ||
}, | ||
"dependencies": { | ||
"os": "^0.1.2" | ||
"os": "^0.1.2", | ||
"path": "^0.12.7" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^29.5.3", | ||
"@types/node": "^20.9.2", | ||
"@types/jest": "^29.5.11", | ||
"@types/node": "^20.11.7", | ||
"jest": "^29.7.0", | ||
"ts-jest": "^29.1.1", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.1.6" | ||
"ts-jest": "^29.1.2", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.3.3" | ||
} | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
733
31030
2
27
1
+ Addedpath@^0.12.7
+ Addedinherits@2.0.3(transitive)
+ Addedpath@0.12.7(transitive)
+ Addedprocess@0.11.10(transitive)
+ Addedutil@0.10.4(transitive)