orchid-orm 1.27.0 → 1.27.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.
package/dist/index.mjs CHANGED
@@ -1864,7 +1864,7 @@ const orchidORM = (_a, tables) => {
1864
1864
  $queryBuilder: qb,
1865
1865
  $query: (...args) => qb.query(...args),
1866
1866
  $queryArrays: (...args) => qb.queryArrays(...args),
1867
- $from: (arg, options2) => qb.from(arg, options2),
1867
+ $from: (arg) => qb.from(arg),
1868
1868
  $close: () => adapter.close()
1869
1869
  };
1870
1870
  const tableInstances = {};