@castleio/react-native-castle 2.2.5 → 2.2.7

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.
@@ -135,5 +135,5 @@ dependencies {
135
135
  // noinspection GradleDynamicVersion
136
136
  api 'com.facebook.react:react-native:+'
137
137
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
138
- api 'io.castle.android:castle:3.1.1'
138
+ api 'io.castle.android:castle:3.1.2'
139
139
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@castleio/react-native-castle",
3
- "version": "2.2.5",
3
+ "version": "2.2.7",
4
4
  "description": "Castle SDK for React Native",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
16
16
  s.source_files = "ios/**/*.{h,m,mm,swift}"
17
17
 
18
18
  s.dependency "React-Core"
19
- s.dependency "Castle", "3.1.6"
19
+ s.dependency "Castle", "3.1.7"
20
20
  end