@xyo-network/react-address 2.51.0 → 2.52.0
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 +4 -4
package/dist/docs.json
CHANGED
|
@@ -97268,7 +97268,7 @@
|
|
|
97268
97268
|
"fileName": "packages/sdk/packages/address/src/index.ts",
|
|
97269
97269
|
"line": 1,
|
|
97270
97270
|
"character": 0,
|
|
97271
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
97271
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7dee71757/packages/sdk/packages/address/src/index.ts#L1"
|
|
97272
97272
|
}
|
|
97273
97273
|
]
|
|
97274
97274
|
}
|
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.
|
|
14
|
-
"@xyo-network/react-address-render": "^2.
|
|
13
|
+
"@xyo-network/react-address-history": "^2.52.0",
|
|
14
|
+
"@xyo-network/react-address-render": "^2.52.0"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"@mui/icons-material": "^5",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@xylabs/ts-scripts-yarn3": "^2.17.13",
|
|
28
|
-
"typescript": "^5.
|
|
28
|
+
"typescript": "^5.1.3"
|
|
29
29
|
},
|
|
30
30
|
"description": "Common React library for all XYO projects that use React",
|
|
31
31
|
"browser": "dist/esm/index.js",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
},
|
|
71
71
|
"sideEffects": false,
|
|
72
72
|
"types": "dist/types/index.d.ts",
|
|
73
|
-
"version": "2.
|
|
73
|
+
"version": "2.52.0"
|
|
74
74
|
}
|