@ladjs/api 14.1.8 → 14.1.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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +14 -14
package/index.js CHANGED
@@ -235,7 +235,7 @@ class API {
235
235
  }
236
236
 
237
237
  async close() {
238
- await util.promisify(this.server.close).bind(this.server);
238
+ await util.promisify(this.server.close).bind(this.server)();
239
239
  }
240
240
  }
241
241
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ladjs/api",
3
3
  "description": "API server for Lad",
4
- "version": "14.1.8",
4
+ "version": "14.1.10",
5
5
  "author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/ladjs/api/issues",
@@ -16,7 +16,7 @@
16
16
  "@ladjs/koa-simple-ratelimit": "^4.1.1",
17
17
  "@ladjs/passport": "^5.0.3",
18
18
  "@ladjs/redis": "^1.1.1",
19
- "@ladjs/shared-config": "^9.1.2",
19
+ "@ladjs/shared-config": "^9.1.3",
20
20
  "@ladjs/store-ip-address": "^0.0.7",
21
21
  "boolean": "^3.2.0",
22
22
  "express-request-id": "1.4.1",
@@ -26,7 +26,7 @@
26
26
  "koa-basic-auth": "^4.0.0",
27
27
  "koa-better-error-handler": "^11.0.4",
28
28
  "koa-better-timeout": "^0.0.6",
29
- "koa-bodyparser": "^4.4.0",
29
+ "koa-bodyparser": "^4.4.1",
30
30
  "koa-compress": "^5.1.1",
31
31
  "koa-conditional-get": "^3.0.0",
32
32
  "koa-connect": "^2.1.0",
@@ -38,28 +38,28 @@
38
38
  "response-time": "^2.3.2"
39
39
  },
40
40
  "devDependencies": {
41
- "@commitlint/cli": "^17.6.5",
42
- "@commitlint/config-conventional": "^17.6.5",
43
- "ava": "^5.3.0",
44
- "axe": "^12.2.2",
45
- "cabin": "^13.2.3",
41
+ "@commitlint/cli": "^18.2.0",
42
+ "@commitlint/config-conventional": "^18.1.0",
43
+ "ava": "^5.3.1",
44
+ "axe": "^12.2.3",
45
+ "cabin": "^13.2.5",
46
46
  "cross-env": "^7.0.3",
47
- "eslint": "^8.41.0",
47
+ "eslint": "^8.52.0",
48
48
  "eslint-config-xo-lass": "^2.0.1",
49
49
  "fixpack": "^4.0.0",
50
50
  "husky": "^8.0.3",
51
51
  "ioredis": "^5.3.2",
52
- "ioredis-mock": "^8.7.0",
53
- "lint-staged": "13.2.2",
52
+ "ioredis-mock": "^8.9.0",
53
+ "lint-staged": "^15.0.2",
54
54
  "mongoose": "6",
55
55
  "nyc": "^15.1.0",
56
- "remark-cli": "^11.0.0",
56
+ "remark-cli": "11",
57
57
  "remark-preset-github": "^4.0.4",
58
58
  "supertest": "^6.3.3",
59
- "xo": "^0.54.2"
59
+ "xo": "^0.56.0"
60
60
  },
61
61
  "engines": {
62
- "node": ">=14"
62
+ "node": ">=18"
63
63
  },
64
64
  "files": [
65
65
  "index.js"