@nxtedition/lib 25.1.0 → 25.1.1

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.
Files changed (2) hide show
  1. package/http.js +1 -1
  2. package/package.json +1 -1
package/http.js CHANGED
@@ -135,7 +135,7 @@ export class Context {
135
135
 
136
136
  /** @deprecated */
137
137
  set logger(logger) {
138
- this.#logger = logger.child({ rid: this.#id })
138
+ this.#logger = logger
139
139
  }
140
140
  }
141
141
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/lib",
3
- "version": "25.1.0",
3
+ "version": "25.1.1",
4
4
  "license": "MIT",
5
5
  "author": "Robert Nagy <robert.nagy@boffins.se>",
6
6
  "type": "module",