@rango-dev/wallets-shared 0.33.1-next.1 → 0.34.1-next.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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # [0.34.0](https://github.com/rango-exchange/rango-client/compare/wallets-shared@0.33.0...wallets-shared@0.34.0) (2024-06-01)
2
+
3
+
4
+
1
5
  # [0.33.0](https://github.com/rango-exchange/rango-client/compare/wallets-shared@0.32.0...wallets-shared@0.33.0) (2024-05-14)
2
6
 
3
7
 
@@ -0,0 +1 @@
1
+ {"inputs":{"src/rango.ts":{"bytes":7613,"imports":[{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"src/helpers.ts":{"bytes":6077,"imports":[{"path":"src/rango.ts","kind":"import-statement","original":"./rango"},{"path":"ethers/lib/utils.js","kind":"import-statement","external":true},{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"src/providers.ts":{"bytes":4321,"imports":[{"path":"rango-types","kind":"import-statement","external":true},{"path":"src/helpers.ts","kind":"import-statement","original":"./helpers"},{"path":"src/rango.ts","kind":"import-statement","original":"./rango"},{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"src/getCosmosAccounts.ts":{"bytes":6216,"imports":[{"path":"src/helpers.ts","kind":"import-statement","original":"./helpers"},{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"src/index.ts":{"bytes":118,"imports":[{"path":"src/helpers.ts","kind":"import-statement","original":"./helpers"},{"path":"src/providers.ts","kind":"import-statement","original":"./providers"},{"path":"src/rango.ts","kind":"import-statement","original":"./rango"},{"path":"src/getCosmosAccounts.ts","kind":"import-statement","original":"./getCosmosAccounts"}],"format":"esm"}},"outputs":{"dist/index.js.map":{"imports":[],"exports":[],"inputs":{},"bytes":37237},"dist/index.js":{"imports":[{"path":"ethers/lib/utils.js","kind":"import-statement","external":true},{"path":"rango-types","kind":"import-statement","external":true}],"exports":["DEFAULT_COSMOS_RPC_URL","IS_DEV","KEPLR_COMPATIBLE_WALLETS","Namespace","Networks","WalletTypes","XDEFI_WALLET_SUPPORTED_NATIVE_CHAINS","canEagerlyConnectToEvm","canSwitchNetworkToEvm","chooseInstance","convertEvmBlockchainMetaToEvmChainInfo","deepCopy","detectInstallLink","detectMobileScreens","evmChainsToRpcMap","evmNetworkNames","getBlockChainNameFromId","getBlockchainChainIdByName","getCosmosAccounts","getCosmosExperimentalChainInfo","getEthChainsInstance","getEvmAccounts","getEvmProvider","getNetworkInstance","getSolanaAccounts","isEvmAddress","sortWalletsBasedOnState","splitWalletNetwork","subscribeToEvm","suggestCosmosChain","switchNetworkForEvm","switchOrAddNetworkForMetamaskCompatibleWallets","timeout","uint8ArrayToHex"],"entryPoint":"src/index.ts","inputs":{"src/rango.ts":{"bytesInOutput":2478},"src/helpers.ts":{"bytesInOutput":2377},"src/index.ts":{"bytesInOutput":0},"src/providers.ts":{"bytesInOutput":1336},"src/getCosmosAccounts.ts":{"bytesInOutput":2168}},"bytes":9333}}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/wallets-shared",
3
- "version": "0.33.1-next.1",
3
+ "version": "0.34.1-next.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/index.ts",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "ethers": "^5.7.2",
28
- "rango-types": "^0.1.59"
28
+ "rango-types": "^0.1.69"
29
29
  },
30
30
  "publishConfig": {
31
31
  "access": "public"