q-koa 12.1.1 → 12.1.2

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/core/app.js +1 -0
  2. package/package.json +1 -1
package/core/app.js CHANGED
@@ -1976,6 +1976,7 @@ APP.Validator = Validator
1976
1976
  APP.ServiceError = ServiceError
1977
1977
  APP.TransactionError = TransactionError
1978
1978
  APP.moment = moment
1979
+ APP.is_dev = is_dev
1979
1980
 
1980
1981
  global.moment = moment
1981
1982
  global.Sequelize = Sequelize
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "q-koa",
3
- "version": "12.1.1",
3
+ "version": "12.1.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {