ReviewOS

also looking at this

stacks/bun-query-builder

chore(deps): update dependency bun-plugin-dtsx to 0.21.12

#14
Merged chrisbbreuer wants to merge buddy-bot/update-major-update---bun-plugin-dtsx-1756145673382 into main
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.

package.jsonmodified+16-8
Changes to package.json
@@ -1,7 +1,7 @@
11{
22 "name": "bun-query-builder",
33 "type": "module",
4 "version": "0.0.0",
4 "version": "0.1.1",
55 "description": "A simple yet performant query builder for TypeScript. Built with Bun.",
66 "author": "Chris Breuer <chris@stacksjs.org>",
77 "license": "MIT",
@@ -13,7 +13,12 @@
1313 "bugs": {
1414 "url": "https://github.com/stacksjs/bun-query-builder/issues"
1515 },
16 "keywords": ["typescript", "query-builder", "bun", "package"],
16 "keywords": [
17 "typescript",
18 "query-builder",
19 "bun",
20 "package"
21 ],
1722 "exports": {
1823 ".": {
1924 "types": "./dist/index.d.ts",
@@ -30,7 +35,10 @@
3035 "qbx": "./dist/bin/cli.js",
3136 "qb": "./dist/bin/cli.js"
3237 },
33 "files": ["README.md", "dist"],
38 "files": [
39 "README.md",
40 "dist"
41 ],
3442 "scripts": {
3543 "build": "bun --bun build.ts && bun run compile",
3644 "compile": "bun build ./bin/cli.ts --compile --minify --outfile bin/query-builder",
@@ -65,16 +73,16 @@
6573 "@stacksjs/launchpad": "^0.6.4"
6674 },
6775 "devDependencies": {
68 "@stacksjs/bumpx": "^0.1.17",
76 "@stacksjs/bumpx": "^0.1.61",
6977 "@stacksjs/docs": "^0.70.23",
7078 "@stacksjs/eslint-config": "^4.14.0-beta.3",
7179 "@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",
7583 "bun-git-hooks": "^0.2.19",
7684 "bun-plugin-dtsx": "0.21.12",
77 "bunfig": "^0.14.1",
85 "bunfig": "^0.15.0",
7886 "typescript": "^5.9.2"
7987 },
8088 "overrides": {