ds-markdown 0.2.1-beta.0 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +5 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ds-markdown",
3
3
  "private": false,
4
- "version": "0.2.1-beta.0",
4
+ "version": "0.2.2",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "types": "./dist/cjs/index.d.ts",
7
7
  "module": "./dist/esm/index.js",
@@ -86,7 +86,9 @@
86
86
  "react-syntax-highlighter": "^15.6.1",
87
87
  "rehype-katex": "^7.0.1",
88
88
  "remark-gfm": "^4.0.1",
89
- "remark-math": "^6.0.0"
89
+ "remark-math": "^6.0.0",
90
+ "unified": "^11.0.5",
91
+ "unist-util-visit": "^5.0.0"
90
92
  },
91
93
  "devDependencies": {
92
94
  "@antfu/eslint-config": "^4.12.0",
@@ -156,6 +158,6 @@
156
158
  "react-markdown"
157
159
  ],
158
160
  "publishConfig": {
159
- "tag": "beta"
161
+ "tag": "latest"
160
162
  }
161
163
  }