@seagull/commands
Advanced tools
Comparing version 1.1.3 to 1.2.0
import { Command } from './Command'; | ||
export declare abstract class Service { | ||
static create<T extends Service>(this: { | ||
new (...args: any): T; | ||
}, ...args: any): Promise<T>; | ||
static create<T extends Service>(this: new (...args: any) => T, ...args: any): Promise<T>; | ||
list: { | ||
@@ -7,0 +5,0 @@ [key: string]: Command; |
{ | ||
"name": "@seagull/commands", | ||
"version": "1.1.3", | ||
"version": "1.2.0", | ||
"description": "Side Effect Functions implemented as Command Pattern for the Seagull Framework", | ||
@@ -35,4 +35,4 @@ "main": "dist/src/index.js", | ||
"devDependencies": { | ||
"@seagull/testing": "^1.1.3", | ||
"@seagull/tslint": "^1.1.3", | ||
"@seagull/testing": "^1.2.0", | ||
"@seagull/tslint": "^1.2.0", | ||
"@types/lodash": "^4.14.107", | ||
@@ -43,3 +43,3 @@ "@types/mock-fs": "^3.6.30", | ||
"dependencies": { | ||
"@seagull/mode": "^1.1.3", | ||
"@seagull/mode": "^1.2.0", | ||
"lodash": "^4.17.5", | ||
@@ -70,3 +70,3 @@ "mode": "^0.3.2" | ||
}, | ||
"gitHead": "089a5612ad215e568754c692c733c9eb564acaec" | ||
"gitHead": "540fcf8a7601589cdd3c626af1f786a87bfa63b9" | ||
} |
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
64743
696
Updated@seagull/mode@^1.2.0