File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " kysely-sqlite-builder" ,
33 "type" : " module" ,
4- "version" : " 0.8.9-beta.1 " ,
4+ "version" : " 0.9.0 " ,
55 "description" : " Utility layer for Kysely on SQLite" ,
66 "author" : " subframe7536" ,
77 "license" : " MIT" ,
2424 "./migrator" : {
2525 "import" : " ./dist/migrator.js" ,
2626 "require" : " ./dist/migrator.cjs"
27- },
28- "./plugin" : {
29- "import" : " ./dist/plugin.js" ,
30- "require" : " ./dist/plugin.cjs"
3127 }
3228 },
3329 "main" : " ./dist/index.cjs" ,
3935 ],
4036 "migrator" : [
4137 " ./dist/migrator.d.ts"
42- ],
43- "plugin" : [
44- " ./dist/plugin.d.ts"
4538 ]
4639 }
4740 },
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ export default defineConfig({
44 entry : {
55 index : 'src/index.ts' ,
66 schema : 'src/schema/index.ts' ,
7- plugin : 'src/unplugin/index.ts' ,
87 migrator : 'src/migrator/index.ts' ,
98 } ,
109 clean : true ,
You can’t perform that action at this time.
0 commit comments