markdown-paper 2.3.0 → 2.3.1

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.
package/README.md CHANGED
@@ -56,7 +56,7 @@ $$
56
56
  ##### 附录
57
57
  ```
58
58
 
59
- > 数学公式语法详见 [https://katex.org](https://katex.org)
59
+ > 数学公式语法详见 [https://katex.org](https://katex.org) 和[这篇中文文章](https://kissingfire123.github.io/2022/02/18_数学公式katex常用语法总结)
60
60
 
61
61
  ## 2 安装 `Bun`
62
62
 
package/bin/mdp.ts CHANGED
File without changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "markdown-paper",
3
3
  "type": "module",
4
- "version": "2.3.0",
4
+ "version": "2.3.1",
5
5
  "author": {
6
6
  "name": "LeafYeeXYZ",
7
7
  "email": "xiaoyezi@leafyee.xyz"
@@ -20,11 +20,11 @@
20
20
  "@types/bun": "latest"
21
21
  },
22
22
  "peerDependencies": {
23
- "typescript": "^5.0.0"
23
+ "typescript": "^5.4.5"
24
24
  },
25
25
  "dependencies": {
26
26
  "marked": "^12.0.2",
27
- "marked-katex-extension": "^5.1.1",
28
- "puppeteer": "^22.9.0"
27
+ "marked-katex-extension": "^5.1.3",
28
+ "puppeteer": "^22.15.0"
29
29
  }
30
30
  }
package/bun.lockb DELETED
Binary file