@hyext/types-ext-sdk-hy 3.11.4-beta.5 → 3.11.4-beta.6

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 -4
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1521,10 +1521,7 @@ type Consts = {
1521
1521
  isLandscape: boolean;
1522
1522
  };
1523
1523
 
1524
- /**
1525
- * consts
1526
- */
1527
- var consts: Consts;
1524
+ type consts = Consts;
1528
1525
 
1529
1526
  /**
1530
1527
  * 直播间事件
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyext/types-ext-sdk-hy",
3
- "version": "3.11.4-beta.5",
3
+ "version": "3.11.4-beta.6",
4
4
  "description": "TypeScript definitions for @hyext/ext-sdk-hy",
5
5
  "types": "./index.d.ts",
6
6
  "main": "",