@onekeyfe/react-native-bundle-update 1.1.21 → 1.1.22

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.
@@ -63,7 +63,8 @@ P2Q5dClenjjjVA==
63
63
  """
64
64
 
65
65
  // Public static store for AppDelegate access (called before JS starts)
66
- public class BundleUpdateStore {
66
+ @objcMembers
67
+ public class BundleUpdateStore: NSObject {
67
68
  private static let bundlePrefsKey = "currentBundleVersion"
68
69
  private static let nativeVersionKey = "nativeVersion"
69
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onekeyfe/react-native-bundle-update",
3
- "version": "1.1.21",
3
+ "version": "1.1.22",
4
4
  "description": "react-native-bundle-update",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",