@kearisp/cli
Advanced tools
Comparing version 2.0.7 to 2.0.8-beta.0
@@ -0,3 +1,4 @@ | ||
export * from "./errors"; | ||
export * from "./makes"; | ||
export * from "./types"; | ||
export * from "./env"; |
@@ -17,4 +17,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./errors"), exports); | ||
__exportStar(require("./makes"), exports); | ||
__exportStar(require("./types"), exports); | ||
__exportStar(require("./env"), exports); |
@@ -6,2 +6,3 @@ "use strict"; | ||
const Path = require("path"); | ||
const CommandNotFoundError_1 = require("../errors/CommandNotFoundError"); | ||
const InvalidError_1 = require("../errors/InvalidError"); | ||
@@ -78,3 +79,3 @@ const Command_1 = require("./Command"); | ||
} | ||
throw new Error("Invalid command"); | ||
throw new CommandNotFoundError_1.CommandNotFoundError(); | ||
} | ||
@@ -81,0 +82,0 @@ async complete(parts) { |
{ | ||
"name": "@kearisp/cli", | ||
"version": "2.0.7", | ||
"version": "2.0.8-beta.0", | ||
"license": "MIT", | ||
"author": "Kris Papercut <krispcut@gmail.com>", | ||
"description": "Command line interface for node.js", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"main": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
"keywords": [ | ||
@@ -37,3 +37,3 @@ "cli", | ||
"@types/jest": "^29.5.14", | ||
"@types/node": "^20.12.7", | ||
"@types/node": "^22.13.0", | ||
"fs": "^0.0.1-security", | ||
@@ -43,4 +43,4 @@ "jest": "^29.7.0", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.6.3" | ||
"typescript": "^5.7.3" | ||
} | ||
} |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
49254
43
1219
1
1