react-native-altibbi 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.
@@ -82,6 +82,10 @@ android {
82
82
  sourceCompatibility JavaVersion.VERSION_1_8
83
83
  targetCompatibility JavaVersion.VERSION_1_8
84
84
  }
85
+
86
+ kotlinOptions {
87
+ jvmTarget = "1.8"
88
+ }
85
89
  }
86
90
 
87
91
  repositories {
@@ -1,4 +1,4 @@
1
- Altibbi_kotlinVersion=1.7.0
1
+ Altibbi_kotlinVersion=1.9.0
2
2
  Altibbi_minSdkVersion=21
3
3
  Altibbi_targetSdkVersion=31
4
4
  Altibbi_compileSdkVersion=31
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-altibbi",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "React native SDK provides integration for the Altibbi services, including video consultation, text consultation, push Welcome to the React Native SDK for Altibbi services, your comprehensive solution for integrating health consultation services into your React Native applications. This SDK enables video and text consultations, push notifications, and many other features to provide a seamless healthcare experience. project.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -23,15 +23,15 @@
23
23
  "!**/__tests__",
24
24
  "!**/__fixtures__",
25
25
  "!**/__mocks__",
26
- "!**/.*"
26
+ "!**/.*",
27
+ "!example"
27
28
  ],
28
29
  "scripts": {
29
- "example": "yarn workspace react-native-altibbi-example",
30
30
  "test": "jest",
31
31
  "typecheck": "tsc --noEmit",
32
32
  "lint": "eslint \"**/*.{js,ts,tsx}\"",
33
33
  "clean": "del-cli lib",
34
- "prepublishOnly": "node -e \"const {execSync}=require('child_process'),path=require('path'),fs=require('fs');const bob=path.join('node_modules','.bin','bob');if(fs.existsSync(bob)){execSync('bob build',{stdio:'inherit'});}else{throw new Error('react-native-builder-bob not found. Run npm install first.');}\"",
34
+ "prepublishOnly": "bob build",
35
35
  "release": "release-it"
36
36
  },
37
37
  "keywords": [
@@ -90,9 +90,6 @@
90
90
  "react": "*",
91
91
  "react-native": "*"
92
92
  },
93
- "workspaces": [
94
- "example"
95
- ],
96
93
  "packageManager": "yarn@3.6.1",
97
94
  "engines": {
98
95
  "node": ">= 16.0.0"
@@ -168,9 +165,6 @@
168
165
  "react-native-builder-bob": {
169
166
  "source": "src",
170
167
  "output": "lib",
171
- "exclude": [
172
- "**/*.d.ts"
173
- ],
174
168
  "targets": [
175
169
  "commonjs",
176
170
  "module",