@nxtedition/nxt-undici 6.4.7 → 6.4.8

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.
@@ -102,7 +102,7 @@ export default () => (dispatch) => {
102
102
  if (balance === 'hash') {
103
103
  HASHER ??= await xxhash()
104
104
 
105
- const hash = HASHER.h32(url.href)
105
+ const hash = HASHER.h32(url.pathname)
106
106
 
107
107
  for (let i = 0; i < records.length; i++) {
108
108
  const idx = (hash + i) % records.length
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/nxt-undici",
3
- "version": "6.4.7",
3
+ "version": "6.4.8",
4
4
  "license": "MIT",
5
5
  "author": "Robert Nagy <robert.nagy@boffins.se>",
6
6
  "main": "lib/index.js",