@powersync/common 0.0.0-dev-20250728130541 → 0.0.0-dev-20250730072702

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.
@@ -56,7 +56,7 @@ export interface WatchedQueryOptions {
56
56
  */
57
57
  reportFetching?: boolean;
58
58
  /**
59
- * By default, watched queries requery the database on any change to any dependant table of the query.
59
+ * By default, watched queries requery the database on any change to any dependent table of the query.
60
60
  * Supplying an override here can be used to limit the tables which trigger querying the database.
61
61
  */
62
62
  triggerOnTables?: string[];
package/lib/index.d.ts CHANGED
@@ -38,6 +38,7 @@ export * from './client/watched/processors/OnChangeQueryProcessor.js';
38
38
  export * from './client/watched/WatchedQuery.js';
39
39
  export * from './utils/AbortOperation.js';
40
40
  export * from './utils/BaseObserver.js';
41
+ export * from './utils/ControlledExecutor.js';
41
42
  export * from './utils/DataStream.js';
42
43
  export * from './utils/Logger.js';
43
44
  export * from './utils/parseQuery.js';
package/lib/index.js CHANGED
@@ -38,6 +38,7 @@ export * from './client/watched/processors/OnChangeQueryProcessor.js';
38
38
  export * from './client/watched/WatchedQuery.js';
39
39
  export * from './utils/AbortOperation.js';
40
40
  export * from './utils/BaseObserver.js';
41
+ export * from './utils/ControlledExecutor.js';
41
42
  export * from './utils/DataStream.js';
42
43
  export * from './utils/Logger.js';
43
44
  export * from './utils/parseQuery.js';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powersync/common",
3
- "version": "0.0.0-dev-20250728130541",
3
+ "version": "0.0.0-dev-20250730072702",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"