@aptos-labs/wallet-adapter-core 4.18.0 → 4.18.1

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 CHANGED
@@ -741,7 +741,7 @@ var WalletStandardCore = class {
741
741
  // src/ga/index.ts
742
742
  var GA4 = class {
743
743
  constructor() {
744
- this.aptosGAID = "G-GNVVWBL3J9";
744
+ this.aptosGAID = true;
745
745
  this.injectGA(this.aptosGAID);
746
746
  }
747
747
  gtag(a, b, c) {
@@ -963,7 +963,7 @@ var WalletCore = class extends import_eventemitter32.default {
963
963
  network: (_b = this._network) == null ? void 0 : _b.name,
964
964
  network_url: (_c = this._network) == null ? void 0 : _c.url,
965
965
  adapter_core_version: WALLET_ADAPTER_CORE_VERSION,
966
- send_to: "G-GNVVWBL3J9",
966
+ send_to: true,
967
967
  ...additionalInfo
968
968
  });
969
969
  }
package/dist/index.mjs CHANGED
@@ -709,7 +709,7 @@ var WalletStandardCore = class {
709
709
  // src/ga/index.ts
710
710
  var GA4 = class {
711
711
  constructor() {
712
- this.aptosGAID = "G-GNVVWBL3J9";
712
+ this.aptosGAID = true;
713
713
  this.injectGA(this.aptosGAID);
714
714
  }
715
715
  gtag(a, b, c) {
@@ -931,7 +931,7 @@ var WalletCore = class extends EventEmitter2 {
931
931
  network: (_b = this._network) == null ? void 0 : _b.name,
932
932
  network_url: (_c = this._network) == null ? void 0 : _c.url,
933
933
  adapter_core_version: WALLET_ADAPTER_CORE_VERSION,
934
- send_to: "G-GNVVWBL3J9",
934
+ send_to: true,
935
935
  ...additionalInfo
936
936
  });
937
937
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aptos-labs/wallet-adapter-core",
3
- "version": "4.18.0",
3
+ "version": "4.18.1",
4
4
  "description": "Aptos Wallet Adapter Core",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -35,14 +35,14 @@
35
35
  "ts-jest": "^29.0.3",
36
36
  "tsup": "^5.10.1",
37
37
  "typescript": "^4.5.3",
38
- "@aptos-labs/eslint-config-adapter": "0.0.1",
39
- "@aptos-labs/wallet-adapter-tsconfig": "0.0.1"
38
+ "@aptos-labs/wallet-adapter-tsconfig": "0.0.1",
39
+ "@aptos-labs/eslint-config-adapter": "0.0.1"
40
40
  },
41
41
  "dependencies": {
42
42
  "@aptos-connect/wallet-adapter-plugin": "^2.1.1",
43
43
  "@aptos-labs/wallet-standard": "^0.2.0",
44
44
  "@atomrigslab/aptos-wallet-adapter": "^0.1.20",
45
- "@mizuwallet-sdk/aptos-wallet-adapter": "^0.2.5",
45
+ "@mizuwallet-sdk/aptos-wallet-adapter": "^0.3.1",
46
46
  "buffer": "^6.0.3",
47
47
  "eventemitter3": "^4.0.7",
48
48
  "tweetnacl": "^1.0.3"