@github/openapi
Advanced tools
Comparing version 4.5.0 to 4.6.0
{ | ||
"name": "@github/openapi", | ||
"version": "4.5.0", | ||
"version": "4.6.0", | ||
"description": "OpenAPI schema for GitHub's REST API", | ||
@@ -17,3 +17,3 @@ "repository": "https://github.com/github/openapi", | ||
"validate": "openapi lint definitions/*.yml", | ||
"bundle": "openapi bundle -o dist --ext=json definitions/*.yml", | ||
"bundle": "openapi bundle -o dist --ext=json definitions/*[!next].yml", | ||
"dereference": "./scripts/dereference.js", | ||
@@ -20,0 +20,0 @@ "build": "rimraf dist && npm run bundle && npm run dereference", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
44430323
446304