satcheljs-trace
Advanced tools
Comparing version 2.13.0 to 2.14.0
@@ -1,3 +0,2 @@ | ||
/// <reference types="es6-promise" /> | ||
import { DispatchFunction, ActionFunction, ActionContext } from 'satcheljs'; | ||
export default function trace(next: DispatchFunction, action: ActionFunction, actionType: string, args: IArguments, actionContext: ActionContext): void | Promise<any>; |
{ | ||
"name": "satcheljs-trace", | ||
"version": "2.13.0", | ||
"version": "2.14.0", | ||
"description": "Tracing middleware for SatchelJS.", | ||
@@ -10,3 +10,3 @@ "main": "./lib/index.js", | ||
"start": "npm run copy-project-files && node ../../node_modules/typescript/lib/tsc.js -w", | ||
"test": "jasmine JASMINE_CONFIG_PATH=jasmine.json --verbose" | ||
"test": "node ../../node_modules/jasmine/bin/jasmine.js JASMINE_CONFIG_PATH=jasmine.json --verbose" | ||
}, | ||
@@ -16,3 +16,3 @@ "author": "Scott Mikula <smikula@microsoft.com>", | ||
"dependencies": { | ||
"satcheljs": "2.13.0" | ||
"satcheljs": "2.14.0" | ||
}, | ||
@@ -19,0 +19,0 @@ "devDependencies": { |
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
3220
24
+ Addedsatcheljs@2.14.0(transitive)
- Removedsatcheljs@2.13.0(transitive)
Updatedsatcheljs@2.14.0