@better-auth/kysely-adapter 1.5.0-beta.15 → 1.5.0-beta.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
 
2
- > @better-auth/kysely-adapter@1.5.0-beta.15 build /home/runner/work/better-auth/better-auth/packages/kysely-adapter
2
+ > @better-auth/kysely-adapter@1.5.0-beta.17 build /home/runner/work/better-auth/better-auth/packages/kysely-adapter
3
3
  > tsdown
4
4
 
5
5
  ℹ tsdown v0.20.3 powered by rolldown v1.0.0-rc.3
@@ -8,8 +8,6 @@
8
8
  ℹ tsconfig: tsconfig.json
9
9
  ℹ Build start
10
10
  ℹ dist/index.mjs 15.47 kB │ gzip: 3.60 kB
11
- [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
12
-
13
11
  ℹ dist/node-sqlite-dialect.mjs  4.16 kB │ gzip: 1.43 kB
14
12
  ℹ dist/index.mjs.map 36.76 kB │ gzip: 8.45 kB
15
13
  ℹ dist/node-sqlite-dialect.mjs.map 10.78 kB │ gzip: 3.44 kB
@@ -18,4 +16,6 @@
18
16
  ℹ dist/index.d.mts  1.65 kB │ gzip: 0.62 kB
19
17
  ℹ dist/node-sqlite-dialect.d.mts  0.94 kB │ gzip: 0.46 kB
20
18
  ℹ 8 files, total: 84.68 kB
21
- ✔ Build complete in 9984ms
19
+ [PLUGIN_TIMINGS] Warning: Your build spent significant time in plugin `rolldown-plugin-dts:generate`. See https://rolldown.rs/options/checks#plugintimings for more details.
20
+
21
+ ✔ Build complete in 9803ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-auth/kysely-adapter",
3
- "version": "1.5.0-beta.15",
3
+ "version": "1.5.0-beta.17",
4
4
  "description": "Kysely adapter for Better Auth",
5
5
  "type": "module",
6
6
  "repository": {
@@ -26,14 +26,14 @@
26
26
  "peerDependencies": {
27
27
  "@better-auth/utils": "^0.3.0",
28
28
  "kysely": "^0.27.0 || ^0.28.0",
29
- "@better-auth/core": "1.5.0-beta.15"
29
+ "@better-auth/core": "1.5.0-beta.17"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@better-auth/utils": "^0.3.1",
33
33
  "kysely": "^0.28.10",
34
34
  "tsdown": "^0.20.3",
35
35
  "typescript": "^5.9.3",
36
- "@better-auth/core": "1.5.0-beta.15"
36
+ "@better-auth/core": "1.5.0-beta.17"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "tsdown",