@aptos-labs/wallet-adapter-core 7.6.0 → 7.7.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/constants.d.ts +2 -2
- package/dist/constants.d.ts.map +1 -1
- 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/walletSelector.d.ts +5 -5
- package/dist/utils/walletSelector.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/constants.ts +4 -4
- package/src/utils/walletSelector.ts +5 -5
package/dist/index.mjs
CHANGED
|
@@ -329,7 +329,7 @@ var GA4 = /*#__PURE__*/ function() {
|
|
|
329
329
|
"use strict";
|
|
330
330
|
function GA4() {
|
|
331
331
|
_class_call_check(this, GA4);
|
|
332
|
-
this.aptosGAID =
|
|
332
|
+
this.aptosGAID = true;
|
|
333
333
|
this.injectGA(this.aptosGAID);
|
|
334
334
|
}
|
|
335
335
|
_create_class(GA4, [
|
|
@@ -1082,7 +1082,7 @@ var WalletCore = /*#__PURE__*/ function(EventEmitter) {
|
|
|
1082
1082
|
network: (_this__network = this._network) === null || _this__network === void 0 ? void 0 : _this__network.name,
|
|
1083
1083
|
network_url: (_this__network1 = this._network) === null || _this__network1 === void 0 ? void 0 : _this__network1.url,
|
|
1084
1084
|
adapter_core_version: WALLET_ADAPTER_CORE_VERSION,
|
|
1085
|
-
send_to:
|
|
1085
|
+
send_to: true
|
|
1086
1086
|
}, additionalInfo));
|
|
1087
1087
|
}
|
|
1088
1088
|
},
|