Merge pull request #541 from ravikp/develop-07-02-2023

Release 07-02-2023: Improve IOS transfer speed and minor fixes on Android
This commit is contained in:
RAVI KUMAR PASUMARTHY
2023-02-07 18:58:10 +05:30
committed by GitHub
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -54,7 +54,7 @@
"react-native-gesture-handler": "~2.1.0",
"react-native-keychain": "^8.0.0",
"react-native-location-enabler": "^4.1.0",
"react-native-openid4vp-ble": "github:mosip/tuvali#v0.2.1",
"react-native-openid4vp-ble": "github:mosip/tuvali#v0.2.2",
"react-native-permissions": "^3.6.0",
"react-native-popable": "^0.4.3",
"react-native-qrcode-svg": "^6.1.1",
@@ -21180,8 +21180,8 @@
}
},
"node_modules/react-native-openid4vp-ble": {
"version": "0.1.0",
"resolved": "git+ssh://git@github.com/mosip/tuvali.git#64fb1ed12233965c71a891dffbdfb6f00b6dd06a",
"version": "0.2.2",
"resolved": "git+ssh://git@github.com/mosip/tuvali.git#5dad650438fd85ba78a1a19b789411bbd7c58681",
"license": "MIT",
"peerDependencies": {
"react": "*",
@@ -44132,8 +44132,8 @@
"requires": {}
},
"react-native-openid4vp-ble": {
"version": "git+ssh://git@github.com/mosip/tuvali.git#64fb1ed12233965c71a891dffbdfb6f00b6dd06a",
"from": "react-native-openid4vp-ble@github:mosip/tuvali#v0.2.1",
"version": "git+ssh://git@github.com/mosip/tuvali.git#5dad650438fd85ba78a1a19b789411bbd7c58681",
"from": "react-native-openid4vp-ble@github:mosip/tuvali#v0.2.2",
"requires": {}
},
"react-native-permissions": {

View File

@@ -59,7 +59,7 @@
"react-native-gesture-handler": "~2.1.0",
"react-native-keychain": "^8.0.0",
"react-native-location-enabler": "^4.1.0",
"react-native-openid4vp-ble": "github:mosip/tuvali#v0.2.1",
"react-native-openid4vp-ble": "github:mosip/tuvali#v0.2.2",
"react-native-permissions": "^3.6.0",
"react-native-popable": "^0.4.3",
"react-native-qrcode-svg": "^6.1.1",