@taquito/beacon-wallet 17.5.1 → 17.5.2
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/dist/lib/taquito-beacon-wallet.js +2 -1
- package/dist/lib/version.js +2 -2
- package/dist/taquito-beacon-wallet.es6.js +4 -3
- package/dist/taquito-beacon-wallet.es6.js.map +1 -1
- package/dist/taquito-beacon-wallet.umd.js +4 -3
- package/dist/taquito-beacon-wallet.umd.js.map +1 -1
- package/dist/types/taquito-beacon-wallet.d.ts +1 -1
- package/package.json +4 -4
|
@@ -55,12 +55,13 @@ class BeaconWallet {
|
|
|
55
55
|
});
|
|
56
56
|
}
|
|
57
57
|
getPK() {
|
|
58
|
+
var _a;
|
|
58
59
|
return __awaiter(this, void 0, void 0, function* () {
|
|
59
60
|
const account = yield this.client.getActiveAccount();
|
|
60
61
|
if (!account) {
|
|
61
62
|
throw new errors_1.BeaconWalletNotInitialized();
|
|
62
63
|
}
|
|
63
|
-
return account.publicKey;
|
|
64
|
+
return (_a = account.publicKey) !== null && _a !== void 0 ? _a : '';
|
|
64
65
|
});
|
|
65
66
|
}
|
|
66
67
|
mapTransferParamsToWalletParams(params) {
|
package/dist/lib/version.js
CHANGED
|
@@ -3,6 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VERSION = void 0;
|
|
4
4
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
5
5
|
exports.VERSION = {
|
|
6
|
-
"commitHash": "
|
|
7
|
-
"version": "17.5.
|
|
6
|
+
"commitHash": "46a535eea78d77ebb5509ccd1d1cbd01075c7461",
|
|
7
|
+
"version": "17.5.2"
|
|
8
8
|
};
|
|
@@ -63,8 +63,8 @@ class MissingRequiredScopes extends PermissionDeniedError {
|
|
|
63
63
|
|
|
64
64
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
65
65
|
const VERSION = {
|
|
66
|
-
"commitHash": "
|
|
67
|
-
"version": "17.5.
|
|
66
|
+
"commitHash": "46a535eea78d77ebb5509ccd1d1cbd01075c7461",
|
|
67
|
+
"version": "17.5.2"
|
|
68
68
|
};
|
|
69
69
|
|
|
70
70
|
/**
|
|
@@ -101,12 +101,13 @@ class BeaconWallet {
|
|
|
101
101
|
});
|
|
102
102
|
}
|
|
103
103
|
getPK() {
|
|
104
|
+
var _a;
|
|
104
105
|
return __awaiter(this, void 0, void 0, function* () {
|
|
105
106
|
const account = yield this.client.getActiveAccount();
|
|
106
107
|
if (!account) {
|
|
107
108
|
throw new BeaconWalletNotInitialized();
|
|
108
109
|
}
|
|
109
|
-
return account.publicKey;
|
|
110
|
+
return (_a = account.publicKey) !== null && _a !== void 0 ? _a : '';
|
|
110
111
|
});
|
|
111
112
|
}
|
|
112
113
|
mapTransferParamsToWalletParams(params) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"taquito-beacon-wallet.es6.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"taquito-beacon-wallet.es6.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
|
|
64
64
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
65
65
|
const VERSION = {
|
|
66
|
-
"commitHash": "
|
|
67
|
-
"version": "17.5.
|
|
66
|
+
"commitHash": "46a535eea78d77ebb5509ccd1d1cbd01075c7461",
|
|
67
|
+
"version": "17.5.2"
|
|
68
68
|
};
|
|
69
69
|
|
|
70
70
|
/**
|
|
@@ -101,12 +101,13 @@
|
|
|
101
101
|
});
|
|
102
102
|
}
|
|
103
103
|
getPK() {
|
|
104
|
+
var _a;
|
|
104
105
|
return __awaiter(this, void 0, void 0, function* () {
|
|
105
106
|
const account = yield this.client.getActiveAccount();
|
|
106
107
|
if (!account) {
|
|
107
108
|
throw new BeaconWalletNotInitialized();
|
|
108
109
|
}
|
|
109
|
-
return account.publicKey;
|
|
110
|
+
return (_a = account.publicKey) !== null && _a !== void 0 ? _a : '';
|
|
110
111
|
});
|
|
111
112
|
}
|
|
112
113
|
mapTransferParamsToWalletParams(params) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"taquito-beacon-wallet.umd.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"taquito-beacon-wallet.umd.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -12,7 +12,7 @@ export declare class BeaconWallet implements WalletProvider {
|
|
|
12
12
|
private validateRequiredScopesOrFail;
|
|
13
13
|
requestPermissions(request?: RequestPermissionInput): Promise<void>;
|
|
14
14
|
getPKH(): Promise<string>;
|
|
15
|
-
getPK(): Promise<string
|
|
15
|
+
getPK(): Promise<string>;
|
|
16
16
|
mapTransferParamsToWalletParams(params: () => Promise<WalletTransferParams>): Promise<any>;
|
|
17
17
|
mapIncreasePaidStorageWalletParams(params: () => Promise<WalletIncreasePaidStorageParams>): Promise<any>;
|
|
18
18
|
mapOriginateParamsToWalletParams(params: () => Promise<WalletOriginateParams>): Promise<any>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/beacon-wallet",
|
|
3
|
-
"version": "17.5.
|
|
3
|
+
"version": "17.5.2",
|
|
4
4
|
"description": "Beacon wallet provider",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tezos",
|
|
@@ -67,8 +67,8 @@
|
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"@airgap/beacon-dapp": "4.1.0",
|
|
70
|
-
"@taquito/core": "^17.5.
|
|
71
|
-
"@taquito/taquito": "^17.5.
|
|
70
|
+
"@taquito/core": "^17.5.2",
|
|
71
|
+
"@taquito/taquito": "^17.5.2"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@types/bluebird": "^3.5.40",
|
|
@@ -99,5 +99,5 @@
|
|
|
99
99
|
"ts-toolbelt": "^9.6.0",
|
|
100
100
|
"typescript": "5.2.2"
|
|
101
101
|
},
|
|
102
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "16d75a1beefb47874b696ee49d61769d6cf04f7b"
|
|
103
103
|
}
|