rn-linkrunner 2.9.0 → 2.9.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.
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
19
19
  s.requires_arc = true
20
20
 
21
21
  s.dependency "React"
22
- s.dependency 'LinkrunnerKit', '3.8.0'
22
+ s.dependency 'LinkrunnerKit', '3.9.0'
23
23
  end
@@ -38,7 +38,7 @@ class LinkrunnerModule(private val reactContext: ReactApplicationContext) : Reac
38
38
  val keyId = options?.getString("keyId")
39
39
  val debug = options?.getBoolean("debug") ?: false
40
40
 
41
- val packageVersion = options?.getString("packageVersion") ?: "2.9.0" // React Native package version
41
+ val packageVersion = options?.getString("packageVersion") ?: "2.9.1" // React Native package version
42
42
 
43
43
  if (token.isEmpty()) {
44
44
  promise.reject("INIT_ERROR", "Token is required")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rn-linkrunner",
3
- "version": "2.9.0",
3
+ "version": "2.9.1",
4
4
  "description": "React Native Package for linkrunner",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",