@shivaedev/effect-prisma 0.5.2 → 0.5.3
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/CHANGELOG.md +7 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 0.5.3 - 2026-08-12
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Require Effect 4.0.0-rc.108. The 4.0 release candidate starts the stable line,
|
|
10
|
+
so consumers pick up the compatibility promise the betas did not carry.
|
|
11
|
+
|
|
5
12
|
## 0.5.2 - 2026-08-12
|
|
6
13
|
|
|
7
14
|
### Changed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shivaedev/effect-prisma",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.3",
|
|
4
4
|
"description": "Effect-native PostgreSQL queries and transactions for Prisma Next",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
"@prisma-next/sqlite": "0.15.0"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
|
-
"@effect/vitest": "4.0.0-
|
|
65
|
-
"effect": "4.0.0-
|
|
64
|
+
"@effect/vitest": "4.0.0-rc.108",
|
|
65
|
+
"effect": "4.0.0-rc.108"
|
|
66
66
|
},
|
|
67
67
|
"peerDependenciesMeta": {
|
|
68
68
|
"@effect/vitest": {
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
}
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
-
"@effect/vitest": "4.0.0-
|
|
73
|
+
"@effect/vitest": "4.0.0-rc.108",
|
|
74
74
|
"@prisma-next/adapter-postgres": "0.15.0",
|
|
75
75
|
"@prisma-next/adapter-sqlite": "0.15.0",
|
|
76
76
|
"@prisma-next/cli": "0.15.0",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"@types/node": "24.10.1",
|
|
80
80
|
"@types/pg": "8.20.0",
|
|
81
81
|
"@typescript/native": "npm:typescript@7.0.2",
|
|
82
|
-
"effect": "4.0.0-
|
|
82
|
+
"effect": "4.0.0-rc.108",
|
|
83
83
|
"typescript": "npm:@typescript/typescript6@6.0.2",
|
|
84
84
|
"vitest": "4.1.9"
|
|
85
85
|
},
|