release: 0.0.2

This commit is contained in:
syy11cn 2022-06-02 17:38:43 +08:00
parent 1f8aae9312
commit 28becbb940
3 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@md-report/core", "name": "@md-report/core",
"version": "0.0.1", "version": "0.0.2",
"description": "Write reports in markdown, and get them in docx.", "description": "Write reports in markdown, and get them in docx.",
"license": "MIT", "license": "MIT",
"author": "syy11cn<syy11cn@outlook.com>", "author": "syy11cn<syy11cn@outlook.com>",
@ -23,8 +23,8 @@
"prepublishOnly": "nr build" "prepublishOnly": "nr build"
}, },
"dependencies": { "dependencies": {
"@md-report/parser": "workspace", "@md-report/parser": "workspace:*",
"@md-report/types": "workspace", "@md-report/types": "workspace:*",
"docx": "^7.3.0", "docx": "^7.3.0",
"resolve-from": "^5.0.0", "resolve-from": "^5.0.0",
"yargs": "^17.4.1" "yargs": "^17.4.1"

View File

@ -1,6 +1,6 @@
{ {
"name": "@md-report/parser", "name": "@md-report/parser",
"version": "0.0.1", "version": "0.0.2",
"description": "Markdown parser for md-report.", "description": "Markdown parser for md-report.",
"license": "MIT", "license": "MIT",
"author": "syy11cn<syy11cn@outlook.com>", "author": "syy11cn<syy11cn@outlook.com>",
@ -20,6 +20,7 @@
"prepublishOnly": "nr build" "prepublishOnly": "nr build"
}, },
"dependencies": { "dependencies": {
"@md-report/types": "workspace:*",
"docx": "^7.3.0", "docx": "^7.3.0",
"js-yaml": "^4.1.0" "js-yaml": "^4.1.0"
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "@md-report/types", "name": "@md-report/types",
"version": "0.0.1", "version": "0.0.2",
"description": "TypeScript definitions for md-report.", "description": "TypeScript definitions for md-report.",
"license": "MIT", "license": "MIT",
"author": "syy11cn<syy11cn@outlook.com>", "author": "syy11cn<syy11cn@outlook.com>",