elderwand 0.1.53 → 0.1.54

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.
@@ -121,7 +121,7 @@ module.exports.inherit = function (child) {
121
121
  var options = {
122
122
  perPage: perPage,
123
123
  page: page,
124
- search: text
124
+ search: text,
125
125
  criteria:{}
126
126
  };
127
127
  options.inject(req.options)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elderwand",
3
- "version": "0.1.53",
3
+ "version": "0.1.54",
4
4
  "description": "KLE Technologies Internal Framework",
5
5
  "main": "./node_modules/.bin/nodemon index.js",
6
6
  "scripts": {