@initx-plugin/git
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -29,5 +29,5 @@ import { InitxHandler, InitxOptions } from '@initx-plugin/core'; | ||
}; | ||
handle({ key, optionsList }: InitxOptions, type: GitMatcher, ...others: string[]): Promise<void>; | ||
handle({ key }: InitxOptions, type: GitMatcher, ...others: string[]): Promise<void>; | ||
} | ||
export { GitHandler }; | ||
export { GitHandler as default }; |
{ | ||
"name": "@initx-plugin/git", | ||
"type": "module", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "initx plugin, git operations", | ||
@@ -26,4 +26,4 @@ "author": "imba97", | ||
"dependencies": { | ||
"@initx-plugin/core": "0.0.9", | ||
"@initx-plugin/utils": "0.0.9" | ||
"@initx-plugin/utils": "0.0.10", | ||
"@initx-plugin/core": "0.0.10" | ||
}, | ||
@@ -30,0 +30,0 @@ "scripts": { |
@@ -9,3 +9,3 @@ <h1 align="center">init 🛠</h1> | ||
Git 相关操作 | ||
Git plugin for `initx` | ||
@@ -12,0 +12,0 @@ ## Documentation |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
9379
+ Added@initx-plugin/core@0.0.10(transitive)
+ Added@initx-plugin/utils@0.0.10(transitive)
- Removed@initx-plugin/core@0.0.9(transitive)
- Removed@initx-plugin/utils@0.0.9(transitive)
Updated@initx-plugin/core@0.0.10
Updated@initx-plugin/utils@0.0.10