@xyo-network/react-address 2.45.2 → 2.45.3

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/dist/docs.json +1 -1
  2. package/package.json +2 -2
package/dist/docs.json CHANGED
@@ -59160,7 +59160,7 @@
59160
59160
  "fileName": "packages/sdk/packages/address/src/index.ts",
59161
59161
  "line": 1,
59162
59162
  "character": 0,
59163
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/1cd28000e/packages/sdk/packages/address/src/index.ts#L1"
59163
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ccf908a14/packages/sdk/packages/address/src/index.ts#L1"
59164
59164
  }
59165
59165
  ]
59166
59166
  }
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/react-address-history": "^2.45.2"
13
+ "@xyo-network/react-address-history": "^2.45.3"
14
14
  },
15
15
  "peerDependencies": {
16
16
  "@mui/icons-material": "^5",
@@ -68,5 +68,5 @@
68
68
  },
69
69
  "sideEffects": false,
70
70
  "types": "dist/types/index.d.ts",
71
- "version": "2.45.2"
71
+ "version": "2.45.3"
72
72
  }