@initx-plugin/utils
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -0,1 +1,5 @@ | ||
import * as execa from 'execa'; | ||
declare function c(command: string, options?: string[]): Promise<execa.Result<{}> | undefined>; | ||
declare const log: { | ||
@@ -8,2 +12,2 @@ success: (msg: string) => void; | ||
export { log }; | ||
export { c, log }; |
{ | ||
"name": "@initx-plugin/utils", | ||
"type": "module", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "More convenient initialization tool", | ||
@@ -26,2 +26,3 @@ "author": "imba97", | ||
"dependencies": { | ||
"execa": "^9.4.1", | ||
"picocolors": "^1.1.1" | ||
@@ -28,0 +29,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3191
24
2
+ Addedexeca@^9.4.1
+ Added@sec-ant/readable-stream@0.4.1(transitive)
+ Added@sindresorhus/merge-streams@4.0.0(transitive)
+ Addedcross-spawn@7.0.6(transitive)
+ Addedexeca@9.5.2(transitive)
+ Addedfigures@6.1.0(transitive)
+ Addedget-stream@9.0.1(transitive)
+ Addedhuman-signals@8.0.0(transitive)
+ Addedis-plain-obj@4.1.0(transitive)
+ Addedis-stream@4.0.1(transitive)
+ Addedis-unicode-supported@2.1.0(transitive)
+ Addedisexe@2.0.0(transitive)
+ Addednpm-run-path@6.0.0(transitive)
+ Addedparse-ms@4.0.0(transitive)
+ Addedpath-key@3.1.14.0.0(transitive)
+ Addedpretty-ms@9.2.0(transitive)
+ Addedshebang-command@2.0.0(transitive)
+ Addedshebang-regex@3.0.0(transitive)
+ Addedsignal-exit@4.1.0(transitive)
+ Addedstrip-final-newline@4.0.0(transitive)
+ Addedunicorn-magic@0.3.0(transitive)
+ Addedwhich@2.0.2(transitive)
+ Addedyoctocolors@2.1.1(transitive)