@xyo-network/react-address 2.47.11 → 2.47.13
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 +2 -2
- package/package.json +3 -3
package/dist/docs.json
CHANGED
|
@@ -75351,7 +75351,7 @@
|
|
|
75351
75351
|
{
|
|
75352
75352
|
"fileName": "node_modules/@xyo-network/module-abstract/dist/types/Error.d.ts",
|
|
75353
75353
|
"line": 5,
|
|
75354
|
-
"character":
|
|
75354
|
+
"character": 34
|
|
75355
75355
|
}
|
|
75356
75356
|
]
|
|
75357
75357
|
}
|
|
@@ -96991,7 +96991,7 @@
|
|
|
96991
96991
|
"fileName": "packages/sdk/packages/address/src/index.ts",
|
|
96992
96992
|
"line": 1,
|
|
96993
96993
|
"character": 0,
|
|
96994
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
96994
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/653f5c771e3/packages/sdk/packages/address/src/index.ts#L1"
|
|
96995
96995
|
}
|
|
96996
96996
|
]
|
|
96997
96997
|
}
|
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.13",
|
|
14
|
+
"@xyo-network/react-address-render": "^2.47.13"
|
|
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.13"
|
|
73
73
|
}
|