@thzero/library_server 0.17.9 → 0.17.10

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,11 +1,11 @@
1
1
  {
2
2
  "name": "@thzero/library_server",
3
3
  "type": "module",
4
- "version": "0.17.9",
4
+ "version": "0.17.10",
5
5
  "version_major": 0,
6
6
  "version_minor": 17,
7
- "version_patch": 9,
8
- "version_date": "03/22/2023",
7
+ "version_patch": 10,
8
+ "version_date": "04/15/2023",
9
9
  "description": "An opinionated library of common functionality to bootstrap an API using either Fastify or Koa as the web server.",
10
10
  "author": "thZero",
11
11
  "license": "MIT",
@@ -20,7 +20,7 @@ class BaseSecurityService extends Service {
20
20
  }
21
21
 
22
22
  // eslint-disable-next-line
23
- async validate(sub, dom, obj, act) {
23
+ async validate(correlationId, sub, dom, obj, act) {
24
24
  if (!this._enforcer)
25
25
  throw Error('No enforcer found');
26
26