@ikonintegration/ikapi 2.6.0-beta2 → 2.6.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikonintegration/ikapi",
3
- "version": "2.6.0-beta2",
3
+ "version": "2.6.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "module": "main.js",
@@ -27,7 +27,10 @@ export default class IKDBQueryUpdate extends IKDBBaseQuery {
27
27
  this.setValues[key] = val;
28
28
  console.debug(`Append ${key}@${val}`);
29
29
  return true;
30
- } return false;
30
+ }
31
+ //remove
32
+ this.removeValues.push(key);
33
+ return false;
31
34
  }
32
35
  //return if the value was appended or not
33
36
  incrementValue(val, key, prefix) {