Comparing version 2.13.2 to 2.13.3
2.13.3 / 2021-09-24 | ||
================== | ||
**fixes** | ||
* [[`a37a2e5`](http://github.com/koajs/koa/commit/a37a2e5eec8997661a35ca10210f1d9950976041)] - fix: compatible with node-v12.19.0 & earlier (#1590) (hyj1991 <<yeekwanvong@gmail.com>>) | ||
2.13.2 / 2021-09-24 | ||
@@ -3,0 +9,0 @@ ================== |
{ | ||
"name": "koa", | ||
"version": "2.13.2", | ||
"version": "2.13.3", | ||
"description": "Koa web app framework", | ||
@@ -11,2 +11,10 @@ "main": "lib/application.js", | ||
}, | ||
"./lib/request": "./lib/request.js", | ||
"./lib/request.js": "./lib/request.js", | ||
"./lib/response": "./lib/response.js", | ||
"./lib/response.js": "./lib/response.js", | ||
"./lib/application": "./lib/application.js", | ||
"./lib/application.js": "./lib/application.js", | ||
"./lib/context": "./lib/context.js", | ||
"./lib/context.js": "./lib/context.js", | ||
"./*": "./*.js", | ||
@@ -13,0 +21,0 @@ "./*.js": "./*.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
93612