zet-lib 1.0.93 → 1.0.94

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.
package/lib/connection.js CHANGED
@@ -94,7 +94,7 @@ const whereFn = (obj) => {
94
94
  }
95
95
  let itemValue = item.value
96
96
  if (item.option == '=') {
97
- itemValue = Util.replaceAll(itemValue, '%', '')
97
+ itemValue = Util.replaceAll(itemValue + '', '%', '')
98
98
  }
99
99
  arr.push(itemValue)
100
100
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zet-lib",
3
- "version": "1.0.93",
3
+ "version": "1.0.94",
4
4
  "description": "zet is a library that part of zet generator.",
5
5
  "engines": {
6
6
  "node": ">=18"