@xyo-network/react-address 2.40.25 → 2.40.27
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 +3 -3
package/dist/docs.json
CHANGED
|
@@ -22382,7 +22382,7 @@
|
|
|
22382
22382
|
"fileName": "packages/sdk/packages/address/src/index.ts",
|
|
22383
22383
|
"line": 1,
|
|
22384
22384
|
"character": 0,
|
|
22385
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
22385
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/de19645d/packages/sdk/packages/address/src/index.ts#L1"
|
|
22386
22386
|
}
|
|
22387
22387
|
]
|
|
22388
22388
|
}
|
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.40.
|
|
14
|
-
"@xyo-network/react-address-history-api": "^2.40.
|
|
13
|
+
"@xyo-network/react-address-history": "^2.40.27",
|
|
14
|
+
"@xyo-network/react-address-history-api": "^2.40.27",
|
|
15
15
|
"tslib": "^2.4.1"
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
},
|
|
82
82
|
"sideEffects": false,
|
|
83
83
|
"types": "dist/esm/index.d.ts",
|
|
84
|
-
"version": "2.40.
|
|
84
|
+
"version": "2.40.27"
|
|
85
85
|
}
|