release: 0.0.2
This commit is contained in:
parent
1f8aae9312
commit
28becbb940
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@md-report/core",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "Write reports in markdown, and get them in docx.",
|
||||
"license": "MIT",
|
||||
"author": "syy11cn<syy11cn@outlook.com>",
|
||||
|
@ -23,8 +23,8 @@
|
|||
"prepublishOnly": "nr build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@md-report/parser": "workspace",
|
||||
"@md-report/types": "workspace",
|
||||
"@md-report/parser": "workspace:*",
|
||||
"@md-report/types": "workspace:*",
|
||||
"docx": "^7.3.0",
|
||||
"resolve-from": "^5.0.0",
|
||||
"yargs": "^17.4.1"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@md-report/parser",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "Markdown parser for md-report.",
|
||||
"license": "MIT",
|
||||
"author": "syy11cn<syy11cn@outlook.com>",
|
||||
|
@ -20,6 +20,7 @@
|
|||
"prepublishOnly": "nr build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@md-report/types": "workspace:*",
|
||||
"docx": "^7.3.0",
|
||||
"js-yaml": "^4.1.0"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@md-report/types",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.2",
|
||||
"description": "TypeScript definitions for md-report.",
|
||||
"license": "MIT",
|
||||
"author": "syy11cn<syy11cn@outlook.com>",
|
||||
|
|
Loading…
Reference in New Issue