@ikenxuan/amagi 6.0.0 → 6.1.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.
- package/README.md +56 -21
- package/dist/default/index.cjs +2222 -145
- package/dist/default/index.d.ts +723 -42
- package/dist/default/index.mjs +2219 -146
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ikenxuan/amagi",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.1.2",
|
|
4
4
|
"description": "抖音、B站的 web 端相关数据接口基于 Node.js 的实现",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"douyin",
|
|
@@ -63,5 +63,6 @@
|
|
|
63
63
|
"publishConfig": {
|
|
64
64
|
"access": "public",
|
|
65
65
|
"registry": "https://registry.npmjs.org"
|
|
66
|
-
}
|
|
66
|
+
},
|
|
67
|
+
"timestamp": "2026-04-08T05:13:54.305Z"
|
|
67
68
|
}
|