dmock-server
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -69,3 +69,3 @@ /// <reference types="node" /> | ||
*/ | ||
declare type Route = { | ||
export declare type Route = { | ||
method: RequestMethod; | ||
@@ -72,0 +72,0 @@ path: string; |
{ | ||
"name": "dmock-server", | ||
"version": "1.2.4", | ||
"description": "A typescript based mock server NPM module", | ||
"version": "1.2.5", | ||
"description": "This NodeJS module is a delightful mock server built for automation and ongoing development", | ||
"main": "lib/index.js", | ||
@@ -29,3 +29,2 @@ "types": "lib/index.d.ts", | ||
"@types/node": "^13.1.1", | ||
"await-exec": "^0.1.2", | ||
"axios": "^0.19.2", | ||
@@ -40,8 +39,8 @@ "chai": "^4.2.0", | ||
"type": "git", | ||
"url": "git+https://github.com/danitseitlin/mock-server.git" | ||
"url": "git+https://github.com/danitseitlin/dmock-server.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/danitseitlin/mock-server/issues" | ||
"url": "https://github.com/danitseitlin/dmock-server/issues" | ||
}, | ||
"homepage": "https://github.com/danitseitlin/mock-server#readme" | ||
"homepage": "https://github.com/danitseitlin/dmock-server#readme" | ||
} |
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
10920
11