@readme/oas-extensions
Advanced tools
Comparing version 13.4.17 to 13.5.0
{ | ||
"name": "@readme/oas-extensions", | ||
"description": "A list of extensions that ReadMe has added to extend the OAS spec", | ||
"version": "13.4.17", | ||
"author": "Dom Harrington <dom@harrington-mail.com>", | ||
"version": "13.5.0", | ||
"author": "Jon Ursenbach <jon@readme.io>", | ||
"license": "ISC", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/readmeio/api-explorer.git", | ||
"directory": "packages/oas-extensions" | ||
"url": "git://github.com/readmeio/oas-extensions.git" | ||
}, | ||
"engines": { | ||
"node": "^12 || ^14 || ^16", | ||
"npm": "^7" | ||
@@ -17,13 +17,38 @@ }, | ||
"lint": "eslint .", | ||
"pretest": "eslint .", | ||
"test": "jest --coverage" | ||
"prepare": "husky install", | ||
"pretest": "npm run lint", | ||
"prettier": "prettier --list-different --write \"./**/**.{js,jsx}\"", | ||
"test": "jest --coverage", | ||
"version": "conventional-changelog -i CHANGELOG.md -s && git add CHANGELOG.md" | ||
}, | ||
"devDependencies": { | ||
"@readme/eslint-config": "^4.0.0", | ||
"@commitlint/cli": "^12.1.4", | ||
"@commitlint/config-conventional": "^12.1.4", | ||
"@readme/eslint-config": "^5.2.0", | ||
"@readme/oas-examples": "^4.0.0", | ||
"conventional-changelog-cli": "^2.1.1", | ||
"eslint": "^7.0.0", | ||
"jest": "^26.6.3", | ||
"oas": "^13.0.4" | ||
"husky": "^7.0.1", | ||
"jest": "^27.0.6", | ||
"oas": "^13.0.4", | ||
"prettier": "^2.3.2" | ||
}, | ||
"gitHead": "80cd6c983955a5b3c8d000e9ac2448ac7d53c0f0" | ||
"prettier": "@readme/eslint-config/prettier", | ||
"commitlint": { | ||
"extends": [ | ||
"@commitlint/config-conventional" | ||
], | ||
"rules": { | ||
"body-max-line-length": [ | ||
0, | ||
"always", | ||
"Infinity" | ||
], | ||
"footer-max-line-length": [ | ||
0, | ||
"always", | ||
"Infinity" | ||
] | ||
} | ||
} | ||
} |
@@ -7,3 +7,3 @@ # @readme/oas-extensions | ||
[![Build](https://github.com/readmeio/api-explorer/workflows/CI/badge.svg)](https://github.com/readmeio/api-explorer/tree/main/packages/oas-extensions) | ||
[![Build](https://github.com/readmeio/oas-extensions/workflows/CI/badge.svg)](https://github.com/readmeio/oas-extensions/tree/main/packages/oas-extensions) | ||
@@ -17,8 +17,1 @@ [![](https://d3vv6lp55qjaqc.cloudfront.net/items/1M3C3j0I0s0j3T362344/Untitled-2.png)](https://readme.io) | ||
``` | ||
## Credits | ||
[Dom Harrington](https://github.com/domharrington/) | ||
## License | ||
ISC |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
7327
10
9
91
16
1