@dynamic-labs/wallet-book 2.6.2 → 2.6.3

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/CHANGELOG.md CHANGED
@@ -1,4 +1,12 @@
1
1
 
2
+ ### [2.6.3](https://github.com/dynamic-labs/DynamicAuth/compare/v2.6.2...v2.6.3) (2024-09-16)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * deeplinking on magic eden evm and bitcoin ([#6920](https://github.com/dynamic-labs/DynamicAuth/issues/6920)) ([b00c358](https://github.com/dynamic-labs/DynamicAuth/commit/b00c35843ace58e4898abd9404568aebcc44c0e5))
8
+ * sendBitcoin for unisat ([#6904](https://github.com/dynamic-labs/DynamicAuth/issues/6904)) ([d9a8388](https://github.com/dynamic-labs/DynamicAuth/commit/d9a8388748e2c998567b101f874b20fab65e54ab))
9
+
2
10
  ### [2.6.2](https://github.com/dynamic-labs/DynamicAuth/compare/v2.6.1...v2.6.2) (2024-09-11)
3
11
 
4
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/wallet-book",
3
- "version": "2.6.2",
3
+ "version": "2.6.3",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/dynamic-labs/dynamic-auth.git",
@@ -26,9 +26,9 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "zod": "3.22.4",
29
- "@dynamic-labs/iconic": "2.6.2",
30
- "@dynamic-labs/logger": "2.6.2",
31
- "@dynamic-labs/utils": "2.6.2",
29
+ "@dynamic-labs/iconic": "2.6.3",
30
+ "@dynamic-labs/logger": "2.6.3",
31
+ "@dynamic-labs/utils": "2.6.3",
32
32
  "util": "0.12.5"
33
33
  },
34
34
  "peerDependencies": {
@@ -786,6 +786,12 @@ var wallets = {
786
786
  }
787
787
  }
788
788
  ],
789
+ mobile: {
790
+ androidId: "com.magiceden.wallet",
791
+ inAppBrowser: "magiceden://browser/{{encodedDappURI}}",
792
+ iosId: "id6478631482",
793
+ universal: "https://magiceden.io/browser/{{encodedDappURI}}"
794
+ },
789
795
  name: "Magic Eden",
790
796
  shortName: "Magic Eden (Bitcoin)"
791
797
  },
@@ -782,6 +782,12 @@ var wallets = {
782
782
  }
783
783
  }
784
784
  ],
785
+ mobile: {
786
+ androidId: "com.magiceden.wallet",
787
+ inAppBrowser: "magiceden://browser/{{encodedDappURI}}",
788
+ iosId: "id6478631482",
789
+ universal: "https://magiceden.io/browser/{{encodedDappURI}}"
790
+ },
785
791
  name: "Magic Eden",
786
792
  shortName: "Magic Eden (Bitcoin)"
787
793
  },