We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f65480 commit 3aa6ce9Copy full SHA for 3aa6ce9
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ohbug/miniapp",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "Ohbug 小程序 SDK 用于小程序平台(支持微信、字节跳动、支付宝、QQ 小程序)",
5
"author": "chenyueban <[email protected]>",
6
"homepage": "https://github.com/ohbug-org/ohbug-miniapp",
src/index.ts
@@ -1,4 +1,5 @@
import { MiniAppClient } from './client'
+import * as types from './types'
-export { MiniAppClient as Client }
+export { MiniAppClient as Client, types }
export default MiniAppClient
0 commit comments