prisma-kysely 2.2.0 → 2.2.1
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.
- package/README.md +0 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -12,8 +12,6 @@ schema"](assets/hero.png)
|
|
|
12
12
|
|
|
13
13
|
<br/>
|
|
14
14
|
|
|
15
|
-
> 🚧 **Library and README in progress...**
|
|
16
|
-
|
|
17
15
|
Do you like Prisma's migration flow, schema language and DX but not the
|
|
18
16
|
limitations of the Prisma Client? Do you want to harness the raw power of SQL
|
|
19
17
|
without losing the safety of the TypeScript type system?
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prisma-kysely",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"description": "Generate Kysely database types from a Prisma schema",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "git+https://github.com/valtyr/prisma-kysely.git"
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@mrleebo/prisma-ast": "^0.13.0",
|
|
43
|
-
"@prisma/generator-helper": "6.
|
|
44
|
-
"@prisma/internals": "6.
|
|
43
|
+
"@prisma/generator-helper": "6.16.2",
|
|
44
|
+
"@prisma/internals": "6.16.2",
|
|
45
45
|
"typescript": "^5.9.2",
|
|
46
46
|
"zod": "^4.1.5"
|
|
47
47
|
},
|
|
@@ -60,14 +60,14 @@
|
|
|
60
60
|
"mysql2": "^3.14.1",
|
|
61
61
|
"pg": "^8.16.2",
|
|
62
62
|
"prettier": "^3.6.2",
|
|
63
|
-
"prisma": "6.
|
|
63
|
+
"prisma": "6.16.2",
|
|
64
64
|
"ts-patch": "^3.3.0",
|
|
65
65
|
"typescript-transform-paths": "^3.5.5",
|
|
66
66
|
"vite-tsconfig-paths": "^5.1.4",
|
|
67
67
|
"vitest": "^3.2.4"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
|
-
"prisma": "~6.
|
|
70
|
+
"prisma": "~6.16"
|
|
71
71
|
},
|
|
72
72
|
"packageManager": "yarn@1.22.22"
|
|
73
73
|
}
|