@initx-plugin/gpg
Advanced tools
Comparing version 0.0.16 to 0.0.17
@@ -1,4 +0,4 @@ | ||
import { InitxHandler, InitxCtx } from '@initx-plugin/core'; | ||
import { InitxPlugin, InitxContext } from '@initx-plugin/core'; | ||
declare class GpgHandler extends InitxHandler { | ||
declare class GpgPlugin extends InitxPlugin { | ||
matchers: { | ||
@@ -8,3 +8,3 @@ matching: string; | ||
}; | ||
handle(_ctx: InitxCtx, type: string, ...others: string[]): Promise<void>; | ||
handle(_ctx: InitxContext, type: string, ...others: string[]): Promise<void>; | ||
findKey(): Promise<any>; | ||
@@ -16,2 +16,2 @@ importKey(): Promise<void>; | ||
export { GpgHandler as default }; | ||
export { GpgPlugin as default }; |
{ | ||
"name": "@initx-plugin/gpg", | ||
"type": "module", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "initx plugin, gpg key management", | ||
@@ -33,5 +33,5 @@ "author": "imba97", | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/node": "^22.8.6", | ||
"bumpp": "^9.8.0", | ||
"eslint": "^9.13.0", | ||
"@types/node": "^22.9.0", | ||
"bumpp": "^9.8.1", | ||
"eslint": "^9.14.0", | ||
"lint-staged": "^15.2.10", | ||
@@ -38,0 +38,0 @@ "simple-git-hooks": "^2.11.1", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
8552