@greensoul/expo-native-wechat 0.5.0 → 0.5.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.
@@ -5,6 +5,6 @@
5
5
  // Created by Hector Chong on 4/2/24.
6
6
  //
7
7
 
8
- #import "WXApi.h"
8
+ #import <WechatOpenSDK/WXApi.h>
9
9
  #import "ExpoNativeWechatLogger.h"
10
10
  #import "ResponseHandler.h"
@@ -6,7 +6,7 @@
6
6
  //
7
7
 
8
8
  #import <Foundation/Foundation.h>
9
- #import "WXApi.h"
9
+ #import <WechatOpenSDK/WXApi.h>
10
10
 
11
11
  @interface ExpoNativeWechatLogger : NSObject <WXApiLogDelegate>
12
12
 
@@ -1,5 +1,5 @@
1
1
  #import <Foundation/Foundation.h>
2
- #import "WXApi.h"
2
+ #import <WechatOpenSDK/WXApi.h>
3
3
 
4
4
  @interface RespDataHelper: NSObject
5
5
 
@@ -6,7 +6,7 @@
6
6
  //
7
7
 
8
8
  #import <Foundation/Foundation.h>
9
- #import "WXApi.h"
9
+ #import <WechatOpenSDK/WXApi.h>
10
10
  #import <UIKit/UIKit.h>
11
11
  #import <UserNotifications/UserNotifications.h>
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@greensoul/expo-native-wechat",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "A Expo Module for supporting Wechat APIs on Android and iOS (forked with openBusinessView support)",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",