@rango-dev/wallets-shared 0.27.1-next.0 → 0.27.1-next.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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/wallets-shared",
3
- "version": "0.27.1-next.0",
3
+ "version": "0.27.1-next.1",
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.57"
28
+ "rango-types": "^0.1.59"
29
29
  },
30
30
  "publishConfig": {
31
31
  "access": "public"
package/readme.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # @rango-dev/wallets-shared
2
2
 
3
- This package is a shared library containing related types and utility functions used by wallet connectors (providers).
3
+ This package is a shared library containing related types and utility functions used by wallet connectors.