@oscilar/react-native-oscilar-module 3.0.7 → 3.1.0
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.
- package/OscilarModule.podspec +1 -1
- package/android/build.gradle +2 -2
- package/package.json +2 -2
package/OscilarModule.podspec
CHANGED
package/android/build.gradle
CHANGED
|
@@ -95,8 +95,8 @@ def kotlin_version = getExtOrDefault("kotlinVersion")
|
|
|
95
95
|
dependencies {
|
|
96
96
|
implementation "com.facebook.react:react-android"
|
|
97
97
|
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
|
98
|
-
debugImplementation "com.oscilar:osclib:3.
|
|
99
|
-
releaseImplementation "com.oscilar:osclib:3.
|
|
98
|
+
debugImplementation "com.oscilar:osclib:3.2.0"
|
|
99
|
+
releaseImplementation "com.oscilar:osclib:3.2.0"
|
|
100
100
|
implementation "com.google.code.gson:gson:2.10.1"
|
|
101
101
|
implementation "com.squareup.retrofit2:retrofit:2.9.0"
|
|
102
102
|
implementation "com.squareup.retrofit2:converter-gson:2.9.0"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oscilar/react-native-oscilar-module",
|
|
3
|
-
"version": "3.0
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "Oscilar module for React Native",
|
|
5
5
|
"source": "./src/index.tsx",
|
|
6
6
|
"main": "./lib/commonjs/index.js",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"@types/react": "^18.2.44",
|
|
79
79
|
"commitlint": "^17.0.2",
|
|
80
80
|
"del-cli": "^5.1.0",
|
|
81
|
-
"detox": "^20.
|
|
81
|
+
"detox": "^20.44.0",
|
|
82
82
|
"eslint": "^8.51.0",
|
|
83
83
|
"eslint-config-prettier": "^9.0.0",
|
|
84
84
|
"eslint-plugin-ft-flow": "latest",
|