@xyo-network/react-address 2.47.0-rc.2 → 2.47.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.
- package/dist/docs.json +1 -1
- package/package.json +2 -3
package/dist/docs.json
CHANGED
|
@@ -59197,7 +59197,7 @@
|
|
|
59197
59197
|
"fileName": "packages/sdk/packages/address/src/index.ts",
|
|
59198
59198
|
"line": 1,
|
|
59199
59199
|
"character": 0,
|
|
59200
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
59200
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ce82687b2/packages/sdk/packages/address/src/index.ts#L1"
|
|
59201
59201
|
}
|
|
59202
59202
|
]
|
|
59203
59203
|
}
|
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.47.
|
|
13
|
+
"@xyo-network/react-address-history": "^2.47.1"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
16
16
|
"@mui/icons-material": "^5",
|
|
@@ -68,6 +68,5 @@
|
|
|
68
68
|
},
|
|
69
69
|
"sideEffects": false,
|
|
70
70
|
"types": "dist/types/index.d.ts",
|
|
71
|
-
"version": "2.47.
|
|
72
|
-
"stableVersion": "2.46.9"
|
|
71
|
+
"version": "2.47.1"
|
|
73
72
|
}
|