baja-lite 1.6.1 → 1.6.2

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/package.json +1 -1
  2. package/sql.js +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "baja-lite",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "some util for self",
5
5
  "homepage": "https://github.com/void-soul/baja-lite",
6
6
  "repository": {
package/sql.js CHANGED
@@ -3852,7 +3852,6 @@ class StreamQuery {
3852
3852
  for (const [key, value] of Object.entries(t)) {
3853
3853
  this._updates[this[_fields][String(key)]?.C2()] = value;
3854
3854
  }
3855
- Object.assign(this._updates, t);
3856
3855
  return this;
3857
3856
  }
3858
3857
  /** SET key = REPLACE(key, :valueToFind, :valueToReplace) */