@ikenxuan/amagi 6.0.0-beta.2 → 6.0.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.
@@ -8000,7 +8000,7 @@ function getApiRoute(platform, methodType) {
8000
8000
  * 构建后使用 __VERSION__,开发环境从 package.json 读取
8001
8001
  */
8002
8002
  const getVersion = () => {
8003
- return "6.0.0-beta.1";
8003
+ return "6.0.0";
8004
8004
  };
8005
8005
  const VERSION = getVersion();
8006
8006
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikenxuan/amagi",
3
- "version": "6.0.0-beta.2",
3
+ "version": "6.0.0",
4
4
  "description": "抖音、B站的 web 端相关数据接口基于 Node.js 的实现",
5
5
  "keywords": [
6
6
  "douyin",
@@ -53,7 +53,7 @@
53
53
  "README.md"
54
54
  ],
55
55
  "dependencies": {
56
- "@ikenxuan/xhshow-ts": "^1.0.1",
56
+ "@ikenxuan/xhshow-ts": "^1.0.6",
57
57
  "axios": "^1.13.2",
58
58
  "chalk": "5.6.2",
59
59
  "express": "^5.2.1",