eservices-core 1.0.550 → 1.0.551

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/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * eservices-core v1.0.550
2
+ * eservices-core v1.0.551
3
3
  * (c) 2023 ESERVICES
4
4
  */
5
5
  'use strict';
@@ -5161,7 +5161,7 @@ function Filter(filters) {
5161
5161
  }
5162
5162
  if (typeof values === 'string') {
5163
5163
  if (values.length !== 0)
5164
- arrayFilter.push(`@${name} eq ${values}`);
5164
+ arrayFilter.push(`@${name} eq '${values}'`);
5165
5165
  return arrayFilter;
5166
5166
  }
5167
5167
  if (values === null) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eservices-core",
3
- "version": "1.0.550",
3
+ "version": "1.0.551",
4
4
  "description": "Core library",
5
5
  "author": "",
6
6
  "scripts": {