@laplace.live/internal 1.1.110 → 1.1.111

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1782,7 +1782,7 @@ export declare namespace BilibiliInternal {
1782
1782
  guard: {
1783
1783
  level: number
1784
1784
  expired_str: string
1785
- } | null
1785
+ } | undefined
1786
1786
  uhead_frame: {
1787
1787
  id: number
1788
1788
  frame_img: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.1.110",
3
+ "version": "1.1.111",
4
4
  "module": "index.d.ts",
5
5
  "devDependencies": {
6
6
  "@types/bun": "latest"