@shivaedev/platform 0.2.1 → 0.2.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 0.2.3 - 2026-08-03
6
+
7
+ ### Fixed
8
+
9
+ - Require Effect Prisma 0.4.3 so generated timestamp codec references normalize
10
+ to `Date`.
11
+
12
+ ## 0.2.2 - 2026-08-03
13
+
14
+ ### Fixed
15
+
16
+ - Require Effect Prisma 0.4.2 so applications can normalize generated
17
+ timestamp declarations without recursively expanding client types.
18
+
5
19
  ## 0.2.1 - 2026-08-03
6
20
 
7
21
  ### Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shivaedev/platform",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "Opinionated Effect application infrastructure for ShivaeDev services",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -50,7 +50,7 @@
50
50
  },
51
51
  "peerDependencies": {
52
52
  "@effect/vitest": "4.0.0-beta.102",
53
- "@shivaedev/effect-prisma": "0.4.1",
53
+ "@shivaedev/effect-prisma": "0.4.3",
54
54
  "@shivaedev/effect-trpc": "0.3.0",
55
55
  "@trpc/server": "11.18.0",
56
56
  "better-auth": "1.6.25",
@@ -68,7 +68,7 @@
68
68
  "@prisma-next/postgres": "0.15.0",
69
69
  "@prisma-next/sql-contract": "0.15.0",
70
70
  "@prisma-next/target-postgres": "0.15.0",
71
- "@shivaedev/effect-prisma": "0.4.1",
71
+ "@shivaedev/effect-prisma": "0.4.3",
72
72
  "@shivaedev/effect-trpc": "0.3.0",
73
73
  "@trpc/server": "11.18.0",
74
74
  "@types/node": "24.10.1",