@txnlab/use-wallet 4.0.0-beta.5 → 4.0.0
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.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +15 -1
- package/dist/index.d.ts +15 -1
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3341,6 +3341,7 @@ __export(index_exports, {
|
|
|
3341
3341
|
LogLevel: () => LogLevel,
|
|
3342
3342
|
MagicAuth: () => MagicAuth,
|
|
3343
3343
|
MnemonicWallet: () => MnemonicWallet,
|
|
3344
|
+
NetworkConfigBuilder: () => NetworkConfigBuilder,
|
|
3344
3345
|
NetworkId: () => NetworkId,
|
|
3345
3346
|
PeraWallet: () => PeraWallet,
|
|
3346
3347
|
SessionError: () => SessionError,
|
|
@@ -6804,6 +6805,7 @@ var webpackFallback = {
|
|
|
6804
6805
|
LogLevel,
|
|
6805
6806
|
MagicAuth,
|
|
6806
6807
|
MnemonicWallet,
|
|
6808
|
+
NetworkConfigBuilder,
|
|
6807
6809
|
NetworkId,
|
|
6808
6810
|
PeraWallet,
|
|
6809
6811
|
SessionError,
|