@hyext/types-ext-sdk-hy 3.12.4 → 3.12.5-beta.2

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 +2 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -6228,6 +6228,8 @@ type OpenCoinConsumeParams = {
6228
6228
  preOrderNonce: string;
6229
6229
  };
6230
6230
 
6231
+ type sentryTags = any;
6232
+
6231
6233
  /**
6232
6234
  * 流模块
6233
6235
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyext/types-ext-sdk-hy",
3
- "version": "3.12.4",
3
+ "version": "3.12.5-beta.2",
4
4
  "description": "TypeScript definitions for @hyext/ext-sdk-hy",
5
5
  "types": "./index.d.ts",
6
6
  "main": "",