@nxtedition/lib 17.2.4 → 17.2.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/lib",
3
- "version": "17.2.4",
3
+ "version": "17.2.5",
4
4
  "license": "MIT",
5
5
  "author": "Robert Nagy <robert.nagy@boffins.se>",
6
6
  "type": "module",
@@ -3,7 +3,7 @@ import { makeWeakCache } from '../../weakCache.js'
3
3
  import rxjs from 'rxjs'
4
4
  import vm from 'node:vm'
5
5
  import objectHash from 'object-hash'
6
- import datefns from 'date-fns'
6
+ import * as datefns from 'date-fns'
7
7
  import JSON5 from 'json5'
8
8
  import { request } from '@nxtedition/nxt-undici'
9
9
  import undici from 'undici'