mm_os 2.7.9 → 2.8.0

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/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # 服务端框架
2
2
 
3
3
  #### 介绍
4
- 这是一个服务端框架,用于快速构建网站、游戏、小程序服务端。
4
+ 这是一个服务端框架,用于快速构建网站、游戏、小程序、AIOT服务端。
5
5
 
6
6
  #### 软件架构
7
7
  由koa网站框架 + art-template模板引擎 + mm(热拔插)插件机制 + mysql数据库 + redis缓存 + jwt鉴权 + 等等组成。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mm_os",
3
- "version": "2.7.9",
3
+ "version": "2.8.0",
4
4
  "description": "这是超级美眉服务端框架,用于快速构建应用程序。",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -37,11 +37,11 @@
37
37
  "koa-websocket": "^7.0.0",
38
38
  "mm_check": "^1.4.9",
39
39
  "mm_excel": "^1.2.0",
40
- "mm_expand": "^1.7.7",
40
+ "mm_expand": "^1.7.9",
41
41
  "mm_html": "^1.1.6",
42
42
  "mm_koa_proxy": "^1.0.0",
43
43
  "mm_logs": "^1.1.6",
44
- "mm_machine": "^1.8.2",
44
+ "mm_machine": "^1.8.3",
45
45
  "mm_mongodb": "^1.4.2",
46
46
  "mm_mqtt": "^1.0.6",
47
47
  "mm_mysql": "^1.8.9",