From 218857e9f887aa090b858c4846bca6c7552c2f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Mon, 28 Sep 2020 10:03:27 +0800 Subject: [PATCH] 1.0.0 --- index.js | 5 ++--- package.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/index.js b/index.js index 6e41bda..5a20d93 100644 --- a/index.js +++ b/index.js @@ -1,8 +1,7 @@ /** * 框架核心 - * @authors yutent (yutent@doui.cc) - * @date 2015-11-25 18:06:14 - * + * @author yutent + * @date 2020/09/28 10:01:47 */ import 'es.shim' // 加载拓展方法 diff --git a/package.json b/package.json index e22db17..ebc0794 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "main": "index.js", "dependencies": { "@gm5/session": "^1.0.0", - "@gm5/request": "^1.2.1", + "@gm5/request": "^1.2.3", "@gm5/response": "^1.3.1", "@gm5/controller": "^1.0.0", "@gm5/jwt": "^1.1.0",