@kindly-ai/react-native 0.1.2 → 0.1.3

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.
@@ -125,7 +125,7 @@ dependencies {
125
125
  // `scripts/bundle-native-sdks.yml` at bundle time to match the just-
126
126
  // released Android SDK version (`git describe --tags --abbrev=0` on
127
127
  // the public release repo).
128
- implementation "ai.kindly:sdk:1.0.120"
128
+ implementation "ai.kindly:sdk:1.0.127"
129
129
 
130
130
  // Required by the AuthTokenCallback bridge in KindlyReactNativeModule.kt
131
131
  // (`CompletableDeferred`, `runBlocking`, `withTimeoutOrNull`).
@@ -3,7 +3,7 @@
3
3
  <modelVersion>4.0.0</modelVersion>
4
4
  <groupId>ai.kindly</groupId>
5
5
  <artifactId>sdk</artifactId>
6
- <version>1.0.120</version>
6
+ <version>1.0.127</version>
7
7
  <packaging>aar</packaging>
8
8
  <name>Kindly SDK</name>
9
9
  <description>Kindly Chat SDK for Android — customer support chat widget</description>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kindly-ai/react-native",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Kindly chat SDK for React Native",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",