imdone-api
Advanced tools
Comparing version 0.0.20 to 1.47.0
@@ -18,2 +18,7 @@ "use strict"; | ||
} | ||
init() { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
this.unimplemented('init()'); | ||
}); | ||
} | ||
destroy() { } | ||
@@ -36,2 +41,7 @@ onBeforeAddTask(request) { | ||
} | ||
onTaskFound(task) { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
this.unimplemented('onTaskFound(task: Task)'); | ||
}); | ||
} | ||
onAfterDeleteTask(task) { | ||
@@ -38,0 +48,0 @@ this.unimplemented('onAfterDeleteTask(task: Task)'); |
{ | ||
"name": "imdone-api", | ||
"version": "0.0.20", | ||
"version": "1.47.0", | ||
"description": "Plugin API for imdone", | ||
@@ -5,0 +5,0 @@ "main": "./lib/plugin.js", |
@@ -38,2 +38,3 @@ import { Project, Task, List } from './project'; | ||
constructor(project: Project); | ||
init(): Promise<void>; | ||
destroy(): void; | ||
@@ -44,2 +45,3 @@ onBeforeAddTask(request: OnBeforeAddTaskRequest): Promise<OnBeforeAddTaskResponse>; | ||
onTaskUpdate(task: Task): void; | ||
onTaskFound(task: Task): Promise<void>; | ||
onAfterDeleteTask(task: Task): void; | ||
@@ -46,0 +48,0 @@ getCardProperties(task: Task): Object; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
18574
544
0