@dynamic-labs/webview-messages 4.77.4 → 4.78.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/CHANGELOG.md +23 -0
- package/package.cjs +1 -1
- package/package.js +1 -1
- package/package.json +8 -8
- package/src/lib/SdkModuleMessages.d.ts +18 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,27 @@
|
|
|
1
1
|
|
|
2
|
+
### [4.78.1](https://github.com/dynamic-labs/dynamic-auth/compare/v4.78.0...v4.78.1) (2026-04-29)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* **ci:** do not fail on heroku check ([#11054](https://github.com/dynamic-labs/dynamic-auth/issues/11054)) ([fa92c8d](https://github.com/dynamic-labs/dynamic-auth/commit/fa92c8d3770f17802a3d3c4b28fbd72595eff78e))
|
|
8
|
+
* **demo-v2:** gate step-up sign on the actual signing connector (covers ZeroDev over WaaS) ([#11021](https://github.com/dynamic-labs/dynamic-auth/issues/11021)) ([2d7df88](https://github.com/dynamic-labs/dynamic-auth/commit/2d7df884f28013fe53b2f331a6d0f625a0313ff4))
|
|
9
|
+
* remediate high-severity dependency vulnerabilities ([#11039](https://github.com/dynamic-labs/dynamic-auth/issues/11039)) ([55315d9](https://github.com/dynamic-labs/dynamic-auth/commit/55315d92d2b956259b454b888db55bf552e16348)), closes [#498](https://github.com/dynamic-labs/dynamic-auth/issues/498) [#499](https://github.com/dynamic-labs/dynamic-auth/issues/499) [#538](https://github.com/dynamic-labs/dynamic-auth/issues/538) [#256](https://github.com/dynamic-labs/dynamic-auth/issues/256) [#132](https://github.com/dynamic-labs/dynamic-auth/issues/132) [#132](https://github.com/dynamic-labs/dynamic-auth/issues/132) [#11011](https://github.com/dynamic-labs/dynamic-auth/issues/11011) [#10991](https://github.com/dynamic-labs/dynamic-auth/issues/10991)
|
|
10
|
+
* remediate high-severity dependency vulnerabilities ([#11060](https://github.com/dynamic-labs/dynamic-auth/issues/11060)) ([514b8d6](https://github.com/dynamic-labs/dynamic-auth/commit/514b8d60d1436c765388c3a93877c562a6e6b105))
|
|
11
|
+
|
|
12
|
+
## [4.78.0](https://github.com/dynamic-labs/dynamic-auth/compare/v4.77.4...v4.78.0) (2026-04-22)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* add useResetWaasSession ([#10964](https://github.com/dynamic-labs/dynamic-auth/issues/10964)) ([18313ba](https://github.com/dynamic-labs/dynamic-auth/commit/18313ba8ebf78ef42391cba1766a1459988be623))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* banxa rendering issue ios iframe ([#10991](https://github.com/dynamic-labs/dynamic-auth/issues/10991)) ([176bb0e](https://github.com/dynamic-labs/dynamic-auth/commit/176bb0efbe3f803210ae9d7ef8ac0d8591a86c97))
|
|
23
|
+
* prevent modal opacity race condition in useTransition hook ([#10619](https://github.com/dynamic-labs/dynamic-auth/issues/10619)) ([9d38c4b](https://github.com/dynamic-labs/dynamic-auth/commit/9d38c4badbd0269994bdaae378a509d0f22a079a))
|
|
24
|
+
|
|
2
25
|
### [4.77.4](https://github.com/dynamic-labs/dynamic-auth/compare/v4.77.3...v4.77.4) (2026-04-21)
|
|
3
26
|
|
|
4
27
|
|
package/package.cjs
CHANGED
package/package.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dynamic-labs/webview-messages",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.78.1",
|
|
4
4
|
"description": "A package to define messages for the webview-controller",
|
|
5
5
|
"author": "Dynamic Labs, Inc.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@dynamic-labs/sdk-api-core": "0.0.927",
|
|
22
22
|
"@dynamic-labs-sdk/client": "0.24.0",
|
|
23
|
-
"@dynamic-labs/assert-package-version": "4.
|
|
24
|
-
"@dynamic-labs/locale": "4.
|
|
25
|
-
"@dynamic-labs/logger": "4.
|
|
26
|
-
"@dynamic-labs/message-transport": "4.
|
|
27
|
-
"@dynamic-labs/types": "4.
|
|
28
|
-
"@dynamic-labs/wallet-connector-core": "4.
|
|
29
|
-
"@dynamic-labs/webauthn": "4.
|
|
23
|
+
"@dynamic-labs/assert-package-version": "4.78.1",
|
|
24
|
+
"@dynamic-labs/locale": "4.78.1",
|
|
25
|
+
"@dynamic-labs/logger": "4.78.1",
|
|
26
|
+
"@dynamic-labs/message-transport": "4.78.1",
|
|
27
|
+
"@dynamic-labs/types": "4.78.1",
|
|
28
|
+
"@dynamic-labs/wallet-connector-core": "4.78.1",
|
|
29
|
+
"@dynamic-labs/webauthn": "4.78.1"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {}
|
|
32
32
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { LogLevel } from '@dynamic-labs/logger';
|
|
2
|
-
import type { EvmNetwork } from '@dynamic-labs/types';
|
|
2
|
+
import type { EvmNetwork, GenericNetwork } from '@dynamic-labs/types';
|
|
3
3
|
import type { LocaleResource } from '@dynamic-labs/locale';
|
|
4
4
|
/**
|
|
5
5
|
* Defines the settings required by the SDK to be properly initialized
|
|
@@ -18,7 +18,24 @@ export type ClientManifest = {
|
|
|
18
18
|
clientVersion: string;
|
|
19
19
|
cssOverrides?: string;
|
|
20
20
|
environmentId: string;
|
|
21
|
+
/**
|
|
22
|
+
* Overrides for EVM networks. When provided, merges with the dashboard
|
|
23
|
+
* networks (custom entries win on chainId conflicts). Updating this field
|
|
24
|
+
* at runtime swaps the RPC URLs without rebuilding the SDK client.
|
|
25
|
+
*/
|
|
21
26
|
evmNetworks?: EvmNetwork[];
|
|
27
|
+
/**
|
|
28
|
+
* Overrides for Solana networks. See `evmNetworks` for merge semantics.
|
|
29
|
+
*/
|
|
30
|
+
solNetworks?: GenericNetwork[];
|
|
31
|
+
/**
|
|
32
|
+
* Overrides for Bitcoin networks. See `evmNetworks` for merge semantics.
|
|
33
|
+
*/
|
|
34
|
+
bitcoinNetworks?: GenericNetwork[];
|
|
35
|
+
/**
|
|
36
|
+
* Overrides for TON networks. See `evmNetworks` for merge semantics.
|
|
37
|
+
*/
|
|
38
|
+
tonNetworks?: GenericNetwork[];
|
|
22
39
|
platform: 'browser' | 'react-native' | 'flutter' | 'swift' | 'kotlin' | 'unity';
|
|
23
40
|
redirectUrl: string;
|
|
24
41
|
globalWallets?: ('droplet' | 'sei')[];
|