also looking at this
chore(deps): update dependency bun-plugin-dtsx to 0.21.12
#14
1 file
+1
-1
Review threads live on the whole diff, not on one commit, so none are shown here - a thread's line means something in the branch's final form, and painting it into an intermediate step would put it on code it is not about.
| @@ -1,7 +1,7 @@ | ||
| 1 | 1 | { |
| 2 | 2 | "name": "bun-query-builder", |
| 3 | 3 | "type": "module", |
| 4 | "version": "0.0.0", | |
| 4 | "version": "0.1.1", | |
| 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", |
| @@ -13,7 +13,12 @@ | ||
| 13 | 13 | "bugs": { |
| 14 | 14 | "url": "https://github.com/stacksjs/bun-query-builder/issues" |
| 15 | 15 | }, |
| 16 | "keywords": ["typescript", "query-builder", "bun", "package"], | |
| 16 | "keywords": [ | |
| 17 | "typescript", | |
| 18 | "query-builder", | |
| 19 | "bun", | |
| 20 | "package" | |
| 21 | ], | |
| 17 | 22 | "exports": { |
| 18 | 23 | ".": { |
| 19 | 24 | "types": "./dist/index.d.ts", |
| @@ -30,7 +35,10 @@ | ||
| 30 | 35 | "qbx": "./dist/bin/cli.js", |
| 31 | 36 | "qb": "./dist/bin/cli.js" |
| 32 | 37 | }, |
| 33 | "files": ["README.md", "dist"], | |
| 38 | "files": [ | |
| 39 | "README.md", | |
| 40 | "dist" | |
| 41 | ], | |
| 34 | 42 | "scripts": { |
| 35 | 43 | "build": "bun --bun build.ts && bun run compile", |
| 36 | 44 | "compile": "bun build ./bin/cli.ts --compile --minify --outfile bin/query-builder", |
| @@ -65,16 +73,16 @@ | ||
| 65 | 73 | "@stacksjs/launchpad": "^0.6.4" |
| 66 | 74 | }, |
| 67 | 75 | "devDependencies": { |
| 68 | "@stacksjs/bumpx": "^0.1.17", | |
| 76 | "@stacksjs/bumpx": "^0.1.61", | |
| 69 | 77 | "@stacksjs/docs": "^0.70.23", |
| 70 | 78 | "@stacksjs/eslint-config": "^4.14.0-beta.3", |
| 71 | 79 | "@stacksjs/gitlint": "^0.1.5", |
| 72 | "@stacksjs/logsmith": "^0.1.8", | |
| 73 | "@types/bun": "^1.2.20", | |
| 74 | "buddy-bot": "^0.8.9", | |
| 80 | "@stacksjs/logsmith": "^0.1.15", | |
| 81 | "@types/bun": "^1.2.21", | |
| 82 | "buddy-bot": "^0.8.10", | |
| 75 | 83 | "bun-git-hooks": "^0.2.19", |
| 76 | 84 | "bun-plugin-dtsx": "0.21.12", |
| 77 | "bunfig": "^0.14.1", | |
| 85 | "bunfig": "^0.15.0", | |
| 78 | 86 | "typescript": "^5.9.2" |
| 79 | 87 | }, |
| 80 | 88 | "overrides": { |