@dynamic-labs/waas-evm 4.12.2-preview.0 → 4.12.2
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 +6 -2
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,19 @@
|
|
|
1
1
|
|
|
2
|
-
### [4.12.2
|
|
2
|
+
### [4.12.2](https://github.com/dynamic-labs/dynamic-auth/compare/v4.12.1...v4.12.2) (2025-04-16)
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
### Features
|
|
6
6
|
|
|
7
|
-
* add
|
|
7
|
+
* (GVTY-2971) add sui to primary wallet chain list ([#8545](https://github.com/dynamic-labs/dynamic-auth/issues/8545)) ([9ed968f](https://github.com/dynamic-labs/dynamic-auth/commit/9ed968f4a49539262316e76158c5419e1c8e2e11))
|
|
8
|
+
* (GVTY-2975) attach sender for waas sui wallet sign transaction ([#8553](https://github.com/dynamic-labs/dynamic-auth/issues/8553)) ([bc06328](https://github.com/dynamic-labs/dynamic-auth/commit/bc06328e5f5b0170367ee6610d23ca7041926743))
|
|
9
|
+
* add zksync smart accounts to global wallets ([#8479](https://github.com/dynamic-labs/dynamic-auth/issues/8479)) ([fac9ed1](https://github.com/dynamic-labs/dynamic-auth/commit/fac9ed134bd21dc31a3c17d00c9c85027aeec6b1))
|
|
8
10
|
|
|
9
11
|
|
|
10
12
|
### Bug Fixes
|
|
11
13
|
|
|
12
14
|
* **bridge:** wrong wallet/chain displaying when switching bridge chains ([#8541](https://github.com/dynamic-labs/dynamic-auth/issues/8541)) ([c9915d2](https://github.com/dynamic-labs/dynamic-auth/commit/c9915d2ede29aac0063ff89539a44e626285d8d0))
|
|
15
|
+
* don't show mobile store buttons if there's no mobile download link for the wallet ([#8542](https://github.com/dynamic-labs/dynamic-auth/issues/8542)) ([f86bf2b](https://github.com/dynamic-labs/dynamic-auth/commit/f86bf2b3b93392b5b9e51ed075e93f10f64d3368))
|
|
16
|
+
* embedded wallet fallback to first vc if vc is not on primary chain ([#8552](https://github.com/dynamic-labs/dynamic-auth/issues/8552)) ([634c323](https://github.com/dynamic-labs/dynamic-auth/commit/634c3236ad24abd9ed72aabe4ec928cf1385a586))
|
|
13
17
|
|
|
14
18
|
### [4.12.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.12.0...v4.12.1) (2025-04-15)
|
|
15
19
|
|
package/package.cjs
CHANGED
package/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/waas-evm",
|
|
3
|
-
"version": "4.12.2
|
|
3
|
+
"version": "4.12.2",
|
|
4
4
|
"description": "A React SDK for implementing wallet web3 authentication and authorization to your website.",
|
|
5
5
|
"author": "Dynamic Labs, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@dynamic-labs-wallet/evm": "0.0.60",
|
|
22
22
|
"viem": "2.21.55",
|
|
23
|
-
"@dynamic-labs/assert-package-version": "4.12.2
|
|
24
|
-
"@dynamic-labs/ethereum-core": "4.12.2
|
|
25
|
-
"@dynamic-labs/logger": "4.12.2
|
|
26
|
-
"@dynamic-labs/types": "4.12.2
|
|
27
|
-
"@dynamic-labs/utils": "4.12.2
|
|
28
|
-
"@dynamic-labs/wallet-connector-core": "4.12.2
|
|
23
|
+
"@dynamic-labs/assert-package-version": "4.12.2",
|
|
24
|
+
"@dynamic-labs/ethereum-core": "4.12.2",
|
|
25
|
+
"@dynamic-labs/logger": "4.12.2",
|
|
26
|
+
"@dynamic-labs/types": "4.12.2",
|
|
27
|
+
"@dynamic-labs/utils": "4.12.2",
|
|
28
|
+
"@dynamic-labs/wallet-connector-core": "4.12.2"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {}
|
|
31
31
|
}
|