@initx-plugin/git
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -1,2 +0,2 @@ | ||
import { InitxHandler, InitxOptions } from '@initx-plugin/core'; | ||
import { InitxHandler, InitxCtx } from '@initx-plugin/core'; | ||
@@ -29,5 +29,5 @@ declare enum GitMatcher { | ||
}; | ||
handle({ key }: InitxOptions, type: GitMatcher, ...others: string[]): Promise<void>; | ||
handle({ key }: InitxCtx, type: GitMatcher, ...others: string[]): Promise<void>; | ||
} | ||
export { GitHandler as default }; |
{ | ||
"name": "@initx-plugin/git", | ||
"type": "module", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "initx plugin, git operations", | ||
@@ -26,4 +26,4 @@ "author": "imba97", | ||
"dependencies": { | ||
"@initx-plugin/utils": "0.0.12", | ||
"@initx-plugin/core": "0.0.12" | ||
"@initx-plugin/utils": "0.0.13", | ||
"@initx-plugin/core": "0.0.13" | ||
}, | ||
@@ -30,0 +30,0 @@ "scripts": { |
@@ -1,4 +0,4 @@ | ||
<h1 align="center">init 🛠</h1> | ||
<h1 align="center">initx ⚙️</h1> | ||
<p align="center"><code>initx</code> More convenient initialization engine</p> | ||
<p align="center"><code>initx</code> A more convenient scripting engine</p> | ||
@@ -5,0 +5,0 @@ <pre align="center">npx <b>initx <something></b></pre> |
Sorry, the diff of this file is not supported yet
9365
+ Added@initx-plugin/core@0.0.13(transitive)
+ Added@initx-plugin/utils@0.0.13(transitive)
- Removed@initx-plugin/core@0.0.12(transitive)
- Removed@initx-plugin/utils@0.0.12(transitive)
Updated@initx-plugin/core@0.0.13
Updated@initx-plugin/utils@0.0.13