@livequery/client 2.0.0 → 2.0.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.
@@ -211,7 +211,11 @@ export class CollectionObservable extends Observable {
211
211
  const state = {
212
212
  ...this.$.getValue(),
213
213
  items: flush ? [] : this.$.getValue().items,
214
- loading
214
+ loading,
215
+ options: {
216
+ ...this.$.getValue().options || {},
217
+ ...options
218
+ }
215
219
  };
216
220
  if (flush) {
217
221
  this.#pages.clear();
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "repository": {
5
5
  "url": "https://github.com/livequery/client"
6
6
  },
7
- "version": "2.0.0",
7
+ "version": "2.0.1",
8
8
  "description": "",
9
9
  "main": "build/index.js",
10
10
  "types": "build/index.d.ts",