mm_os 1.6.5 → 1.6.6

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/index.js +1 -3
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -142,9 +142,7 @@ Soa.prototype.init = function(config) {
142
142
  /**
143
143
  * 运行基础数据
144
144
  * @param {Object} cg - 配置对象
145
- */
146
- Soa.prototype.initBase = function(cg) {
147
- */
145
+ */
148
146
  Soa.prototype.initBase = function(cg) {
149
147
  var middleware = $.middleware;
150
148
  middleware.init();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mm_os",
3
- "version": "1.6.5",
3
+ "version": "1.6.6",
4
4
  "description": "这是超级美眉服务端框架,用于快速构建应用程序。",
5
5
  "main": "index.js",
6
6
  "scripts": {