@laplace.live/internal 1.1.109 → 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 +2 -2
  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
@@ -1799,7 +1799,7 @@ export declare namespace BilibiliInternal {
1799
1799
  risk_ctrl_info: {
1800
1800
  name: string
1801
1801
  face: string
1802
- } | null | undefined
1802
+ } | null
1803
1803
  origin_info: {
1804
1804
  name: string
1805
1805
  face: string
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.1.109",
3
+ "version": "1.1.111",
4
4
  "module": "index.d.ts",
5
5
  "devDependencies": {
6
6
  "@types/bun": "latest"