@laplace.live/internal 1.3.12 → 1.3.13

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": "@laplace.live/internal",
3
- "version": "1.3.12",
3
+ "version": "1.3.13",
4
4
  "module": "src/index.d.ts",
5
5
  "exports": {
6
6
  ".": "./src/index.d.ts",
@@ -120,10 +120,6 @@ export declare namespace BilibiliInternal {
120
120
  * 当前请求的 buvid3 获取模式
121
121
  */
122
122
  ackMode: string
123
- /**
124
- * Custom CookieCloud sync server
125
- */
126
- syncServer?: string
127
123
  }
128
124
  }
129
125
 
@@ -196,10 +192,6 @@ export declare namespace BilibiliInternal {
196
192
  * @deprecated use `ackMode`
197
193
  */
198
194
  buvidMode: string
199
- /**
200
- * Custom CookieCloud sync server
201
- */
202
- syncServer?: string
203
195
  }
204
196
  }
205
197
 
@@ -73,7 +73,6 @@ export declare namespace LaplaceInternal {
73
73
  fetchMode: 'login-sync' | 'anonymous' | 'built-in'
74
74
  ackMode: 'guest' | 'passthrough' | 'builtin-passthrough'
75
75
  fetcher: number
76
- syncServer: boolean
77
76
  }
78
77
  }
79
78