@ikenxuan/amagi 6.0.0-beta.2 → 6.0.0-beta.3
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/dist/default/index.cjs
CHANGED
package/dist/default/index.d.ts
CHANGED
|
@@ -25691,7 +25691,7 @@ interface IXiaohongshuFetcher {
|
|
|
25691
25691
|
/** 搜索小红书笔记 */
|
|
25692
25692
|
searchNotes: MethodOverload<XiaohongshuSearchNotesOptions, XiaohongshuReturnTypeMap['searchNotes']>;
|
|
25693
25693
|
/** 获取小红书表情列表 */
|
|
25694
|
-
fetchEmojiList:
|
|
25694
|
+
fetchEmojiList: NoParamMethodOverload<XiaohongshuReturnTypeMap['emojiList']>;
|
|
25695
25695
|
}
|
|
25696
25696
|
/**
|
|
25697
25697
|
* 绑定了 Cookie 的小红书 Fetcher 接口
|
|
@@ -25711,7 +25711,7 @@ interface IBoundXiaohongshuFetcher {
|
|
|
25711
25711
|
/** 搜索小红书笔记 */
|
|
25712
25712
|
searchNotes: BoundMethodOverload<XiaohongshuSearchNotesOptions, XiaohongshuReturnTypeMap['searchNotes']>;
|
|
25713
25713
|
/** 获取小红书表情列表 */
|
|
25714
|
-
fetchEmojiList:
|
|
25714
|
+
fetchEmojiList: BoundNoParamMethodOverload<XiaohongshuReturnTypeMap['emojiList']>;
|
|
25715
25715
|
}
|
|
25716
25716
|
//#endregion
|
|
25717
25717
|
//#region src/model/fetchers/types.d.ts
|
package/dist/default/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ikenxuan/amagi",
|
|
3
|
-
"version": "6.0.0-beta.
|
|
3
|
+
"version": "6.0.0-beta.3",
|
|
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.
|
|
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",
|