@ladjs/web 11.0.5 → 11.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/index.js +1 -1
  2. package/package.json +12 -12
package/index.js CHANGED
@@ -30,7 +30,7 @@ const favicon = require('koa-favicon');
30
30
  const flash = require('koa-better-flash');
31
31
  const helmet = require('koa-helmet');
32
32
  const isSANB = require('is-string-and-not-blank');
33
- const isajax = require('koa-isajax');
33
+ const isajax = require('@ladjs/koa-isajax');
34
34
  const json = require('koa-json');
35
35
  const koa404Handler = require('koa-404-handler');
36
36
  const koaCash = require('koa-cash');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ladjs/web",
3
3
  "description": "Web server for Lad",
4
- "version": "11.0.5",
4
+ "version": "11.1.1",
5
5
  "author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",
6
6
  "ava": {
7
7
  "failFast": true,
@@ -25,12 +25,13 @@
25
25
  "@ladjs/i18n": "^7.2.4",
26
26
  "@ladjs/koa-better-static": "^2.0.1",
27
27
  "@ladjs/koa-cache-responses": "^0.0.3",
28
+ "@ladjs/koa-isajax": "^2.0.0",
28
29
  "@ladjs/redis": "^1.0.7",
29
30
  "@ladjs/shared-config": "^6.0.0",
30
31
  "@ladjs/state-helper": "^1.0.0",
31
32
  "@ladjs/store-ip-address": "^0.0.7",
32
33
  "boolean": "^3.1.4",
33
- "cabin": "^9.0.4",
34
+ "cabin": "^9.1.1",
34
35
  "crypto-random-string": "3",
35
36
  "express-request-id": "^1.4.1",
36
37
  "is-string-and-not-blank": "^0.0.2",
@@ -49,14 +50,13 @@
49
50
  "koa-csrf": "^3.0.8",
50
51
  "koa-etag": "^4.0.0",
51
52
  "koa-favicon": "^2.1.0",
52
- "koa-generic-session": "^2.2.0",
53
+ "koa-generic-session": "^2.3.0",
53
54
  "koa-helmet": "5",
54
- "koa-isajax": "^1.0.5",
55
55
  "koa-json": "^2.0.2",
56
- "koa-meta": "^1.0.1",
56
+ "koa-meta": "^2.0.0",
57
57
  "koa-methodoverride": "^2.0.0",
58
58
  "koa-no-trailing-slash": "^2.1.0",
59
- "koa-redirect-loop": "^1.0.1",
59
+ "koa-redirect-loop": "^1.0.2",
60
60
  "koa-redis": "^4.0.1",
61
61
  "koa-simple-ratelimit": "^5.1.1",
62
62
  "koa-views": "^8.0.0",
@@ -67,21 +67,21 @@
67
67
  "response-time": "^2.3.2"
68
68
  },
69
69
  "devDependencies": {
70
- "@commitlint/cli": "^15.0.0",
71
- "@commitlint/config-conventional": "^15.0.0",
72
- "ava": "^3.15.0",
70
+ "@commitlint/cli": "^16.0.2",
71
+ "@commitlint/config-conventional": "^16.0.0",
72
+ "ava": "^4.0.1",
73
73
  "codecov": "^3.8.3",
74
74
  "cross-env": "^7.0.3",
75
- "eslint": "^8.3.0",
75
+ "eslint": "^8.6.0",
76
76
  "eslint-config-xo-lass": "^1.0.6",
77
77
  "fixpack": "^4.0.0",
78
78
  "husky": "^7.0.4",
79
- "lint-staged": "^12.1.2",
79
+ "lint-staged": "^12.1.7",
80
80
  "nyc": "^15.1.0",
81
81
  "pug": "^3.0.2",
82
82
  "remark-cli": "^10.0.1",
83
83
  "remark-preset-github": "^4.0.1",
84
- "supertest": "^6.1.6",
84
+ "supertest": "^6.2.1",
85
85
  "xo": "^0.47.0"
86
86
  },
87
87
  "engines": {