Skip to content

Commit 12f7797

Browse files
committed
chore: release v0.9.0
1 parent 0233861 commit 12f7797

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",
@@ -24,10 +24,6 @@
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",
@@ -39,9 +35,6 @@
3935
],
4036
"migrator": [
4137
"./dist/migrator.d.ts"
42-
],
43-
"plugin": [
44-
"./dist/plugin.d.ts"
4538
]
4639
}
4740
},

tsup.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)