@laplace.live/internal 1.2.3 → 1.2.4

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 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -5763,6 +5763,7 @@ export declare namespace BilibiliInternal {
5763
5763
  dm_icon_key: string
5764
5764
  }
5765
5765
  business: number
5766
+ new_style: number
5766
5767
  icon_list: string[]
5767
5768
  max_delay_time: number
5768
5769
  /** ie. 1680586909839989500 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "module": "index.d.ts",
5
5
  "devDependencies": {
6
6
  "@types/bun": "latest"