Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit 4fbcead

Browse files
committed
vendor
1 parent 0c93bdf commit 4fbcead

2 files changed

Lines changed: 13 additions & 9 deletions

File tree

bun.lock

Lines changed: 5 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@
1717
},
1818
"license": "Apache-2.0",
1919
"sideEffects": false,
20+
"exports": {
21+
".": "./dist/index.js",
22+
"./package.json": "./package.json"
23+
},
24+
"main": "./dist/index.js",
25+
"module": "./dist/index.js",
26+
"types": "./dist/index.d.ts",
2027
"scripts": {
2128
"brl": "sh tooling/brl.sh",
2229
"build": "tsdown --config tooling/tsdown.config.ts",
@@ -36,8 +43,8 @@
3643
},
3744
"devDependencies": {
3845
"@biomejs/biome": "2.3.7",
46+
"@changesets/changelog-github": "^0.5.1",
3947
"@changesets/cli": "2.29.7",
40-
"@changesets/get-github-info": "0.6.0",
4148
"@convex-dev/better-auth": "0.9.7",
4249
"@types/common-tags": "1.8.4",
4350
"@types/node": "24.10.1",
@@ -57,12 +64,5 @@
5764
"packageManager": "bun@1.3.3",
5865
"publishConfig": {
5966
"access": "public"
60-
},
61-
"main": "./dist/index.js",
62-
"module": "./dist/index.js",
63-
"types": "./dist/index.d.ts",
64-
"exports": {
65-
".": "./dist/index.js",
66-
"./package.json": "./package.json"
6767
}
6868
}

0 commit comments

Comments
 (0)