@aptos-connect/web-transport
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -153,4 +153,6 @@ "use strict"; | ||
if (response.args.status === "approved") { | ||
const { account } = response.args.args; | ||
addConnectedAccount(account); | ||
const { account, pairing } = response.args.args; | ||
if (pairing === void 0) { | ||
addConnectedAccount(account); | ||
} | ||
} | ||
@@ -157,0 +159,0 @@ return serializedResponse; |
{ | ||
"name": "@aptos-connect/web-transport", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"license": "MIT", | ||
@@ -14,3 +14,3 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"@aptos-connect/wallet-api": "^0.0.6", | ||
"@aptos-connect/wallet-api": "^0.1.0", | ||
"uuid": "^9.0.1" | ||
@@ -28,4 +28,4 @@ }, | ||
"typescript": "5.0.4", | ||
"@identity-connect/tsconfig": "0.0.0", | ||
"@identity-connect/eslint-config": "0.0.0" | ||
"@identity-connect/eslint-config": "0.0.0", | ||
"@identity-connect/tsconfig": "0.0.0" | ||
}, | ||
@@ -32,0 +32,0 @@ "files": [ |
@@ -48,4 +48,6 @@ // Copyright © Aptos | ||
if (response.args.status === 'approved') { | ||
const { account } = response.args.args; | ||
addConnectedAccount(account); | ||
const { account, pairing } = response.args.args; | ||
if (pairing === undefined) { | ||
addConnectedAccount(account); | ||
} | ||
} | ||
@@ -52,0 +54,0 @@ return serializedResponse; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
47048
566
+ Added@aptos-connect/wallet-api@0.1.8(transitive)
+ Added@aptos-labs/aptos-cli@1.0.2(transitive)
+ Added@aptos-labs/aptos-client@1.0.0(transitive)
+ Added@aptos-labs/aptos-dynamic-transaction-composer@0.1.3(transitive)
+ Added@aptos-labs/script-composer-pack@0.0.9(transitive)
+ Added@aptos-labs/ts-sdk@1.35.0(transitive)
+ Added@identity-connect/api@0.7.0(transitive)
+ Addedaxios@1.7.9(transitive)
- Removed@aptos-connect/wallet-api@0.0.6(transitive)