@xyo-network/react-address 2.48.4 → 2.48.6
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
|
@@ -97140,7 +97140,7 @@
|
|
|
97140
97140
|
"fileName": "packages/sdk/packages/address/src/index.ts",
|
|
97141
97141
|
"line": 1,
|
|
97142
97142
|
"character": 0,
|
|
97143
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
97143
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/3adeaa95712/packages/sdk/packages/address/src/index.ts#L1"
|
|
97144
97144
|
}
|
|
97145
97145
|
]
|
|
97146
97146
|
}
|
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.48.
|
|
14
|
-
"@xyo-network/react-address-render": "^2.48.
|
|
13
|
+
"@xyo-network/react-address-history": "^2.48.6",
|
|
14
|
+
"@xyo-network/react-address-render": "^2.48.6"
|
|
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.48.
|
|
72
|
+
"version": "2.48.6"
|
|
73
73
|
}
|