- @jsdoc/parse@0.1.1
 - @jsdoc/tag@0.1.0
 - jsdoc@4.0.0-dev.16
This commit is contained in:
Jeff Williams 2020-12-24 17:38:14 -08:00
parent 6dcd879ade
commit b36d9675fb
4 changed files with 30 additions and 30 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@jsdoc/parse", "name": "@jsdoc/parse",
"version": "0.1.0", "version": "0.1.1",
"description": "Code-parsing tools for JSDoc", "description": "Code-parsing tools for JSDoc",
"keywords": [ "keywords": [
"jsdoc" "jsdoc"

View File

@ -1,27 +1,27 @@
{ {
"name": "@jsdoc/tag", "name": "@jsdoc/tag",
"version": "0.0.1", "version": "0.1.0",
"description": "Tools for working with block and inline JSDoc tags.", "description": "Tools for working with block and inline JSDoc tags.",
"keywords": [ "keywords": [
"jsdoc" "jsdoc"
], ],
"author": "Jeff Williams <jeffrey.l.williams@gmail.com>", "author": "Jeff Williams <jeffrey.l.williams@gmail.com>",
"homepage": "https://jsdoc.app/", "homepage": "https://jsdoc.app/",
"license": "Apache-2.0", "license": "Apache-2.0",
"publishConfig": { "publishConfig": {
"access": "public" "access": "public"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/jsdoc/jsdoc.git" "url": "git+https://github.com/jsdoc/jsdoc.git"
}, },
"scripts": { "scripts": {
"test": "echo \"Error: run tests from root\" && exit 1" "test": "echo \"Error: run tests from root\" && exit 1"
}, },
"bugs": { "bugs": {
"url": "https://github.com/jsdoc/jsdoc/issues" "url": "https://github.com/jsdoc/jsdoc/issues"
}, },
"engines": { "engines": {
"node": ">=10.18.0" "node": ">=10.18.0"
}
} }
}

View File

@ -1,6 +1,6 @@
{ {
"name": "jsdoc", "name": "jsdoc",
"version": "4.0.0-dev.15", "version": "4.0.0-dev.16",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {

View File

@ -1,7 +1,7 @@
{ {
"name": "jsdoc", "name": "jsdoc",
"private": true, "private": true,
"version": "4.0.0-dev.15", "version": "4.0.0-dev.16",
"revision": "1569013511930", "revision": "1569013511930",
"description": "An API documentation generator for JavaScript.", "description": "An API documentation generator for JavaScript.",
"keywords": [ "keywords": [
@ -17,8 +17,8 @@
"@babel/parser": "^7.12.11", "@babel/parser": "^7.12.11",
"@jsdoc/cli": "^0.2.5", "@jsdoc/cli": "^0.2.5",
"@jsdoc/core": "^0.4.0", "@jsdoc/core": "^0.4.0",
"@jsdoc/parse": "^0.1.0", "@jsdoc/parse": "^0.1.1",
"@jsdoc/tag": "^0.0.1", "@jsdoc/tag": "^0.1.0",
"@jsdoc/util": "^0.2.4", "@jsdoc/util": "^0.2.4",
"bluebird": "^3.7.2", "bluebird": "^3.7.2",
"catharsis": "^0.9.0", "catharsis": "^0.9.0",