@laplace.live/internal 1.2.0 → 1.2.1

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 +3 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -5306,8 +5306,10 @@ export declare namespace BilibiliInternal {
5306
5306
  /**
5307
5307
  * [0][9]: sendType
5308
5308
  * 弹幕类型
5309
+ *
5310
+ * @default 0
5309
5311
  */
5310
- unknown, // [0][9]
5312
+ number, // [0][9]
5311
5313
  /**
5312
5314
  * [0][10]: 未知
5313
5315
  * 已知: 2、5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "module": "index.d.ts",
5
5
  "devDependencies": {
6
6
  "@types/bun": "latest"