@laplace.live/internal 1.2.14 → 1.2.15

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
@@ -5682,7 +5682,7 @@ export declare namespace BilibiliInternal {
5682
5682
  emots: { [key: string]: ExtraMetaEmoteItem }
5683
5683
  is_audited: boolean
5684
5684
  /**
5685
- * 弹幕唯一识别 id,用于举报
5685
+ * 弹幕唯一识别 id,用于举报、弹幕回复
5686
5686
  */
5687
5687
  id_str: string
5688
5688
  show_reply?: boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.2.14",
3
+ "version": "1.2.15",
4
4
  "module": "index.d.ts",
5
5
  "devDependencies": {
6
6
  "@types/bun": "latest"