zet-lib 1.2.19 → 1.2.20

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/lib/zRoute.js +4 -0
  2. package/package.json +1 -1
package/lib/zRoute.js CHANGED
@@ -290,6 +290,10 @@ zRoute.post = (req, res, MYMODEL, routeName, body) => {
290
290
  }
291
291
  post[routeName][key] = val ? val : null
292
292
  break
293
+
294
+ case 'numeric':
295
+ post[routeName][key] = val ? val : null
296
+ break
293
297
  }
294
298
  }
295
299
  //check if widget have a tag default null
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zet-lib",
3
- "version": "1.2.19",
3
+ "version": "1.2.20",
4
4
  "description": "zet is a library that part of zet generator.",
5
5
  "engines": {
6
6
  "node": ">=18"