@dynamic-labs/wallet-book 4.0.0-alpha.3 → 4.0.0-alpha.5

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,25 @@
1
1
 
2
+ ## [4.0.0-alpha.5](https://github.com/dynamic-labs/DynamicAuth/compare/v4.0.0-alpha.4...v4.0.0-alpha.5) (2024-09-25)
3
+
4
+
5
+ ### Features
6
+
7
+ * add isInstalledOnBrowser prop to wallet options in useWalletOptions ([#6976](https://github.com/dynamic-labs/DynamicAuth/issues/6976)) ([0fda409](https://github.com/dynamic-labs/DynamicAuth/commit/0fda409b293c83d73869d791c3d38ac421dcdecb))
8
+
9
+
10
+ ### Bug Fixes
11
+
12
+ * **client:** return user profile when using sign in with external jwt ([#7004](https://github.com/dynamic-labs/DynamicAuth/issues/7004)) ([927cfb6](https://github.com/dynamic-labs/DynamicAuth/commit/927cfb69f3dd7f8b00e3f0f975277a84c99c830b))
13
+ * react-native-extension to include esm ([#6965](https://github.com/dynamic-labs/DynamicAuth/issues/6965)) ([336825b](https://github.com/dynamic-labs/DynamicAuth/commit/336825b50142002bbc67c6f8850bd63030bf384b))
14
+
15
+ ## [4.0.0-alpha.4](https://github.com/dynamic-labs/DynamicAuth/compare/v4.0.0-alpha.3...v4.0.0-alpha.4) (2024-09-23)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * issue where builtin stream module was a dependency ([#6968](https://github.com/dynamic-labs/DynamicAuth/issues/6968)) ([0661129](https://github.com/dynamic-labs/DynamicAuth/commit/0661129920ba70ebbcd4d17ee5aa988c51d1b477))
21
+ * update in memory secure storage ([#6955](https://github.com/dynamic-labs/DynamicAuth/issues/6955)) ([697fc20](https://github.com/dynamic-labs/DynamicAuth/commit/697fc20740b243fa31ecf06e8b2ed9d09932a544))
22
+
2
23
  ## [4.0.0-alpha.3](https://github.com/dynamic-labs/DynamicAuth/compare/v4.0.0-alpha.2...v4.0.0-alpha.3) (2024-09-20)
3
24
 
4
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/wallet-book",
3
- "version": "4.0.0-alpha.3",
3
+ "version": "4.0.0-alpha.5",
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": "4.0.0-alpha.3",
30
- "@dynamic-labs/logger": "4.0.0-alpha.3",
31
- "@dynamic-labs/utils": "4.0.0-alpha.3",
29
+ "@dynamic-labs/iconic": "4.0.0-alpha.5",
30
+ "@dynamic-labs/logger": "4.0.0-alpha.5",
31
+ "@dynamic-labs/utils": "4.0.0-alpha.5",
32
32
  "util": "0.12.5"
33
33
  },
34
34
  "peerDependencies": {
@@ -1158,6 +1158,11 @@ var wallets = {
1158
1158
  ]
1159
1159
  }
1160
1160
  ],
1161
+ mobile: {
1162
+ androidId: "app.backpack.mobile",
1163
+ iosId: "id6445964121",
1164
+ native: "backpack://wc"
1165
+ },
1161
1166
  name: "Backpack",
1162
1167
  walletConnect: {
1163
1168
  sdks: [
@@ -1154,6 +1154,11 @@ var wallets = {
1154
1154
  ]
1155
1155
  }
1156
1156
  ],
1157
+ mobile: {
1158
+ androidId: "app.backpack.mobile",
1159
+ iosId: "id6445964121",
1160
+ native: "backpack://wc"
1161
+ },
1157
1162
  name: "Backpack",
1158
1163
  walletConnect: {
1159
1164
  sdks: [