update dhive library3

This commit is contained in:
feruz 2020-07-18 11:50:14 +03:00
parent d60d6dc6fb
commit 974739d337
4 changed files with 17 additions and 17 deletions

View File

@ -936,7 +936,7 @@
CODE_SIGN_ENTITLEMENTS = Ecency/Ecency.entitlements;
CODE_SIGN_IDENTITY = "iPhone Developer";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 2471;
CURRENT_PROJECT_VERSION = 2513;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = 75B6RXTKGT;
HEADER_SEARCH_PATHS = (
@ -1007,7 +1007,7 @@
CODE_SIGN_ENTITLEMENTS = Ecency/Ecency.entitlements;
CODE_SIGN_IDENTITY = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 2471;
CURRENT_PROJECT_VERSION = 2513;
DEAD_CODE_STRIPPING = NO;
DEVELOPMENT_TEAM = 75B6RXTKGT;
HEADER_SEARCH_PATHS = (

View File

@ -38,24 +38,24 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>3</string>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>LSRequiresIPhoneOS</key>
<true />
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true />
<true/>
<key>NSExceptionDomains</key>
<dict>
<key>hivesigner.com</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true />
<true/>
</dict>
<key>localhost</key>
<dict>
<key>NSExceptionAllowsInsecureHTTPLoads</key>
<true />
<true/>
</dict>
</dict>
</dict>
@ -109,12 +109,12 @@
<string>armv7</string>
</array>
<key>UIRequiresFullScreen</key>
<true />
<true/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false />
<false/>
</dict>
</plist>

View File

@ -24,7 +24,7 @@
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"@esteemapp/dhive": "^0.14.3",
"@esteemapp/dhive": "^0.14.4",
"@esteemapp/esteem-render-helpers": "^1.3.8",
"@esteemapp/react-native-autocomplete-input": "^4.2.1",
"@esteemapp/react-native-modal-popover": "^0.0.15",

View File

@ -1131,14 +1131,14 @@
dependencies:
"@types/hammerjs" "^2.0.36"
"@esteemapp/dhive@^0.14.3":
version "0.14.3"
resolved "https://registry.yarnpkg.com/@esteemapp/dhive/-/dhive-0.14.3.tgz#a378e7894affbf0f030127743be60190e6e809e0"
integrity sha512-JG1TSvH1IGqznjO7bDYTgIgtlMV+Ev196gnziKuAVK5SpdCJuZnbHwIMu1zuCAJCVYgz89/63Q/ahMBcj0VZVA==
"@esteemapp/dhive@^0.14.4":
version "0.14.4"
resolved "https://registry.yarnpkg.com/@esteemapp/dhive/-/dhive-0.14.4.tgz#3aeac9ae7fec1f16902a23e78a019e5e3393db0d"
integrity sha512-Su6UnUDkyIugmZhMKn++BzUdBoRmoEzoMMg9LQBAFjtZYWiKleZUv4ZLminM4MtYG1MAsD71k3hJHwlaysnzCQ==
dependencies:
bs58 "^4.0.1"
bytebuffer "^5.0.1"
core-js "^3.6.4"
core-js "^2.5.0"
cross-fetch "^3.0.4"
node-fetch "^2.6.0"
secp256k1 "^3.8.0"
@ -3093,12 +3093,12 @@ core-js@^1.0.0:
resolved "https://registry.yarnpkg.com/core-js/-/core-js-1.2.7.tgz#652294c14651db28fa93bd2d5ff2983a4f08c636"
integrity sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=
core-js@^2.2.2, core-js@^2.4.0, core-js@^2.4.1, core-js@^2.6.0:
core-js@^2.2.2, core-js@^2.4.0, core-js@^2.4.1, core-js@^2.5.0, core-js@^2.6.0:
version "2.6.11"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.11.tgz#38831469f9922bded8ee21c9dc46985e0399308c"
integrity sha512-5wjnpaT/3dV+XB4borEsnAYQchn00XSgTAWKDkEqv+K8KevjbzmofK6hfJ9TZIlpj2N0xQpazy7PiRQiWHqzWg==
core-js@^3.1.4, core-js@^3.6.4:
core-js@^3.1.4:
version "3.6.5"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.6.5.tgz#7395dc273af37fb2e50e9bd3d9fe841285231d1a"
integrity sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==