openapi3-ts
Advanced tools
Comparing version 0.6.1 to 0.6.2
{ | ||
"name": "openapi3-ts", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "TS Model & utils for OpenAPI 3.0.x specification.", | ||
@@ -53,14 +53,14 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/chai": "^4.0.4", | ||
"@types/mocha": "^2.2.43", | ||
"@types/node": "^8.0.28", | ||
"@types/chai": "^4.0.5", | ||
"@types/mocha": "^2.2.44", | ||
"@types/node": "^8.0.53", | ||
"chai": "^4.1.2", | ||
"coveralls": "^2.13.1", | ||
"mocha": "^3.5.3", | ||
"nyc": "^11.2.1", | ||
"coveralls": "^3.0.0", | ||
"mocha": "^4.0.1", | ||
"nyc": "^11.3.0", | ||
"rimraf": "^2.6.2", | ||
"ts-node": "^3.3.0", | ||
"tslint": "^5.7.0", | ||
"typescript": "^2.5.2" | ||
"tslint": "^5.8.0", | ||
"typescript": "^2.6.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
126061