@initx-plugin/utils
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -1,6 +0,9 @@ | ||
import { Result } from 'execa'; | ||
import which from 'which'; | ||
export { gpgList } from './gpg.js'; | ||
declare function c(command: string, options?: string[], execaOptions?: Record<string, any>): Promise<Result | Result<Record<string, any>>>; | ||
interface Result { | ||
success: boolean; | ||
content: string; | ||
} | ||
declare function c(command: string, options?: string[], execaOptions?: Record<string, any>): Promise<Result>; | ||
@@ -7,0 +10,0 @@ declare const log: { |
{ | ||
"name": "@initx-plugin/utils", | ||
"type": "module", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "A more convenient scripting engine", | ||
"author": "imba97", | ||
"license": "MIT", | ||
@@ -36,5 +35,5 @@ "homepage": "https://github.com/initx-collective/initx#readme", | ||
"dependencies": { | ||
"execa": "^9.5.0", | ||
"inquirer": "^12.0.1", | ||
"picocolors": "^1.1.1", | ||
"tinyexec": "^0.3.1", | ||
"which": "^5.0.0" | ||
@@ -41,0 +40,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
6980
136
1
+ Addedtinyexec@^0.3.1
+ Addedtinyexec@0.3.2(transitive)
- Removedexeca@^9.5.0
- Removed@sec-ant/readable-stream@0.4.1(transitive)
- Removed@sindresorhus/merge-streams@4.0.0(transitive)
- Removedcross-spawn@7.0.6(transitive)
- Removedexeca@9.5.2(transitive)
- Removedfigures@6.1.0(transitive)
- Removedget-stream@9.0.1(transitive)
- Removedhuman-signals@8.0.0(transitive)
- Removedis-plain-obj@4.1.0(transitive)
- Removedis-stream@4.0.1(transitive)
- Removedis-unicode-supported@2.1.0(transitive)
- Removedisexe@2.0.0(transitive)
- Removednpm-run-path@6.0.0(transitive)
- Removedparse-ms@4.0.0(transitive)
- Removedpath-key@3.1.14.0.0(transitive)
- Removedpretty-ms@9.2.0(transitive)
- Removedshebang-command@2.0.0(transitive)
- Removedshebang-regex@3.0.0(transitive)
- Removedstrip-final-newline@4.0.0(transitive)
- Removedunicorn-magic@0.3.0(transitive)
- Removedwhich@2.0.2(transitive)
- Removedyoctocolors@2.1.1(transitive)