File tree Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " chdb-bun" ,
3- "version" : " 1.0.4" ,
3+ "version" : " 1.1.0" ,
4+ "author" : " Farmer Sun <podpodiumapp@gmail.com>" ,
45 "module" : " lib/index.js" ,
5- "types" : " lib/index.d.ts" ,
6- "scripts" : {
7- "build:lib" : " cd lib && ./build.sh" ,
8- "build:ts" : " bun build index.ts --target=bun --outfile=lib/index.js --sourcemap=inline && tsc --declaration --emitDeclarationOnly --types bun-types --declarationDir lib index.ts" ,
9- "build" : " bun run build:ts && bun run build:lib"
10- },
11- "type" : " module" ,
126 "devDependencies" : {
137 "bun-types" : " ^1.0.19" ,
148 "typescript" : " ^5.3.3"
1913 "files" : [
2014 " lib"
2115 ],
16+ "license" : " Apache2.0" ,
2217 "maintainers" : [
2318 {
2419 "name" : " Farmer Sun" ,
2520 "email" : " podpodiumapp@gmail.com"
2621 },
22+ {
23+ "name" : " Auxten" ,
24+ "email" : " auxtenwpc@gmail.com"
25+ },
2726 {
2827 "name" : " Lorenzo Mangani" ,
2928 "email" : " lorenzo.mangani@gmail.com"
3029 }
3130 ],
32- "author" : " Lorenzo Mangani <lorenzo.mangani@gmail.com>" ,
33- "license" : " Apache2.0"
31+ "scripts" : {
32+ "build:lib" : " cd lib && ./update_libchdb.sh && ./build.sh" ,
33+ "build:ts" : " bun build index.ts --target=bun --outfile=lib/index.js --sourcemap=inline && tsc --declaration --emitDeclarationOnly --types bun-types --declarationDir lib index.ts" ,
34+ "build" : " bun run build:ts && bun run build:lib"
35+ },
36+ "type" : " module" ,
37+ "types" : " lib/index.d.ts" ,
38+ "dependencies" : {
39+ }
3440}
You can’t perform that action at this time.
0 commit comments