yutent 2022-07-04 16:13:03 +08:00
parent 2dfba0da88
commit 2ab7355a2e
2 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ export default class Five {
return return
} }
response.set('X-Powered-By', this.get('X-Powered-By') || 'Five.js') response.set('X-Powered-By', _this.get('X-Powered-By') || 'Five.js')
if (fn) { if (fn) {
;(async function next() { ;(async function next() {

View File

@ -1,6 +1,6 @@
{ {
"name": "@gm5/core", "name": "@gm5/core",
"version": "1.1.0", "version": "1.1.1",
"type": "module", "type": "module",
"description": "Five.js, 一个轻量级的nodejs mvc框架 旨在简单易用, 5分钟即可上手", "description": "Five.js, 一个轻量级的nodejs mvc框架 旨在简单易用, 5分钟即可上手",
"author": "yutent <yutent.io@gmail.com>", "author": "yutent <yutent.io@gmail.com>",