@hyext/types-ext-sdk-hy 3.10.0 → 3.10.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 +1 -4
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -7047,7 +7047,4 @@ declare namespace hyExt {
7047
7047
  type GetJWTReq = {
7048
7048
  anonymous?: boolean;
7049
7049
  };
7050
- }
7051
-
7052
-
7053
- export = hyExt
7050
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyext/types-ext-sdk-hy",
3
- "version": "3.10.0",
3
+ "version": "3.10.1",
4
4
  "description": "TypeScript definitions for @hyext/ext-sdk-hy",
5
5
  "types": "./index.d.ts",
6
6
  "main": "",