@xyo-network/react-address 2.47.6 → 2.47.7
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/docs.json +1 -1
- package/package.json +3 -3
package/dist/docs.json
CHANGED
|
@@ -96899,7 +96899,7 @@
|
|
|
96899
96899
|
"fileName": "packages/sdk/packages/address/src/index.ts",
|
|
96900
96900
|
"line": 1,
|
|
96901
96901
|
"character": 0,
|
|
96902
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
96902
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c07eab1a729/packages/sdk/packages/address/src/index.ts#L1"
|
|
96903
96903
|
}
|
|
96904
96904
|
]
|
|
96905
96905
|
}
|
package/package.json
CHANGED
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/react-address-history": "^2.47.
|
|
14
|
-
"@xyo-network/react-address-render": "^2.47.
|
|
13
|
+
"@xyo-network/react-address-history": "^2.47.7",
|
|
14
|
+
"@xyo-network/react-address-render": "^2.47.7"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"@mui/icons-material": "^5",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
},
|
|
70
70
|
"sideEffects": false,
|
|
71
71
|
"types": "dist/types/index.d.ts",
|
|
72
|
-
"version": "2.47.
|
|
72
|
+
"version": "2.47.7"
|
|
73
73
|
}
|