bun-query-builder 0.1.18 → 0.1.20

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/dist/bin/cli.js +1 -1
  2. package/package.json +1 -1
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.20";
29925
29925
 
29926
29926
  // bin/cli.ts
29927
29927
  init_actions();
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.20",
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",