@nxtedition/lib 22.0.6 → 22.0.7

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
@@ -102,7 +102,7 @@ export class Context {
102
102
  set logger(val) {
103
103
  this.#logger = val
104
104
  }
105
- ''
105
+
106
106
  get req() {
107
107
  return this.#req
108
108
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/lib",
3
- "version": "22.0.6",
3
+ "version": "22.0.7",
4
4
  "license": "MIT",
5
5
  "author": "Robert Nagy <robert.nagy@boffins.se>",
6
6
  "type": "module",