@ikenxuan/amagi 5.2.0 → 5.3.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikenxuan/amagi",
3
- "version": "5.2.0",
3
+ "version": "5.3.0",
4
4
  "description": "抖音、B站的 web 端相关数据接口基于 Node.js 的实现",
5
5
  "keywords": [
6
6
  "douyin",
@@ -56,6 +56,8 @@
56
56
  "clean": "npm ci/pr.js clean",
57
57
  "dev": "tsx watch src/dev.ts",
58
58
  "dev:js": "node src/dev.js",
59
+ "docs:build": "typedoc --lang zh",
60
+ "docs:serve": "typedoc --lang zh --serve",
59
61
  "fix": "npx eslint src/**/*.ts --fix",
60
62
  "pr": "node ci/pr.js",
61
63
  "pub": "npm publish --access public",