@xyo-network/react-address 2.49.8 → 2.49.10
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 +3 -3
- package/package.json +4 -4
package/dist/docs.json
CHANGED
|
@@ -75295,8 +75295,8 @@
|
|
|
75295
75295
|
"flags": {},
|
|
75296
75296
|
"sources": [
|
|
75297
75297
|
{
|
|
75298
|
-
"fileName": "node_modules/@xyo-network/module-model/dist/types/
|
|
75299
|
-
"line":
|
|
75298
|
+
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
75299
|
+
"line": 26,
|
|
75300
75300
|
"character": 58
|
|
75301
75301
|
}
|
|
75302
75302
|
]
|
|
@@ -97326,7 +97326,7 @@
|
|
|
97326
97326
|
"fileName": "packages/sdk/packages/address/src/index.ts",
|
|
97327
97327
|
"line": 1,
|
|
97328
97328
|
"character": 0,
|
|
97329
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
97329
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/a9fa768ba/packages/sdk/packages/address/src/index.ts#L1"
|
|
97330
97330
|
}
|
|
97331
97331
|
]
|
|
97332
97332
|
}
|
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.49.
|
|
14
|
-
"@xyo-network/react-address-render": "^2.49.
|
|
13
|
+
"@xyo-network/react-address-history": "^2.49.10",
|
|
14
|
+
"@xyo-network/react-address-render": "^2.49.10"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"@mui/icons-material": "^5",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"react-router-dom": "^6"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@xylabs/ts-scripts-yarn3": "^2.17.
|
|
27
|
+
"@xylabs/ts-scripts-yarn3": "^2.17.12"
|
|
28
28
|
},
|
|
29
29
|
"description": "Common React library for all XYO projects that use React",
|
|
30
30
|
"browser": "dist/esm/index.js",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
},
|
|
70
70
|
"sideEffects": false,
|
|
71
71
|
"types": "dist/types/index.d.ts",
|
|
72
|
-
"version": "2.49.
|
|
72
|
+
"version": "2.49.10"
|
|
73
73
|
}
|