@shivaedev/platform 0.3.0 → 0.3.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.3.1 - 2026-08-12
6
+
7
+ ### Changed
8
+
9
+ - Require Effect Prisma 0.5.0, which adds the experimental SQLite entrypoint
10
+ and UTC decoding for zone-less SQLite datetime values.
11
+
5
12
  ## 0.3.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.3.0",
3
+ "version": "0.3.1",
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.4.3",
59
+ "@shivaedev/effect-prisma": "0.5.0",
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.4.3",
77
+ "@shivaedev/effect-prisma": "0.5.0",
78
78
  "@shivaedev/effect-trpc": "0.3.0",
79
79
  "@trpc/server": "11.18.0",
80
80
  "@types/node": "24.10.1",