@xyo-network/react-address 2.46.0-rc.3 → 2.46.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 +2 -2
- package/package.json +2 -3
package/dist/docs.json
CHANGED
|
@@ -37878,7 +37878,7 @@
|
|
|
37878
37878
|
"flags": {},
|
|
37879
37879
|
"sources": [
|
|
37880
37880
|
{
|
|
37881
|
-
"fileName": "node_modules/@xyo-network/module/dist/types/Error.d.ts",
|
|
37881
|
+
"fileName": "node_modules/@xyo-network/module-abstract/dist/types/Error.d.ts",
|
|
37882
37882
|
"line": 5,
|
|
37883
37883
|
"character": 34
|
|
37884
37884
|
}
|
|
@@ -59160,7 +59160,7 @@
|
|
|
59160
59160
|
"fileName": "packages/sdk/packages/address/src/index.ts",
|
|
59161
59161
|
"line": 1,
|
|
59162
59162
|
"character": 0,
|
|
59163
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
59163
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/8f7db24088c/packages/sdk/packages/address/src/index.ts#L1"
|
|
59164
59164
|
}
|
|
59165
59165
|
]
|
|
59166
59166
|
}
|
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.46.0
|
|
13
|
+
"@xyo-network/react-address-history": "^2.46.0"
|
|
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.46.0
|
|
72
|
-
"stableVersion": "2.45.9"
|
|
71
|
+
"version": "2.46.0"
|
|
73
72
|
}
|