@shivaedev/platform 0.3.5 → 0.3.6

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 +5 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 0.3.6 - 2026-08-30
6
+
7
+ ### Changed
8
+
9
+ - Require Effect Prisma 0.6.1 and Effect tRPC 0.3.3, which run Effect tests
10
+ through `@shivaedev/effect-test`.
11
+
5
12
  ## 0.3.5 - 2026-08-27
6
13
 
7
14
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shivaedev/platform",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "Opinionated Effect application infrastructure for ShivaeDev services",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -56,8 +56,8 @@
56
56
  },
57
57
  "peerDependencies": {
58
58
  "@effect/vitest": "4.0.0-rc.108",
59
- "@shivaedev/effect-prisma": "0.6.0",
60
- "@shivaedev/effect-trpc": "0.3.2",
59
+ "@shivaedev/effect-prisma": "0.6.1",
60
+ "@shivaedev/effect-trpc": "0.3.3",
61
61
  "@trpc/server": "11.18.0",
62
62
  "better-auth": "1.6.25",
63
63
  "effect": "4.0.0-rc.108"
@@ -74,8 +74,8 @@
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.6.0",
78
- "@shivaedev/effect-trpc": "0.3.2",
77
+ "@shivaedev/effect-prisma": "0.6.1",
78
+ "@shivaedev/effect-trpc": "0.3.3",
79
79
  "@trpc/server": "11.18.0",
80
80
  "@types/node": "24.10.1",
81
81
  "@typescript/native": "npm:typescript@7.0.2",