@aptos-labs/wallet-adapter-core 7.1.2 → 7.3.0
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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/utils/helpers.d.ts +2 -2
- package/dist/version.d.ts +1 -1
- package/package.json +3 -3
- package/src/WalletCore.ts +1 -1
- package/src/version.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -470,7 +470,7 @@ __export(index_exports, {
|
|
|
470
470
|
});
|
|
471
471
|
module.exports = __toCommonJS(index_exports);
|
|
472
472
|
// src/version.ts
|
|
473
|
-
var WALLET_ADAPTER_CORE_VERSION = "7.
|
|
473
|
+
var WALLET_ADAPTER_CORE_VERSION = "7.3.0";
|
|
474
474
|
// src/WalletCore.ts
|
|
475
475
|
var import_eventemitter3 = __toESM(require("eventemitter3"));
|
|
476
476
|
var import_ts_sdk2 = require("@aptos-labs/ts-sdk");
|
|
@@ -1864,7 +1864,7 @@ var WalletCore = /*#__PURE__*/ function(_import_eventemitter3_default) {
|
|
|
1864
1864
|
}
|
|
1865
1865
|
];
|
|
1866
1866
|
case 3:
|
|
1867
|
-
if (!(((_this__wallet_features_aptossignTransaction = _this._wallet.features["aptos:signTransaction"]) === null || _this__wallet_features_aptossignTransaction === void 0 ? void 0 : _this__wallet_features_aptossignTransaction.version) === "1.1")) return [
|
|
1867
|
+
if (!(((_this__wallet_features_aptossignTransaction = _this._wallet.features["aptos:signTransaction"]) === null || _this__wallet_features_aptossignTransaction === void 0 ? void 0 : _this__wallet_features_aptossignTransaction.version) === "1.1.0")) return [
|
|
1868
1868
|
3,
|
|
1869
1869
|
5
|
|
1870
1870
|
];
|