Comparing version 7.1.0 to 7.1.1
{ | ||
"name": "jsdoc-api", | ||
"author": "Lloyd Brookes <75pound@gmail.com>", | ||
"version": "7.1.0", | ||
"version": "7.1.1", | ||
"description": "A programmatic interface for jsdoc", | ||
@@ -21,3 +21,2 @@ "repository": "https://github.com/jsdoc2md/jsdoc-api", | ||
"test": "test-runner --max-file-concurrency 1 test/*.js", | ||
"test:ci": "npm test", | ||
"docs": "jsdoc2md -t jsdoc2md/README.hbs index.js lib/*.js > README.md; echo" | ||
@@ -28,8 +27,8 @@ }, | ||
"coveralls": "^3.1.1", | ||
"jsdoc-to-markdown": "^7.0.1", | ||
"jsdoc-to-markdown": "^7.1.0", | ||
"rimraf": "^3.0.2", | ||
"test-runner": "^0.10.0" | ||
"test-runner": "^0.10.1" | ||
}, | ||
"dependencies": { | ||
"array-back": "^6.2.0", | ||
"array-back": "^6.2.2", | ||
"cache-point": "^2.0.0", | ||
@@ -39,3 +38,3 @@ "collect-all": "^1.0.4", | ||
"fs-then-native": "^2.0.0", | ||
"jsdoc": "^3.6.7", | ||
"jsdoc": "^3.6.10", | ||
"object-to-spawn-args": "^2.0.1", | ||
@@ -42,0 +41,0 @@ "temp-path": "^1.0.0", |
@@ -234,4 +234,4 @@ [![view on npm](https://badgen.net/npm/v/jsdoc-api)](https://www.npmjs.org/package/jsdoc-api) | ||
© 2015-21 [Lloyd Brookes](https://github.com/75lb) \<75pound@gmail.com\>. | ||
© 2015-22 [Lloyd Brookes](https://github.com/75lb) \<75pound@gmail.com\>. | ||
Tested by [test-runner](https://github.com/test-runner-js/test-runner). Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown). |
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
25267
Updatedarray-back@^6.2.2
Updatedjsdoc@^3.6.10