@shivaedev/platform 0.3.0 → 0.3.2
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 +14 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
## Unreleased
|
|
4
4
|
|
|
5
|
+
## 0.3.2 - 2026-08-12
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- Require Effect Prisma 0.5.1, so the test harness requirement channel names
|
|
10
|
+
the database executor service again instead of collapsing to `never`.
|
|
11
|
+
|
|
12
|
+
## 0.3.1 - 2026-08-12
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
- Require Effect Prisma 0.5.0, which adds the experimental SQLite entrypoint
|
|
17
|
+
and UTC decoding for zone-less SQLite datetime values.
|
|
18
|
+
|
|
5
19
|
## 0.3.0 - 2026-08-03
|
|
6
20
|
|
|
7
21
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shivaedev/platform",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "Opinionated Effect application infrastructure for ShivaeDev services",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"@effect/vitest": "4.0.0-beta.102",
|
|
59
|
-
"@shivaedev/effect-prisma": "0.
|
|
59
|
+
"@shivaedev/effect-prisma": "0.5.1",
|
|
60
60
|
"@shivaedev/effect-trpc": "0.3.0",
|
|
61
61
|
"@trpc/server": "11.18.0",
|
|
62
62
|
"better-auth": "1.6.25",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@prisma-next/postgres": "0.15.0",
|
|
75
75
|
"@prisma-next/sql-contract": "0.15.0",
|
|
76
76
|
"@prisma-next/target-postgres": "0.15.0",
|
|
77
|
-
"@shivaedev/effect-prisma": "0.
|
|
77
|
+
"@shivaedev/effect-prisma": "0.5.1",
|
|
78
78
|
"@shivaedev/effect-trpc": "0.3.0",
|
|
79
79
|
"@trpc/server": "11.18.0",
|
|
80
80
|
"@types/node": "24.10.1",
|