From c01c726ea4628f0c51b2a716b1cf55dc31462996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Tue, 29 Sep 2020 20:39:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index fdd336e..c87a587 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,19 @@ { "name": "@gm5/session", - "version": "1.0.0", + "version": "1.0.1", "type": "module", "description": "会话中间件。", "main": "index.js", "author": "yutent ", - "keywords": ["fivejs", "controller", "http"], + "keywords": [ + "fivejs", + "session", + "http" + ], + "dependencies": { + "crypto.js": "^2.0.2", + "ioredis": "^4.17.3" + }, "repository": "https://github.com/bytedo/gmf.session.git", "license": "MIT" }