@seagull/commands
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "@seagull/commands", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"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.1", | ||
"@seagull/tslint": "^1.0.2", | ||
"@seagull/testing": "^1.1.3", | ||
"@seagull/tslint": "^1.1.3", | ||
"@types/lodash": "^4.14.107", | ||
@@ -43,3 +43,3 @@ "@types/mock-fs": "^3.6.30", | ||
"dependencies": { | ||
"@seagull/mode": "^1.0.2", | ||
"@seagull/mode": "^1.1.3", | ||
"lodash": "^4.17.5", | ||
@@ -70,3 +70,3 @@ "mode": "^0.3.2" | ||
}, | ||
"gitHead": "75776f498de3342a8a8e5f5b4d780d4196f4b06a" | ||
"gitHead": "089a5612ad215e568754c692c733c9eb564acaec" | ||
} |
@@ -13,3 +13,3 @@ import { Command } from './Command' | ||
static async create<T extends Service>( | ||
this: { new (...args: any): T }, | ||
this: new (...args: any) => T, | ||
...args: any | ||
@@ -16,0 +16,0 @@ ) { |
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
64758
Updated@seagull/mode@^1.1.3