@shivaedev/platform 0.2.0 → 0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 0.2.1 - 2026-08-03
6
+
7
+ ### Fixed
8
+
9
+ - Require Effect Prisma 0.4.1 so PostgreSQL timestamp fields use their runtime
10
+ `Date` types throughout the shared application setup.
11
+
5
12
  ## 0.2.0 - 2026-08-03
6
13
 
7
14
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shivaedev/platform",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
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.0",
53
+ "@shivaedev/effect-prisma": "0.4.1",
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.0",
71
+ "@shivaedev/effect-prisma": "0.4.1",
72
72
  "@shivaedev/effect-trpc": "0.3.0",
73
73
  "@trpc/server": "11.18.0",
74
74
  "@types/node": "24.10.1",