@seagull/commands
Advanced tools
Comparing version 16.0.1 to 16.0.2
{ | ||
"name": "@seagull/commands", | ||
"version": "16.0.1", | ||
"version": "16.0.2", | ||
"description": "Side Effect Functions implemented as Command Pattern for the Seagull Framework", | ||
@@ -9,3 +9,4 @@ "main": "dist/src/index.js", | ||
"build": "rm -rf dist && tsc", | ||
"test": "tslint --fix src/**/*.ts test/**/*.ts && nyc mocha --opts test/mocha.opts", | ||
"test": "tslint --fix src/**/*.ts test/**/*.ts && mocha --opts test/mocha.opts", | ||
"test:coverage": "tslint --fix src/**/*.ts test/**/*.ts && nyc mocha --opts test/mocha.opts", | ||
"test:watch": "npm run test -- --watch --reporter min", | ||
@@ -36,4 +37,4 @@ "docs": "rm -rf docs && typedoc --mode modules --ignoreCompilerErrors --excludeExternals --excludePrivate --excludeNotExported --out docs src" | ||
"devDependencies": { | ||
"@seagull/testing": "^16.0.1", | ||
"@seagull/tslint": "^16.0.1", | ||
"@seagull/testing": "^16.0.2", | ||
"@seagull/tslint": "^16.0.2", | ||
"@types/lodash": "^4.14.123", | ||
@@ -44,3 +45,3 @@ "@types/mock-fs": "^3.6.30", | ||
"dependencies": { | ||
"@seagull/mode": "^16.0.1", | ||
"@seagull/mode": "^16.0.2", | ||
"lodash": "^4.17.5", | ||
@@ -71,3 +72,3 @@ "mode": "^0.3.2" | ||
}, | ||
"gitHead": "7458290f20287948e2f4de8108e6ad0819b20095" | ||
"gitHead": "9b803ec0fec01608faadba967c9452e25c3049ac" | ||
} |
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
41692
Updated@seagull/mode@^16.0.2