prostgles-types 4.0.93 → 4.0.94

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/lib/index.ts +1 -1
  2. package/package.json +1 -1
package/lib/index.ts CHANGED
@@ -1112,4 +1112,4 @@ export * from "./filters";
1112
1112
  export * from "./jsonb";
1113
1113
  export type { ClientExpressData, ClientSyncHandles, ClientSyncInfo, ClientSyncPullResponse, SyncBatchParams, SyncConfig, onUpdatesParams } from "./replication";
1114
1114
  export * from "./util";
1115
- export * from "./auth";
1115
+ export * from "./auth";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prostgles-types",
3
- "version": "4.0.93",
3
+ "version": "4.0.94",
4
4
  "description": "",
5
5
  "main": "dist/index_umd.js",
6
6
  "types": "dist/index.d.ts",