@expandorg/app-auth
Advanced tools
Comparing version 0.0.30 to 0.0.31
{ | ||
"name": "@expandorg/app-auth", | ||
"version": "0.0.30", | ||
"version": "0.0.31", | ||
"description": "Auth app", | ||
@@ -21,6 +21,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"@expandorg/api-client": "^0.0.20", | ||
"@expandorg/app-utils": "^0.0.36" | ||
"@expandorg/api-client": "^0.0.21", | ||
"@expandorg/app-utils": "^0.0.37" | ||
}, | ||
"gitHead": "610bca6faa505b76fa8c7916ed4344380573b61f" | ||
"gitHead": "32124066122cb67ee261472b69f4993331538e31" | ||
} |
@@ -71,7 +71,4 @@ import { takeEvery, call, put, select, getContext } from 'redux-saga/effects'; | ||
const services = yield getContext('services'); | ||
const gemsService = services.resolve('gems'); | ||
yield call(gemsService.ensureEnable); | ||
const address = gemsService.getDefaultAccount(); | ||
@@ -104,4 +101,2 @@ | ||
yield call(gemsService.ensureEnable); | ||
const address = gemsService.getDefaultAccount(); | ||
@@ -108,0 +103,0 @@ const { result: signature } = yield call( |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12053
383
+ Added@expandorg/api-client@0.0.21(transitive)
+ Added@expandorg/app-utils@0.0.37(transitive)
- Removed@expandorg/api-client@0.0.20(transitive)
- Removed@expandorg/app-utils@0.0.36(transitive)
Updated@expandorg/app-utils@^0.0.37