@laplace.live/internal 1.2.55 → 1.2.56

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
@@ -5981,6 +5981,7 @@ export declare namespace BilibiliInternal {
5981
5981
  /**
5982
5982
  * 视频元信息
5983
5983
  * @link https://api.bilibili.com/x/web-interface/view?bvid={bvid}
5984
+ * @example /bilibili/video-meta/BV1fkPazmENy
5984
5985
  */
5985
5986
  export interface VideoMeta {
5986
5987
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.2.55",
3
+ "version": "1.2.56",
4
4
  "module": "index.d.ts",
5
5
  "devDependencies": {
6
6
  "@types/bun": "latest"