RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
chanjs
Versions diffs
1.0.40 → 1.0.41
chanjs 1.0.40 → 1.0.41
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/core/helper.js
+1
-0
package/package.json
+1
-1
package/core/helper.js
CHANGED
Viewed
@@ -40,6 +40,7 @@ exports.createKnex = function(opt) {
40
40
password:config.password,
41
41
database:config.database,
42
42
charset:config.charset,
43
+
filename:config.filename
43
44
},
44
45
debug: config.debug,
45
46
//默认为{min: 2, max: 10}
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "chanjs",
3
-
"version": "1.0.
40
",
3
+
"version": "1.0.
41
",
4
4
"description": "chanjs基于express 纯js研发的轻量级mvc框架。",
5
5
"main": "index.js",
6
6
"module": "index.js",