bun-query-builder 0.1.18 → 0.1.21

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/bin/cli.js CHANGED
@@ -29921,7 +29921,7 @@ function getPrefix() {
29921
29921
  }
29922
29922
  var prefix = getPrefix();
29923
29923
  // package.json
29924
- var version2 = "0.1.18";
29924
+ var version2 = "0.1.21";
29925
29925
 
29926
29926
  // bin/cli.ts
29927
29927
  init_actions();
package/dist/src/index.js CHANGED
@@ -27853,7 +27853,7 @@ function defineSeeder(seederClass) {
27853
27853
  return seederClass;
27854
27854
  }
27855
27855
  // src/index.ts
27856
- var init_src2 = __esm(() => {
27856
+ var init_src2 = __esm(async () => {
27857
27857
  init_model2();
27858
27858
  init_model2();
27859
27859
  init_actions();
@@ -27870,7 +27870,7 @@ var init_src2 = __esm(() => {
27870
27870
  init_migrations();
27871
27871
  init_orm();
27872
27872
  });
27873
- init_src2();
27873
+ await init_src2();
27874
27874
 
27875
27875
  export {
27876
27876
  dbWipe as wipeDatabase,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bun-query-builder",
3
3
  "type": "module",
4
- "version": "0.1.18",
4
+ "version": "0.1.21",
5
5
  "description": "A simple yet performant query builder for TypeScript. Built with Bun.",
6
6
  "author": "Chris Breuer <chris@stacksjs.org>",
7
7
  "license": "MIT",