@laplace.live/internal 1.1.94 → 1.1.95

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.
package/README.md CHANGED
@@ -1,9 +1,9 @@
1
- # @sparanoid/types
1
+ # @laplace.live/internal
2
2
 
3
3
  Sparanoid general types
4
4
 
5
5
  To install:
6
6
 
7
7
  ```bash
8
- bun add @sparanoid/types -D
8
+ bun add @laplace.live/internal -D
9
9
  ```
package/index.d.ts CHANGED
@@ -5183,6 +5183,7 @@ export declare namespace BilibiliInternal {
5183
5183
  * - DANMU_MSG
5184
5184
  * - LIKE_INFO_V3_CLICK
5185
5185
  * - ONLINE_RANK_V2
5186
+ * - POPULARITY_RED_POCKET_V2_START
5186
5187
  */
5187
5188
  medal: BilibiliInternal.HTTPS.Prod.MedalInfo | null
5188
5189
  /**
@@ -5192,6 +5193,7 @@ export declare namespace BilibiliInternal {
5192
5193
  * 已知下列事件中为 null
5193
5194
  * - ONLINE_RANK_V2
5194
5195
  * - SUPER_CHAT_MESSAGE
5196
+ * - POPULARITY_RED_POCKET_V2_START
5195
5197
  */
5196
5198
  wealth: {
5197
5199
  /**
package/jsr.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "name": "@sparanoid/types",
2
+ "name": "@laplace.live/internal",
3
3
  "version": "1.1.23",
4
4
  "exports": "./index.d.ts"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.1.94",
3
+ "version": "1.1.95",
4
4
  "module": "index.d.ts",
5
5
  "devDependencies": {
6
6
  "@types/bun": "latest"