mobilyflow-react-native-sdk 0.5.0-alpha.2 → 0.5.1-alpha.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.
|
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
|
|
|
21
21
|
s.swift_versions = '5.0'
|
|
22
22
|
|
|
23
23
|
# Install MobilyFlow SDK
|
|
24
|
-
s.dependency 'MobilyflowSDK', '0.5.
|
|
24
|
+
s.dependency 'MobilyflowSDK', '0.5.1-alpha.1'
|
|
25
25
|
|
|
26
26
|
#s.subspec 'MobilyflowSDK' do |ss|
|
|
27
27
|
# ss.source_files = '../mobilyflow-ios-sdk/Sources/MobilyflowSDK/**/*'
|
package/android/build.gradle
CHANGED
|
@@ -101,7 +101,7 @@ dependencies {
|
|
|
101
101
|
implementation "com.facebook.react:react-android"
|
|
102
102
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
|
103
103
|
implementation "org.jetbrains.kotlinx:kotlinx-datetime:0.6.2"
|
|
104
|
-
implementation "com.mobilyflow:mobilyflow-android-sdk:0.5.0
|
|
104
|
+
implementation "com.mobilyflow:mobilyflow-android-sdk:0.5.0"
|
|
105
105
|
implementation "org.jetbrains.kotlin:kotlin-reflect"
|
|
106
106
|
}
|
|
107
107
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mobilyflow-react-native-sdk",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1-alpha.1",
|
|
4
4
|
"description": "MobilyFlow React Native SDK",
|
|
5
5
|
"source": "./src/index.tsx",
|
|
6
6
|
"main": "./lib/commonjs/index.js",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"lint": "eslint \"**/*.{js,ts,tsx}\"",
|
|
45
45
|
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
|
|
46
46
|
"prepare": "bob build",
|
|
47
|
-
"pub": "yarn prepare &&
|
|
47
|
+
"pub": "yarn prepare && npm publish --access public"
|
|
48
48
|
},
|
|
49
49
|
"keywords": [
|
|
50
50
|
"react-native",
|
|
@@ -181,4 +181,4 @@
|
|
|
181
181
|
"languages": "kotlin-objc",
|
|
182
182
|
"version": "0.48.3"
|
|
183
183
|
}
|
|
184
|
-
}
|
|
184
|
+
}
|