@stryke/trpc-next 0.5.49 → 0.5.51

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 +17 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,23 @@
2
2
 
3
3
  # Changelog for Stryke - TRPC Next
4
4
 
5
+ ## [0.5.50](https://github.com/storm-software/stryke/releases/tag/trpc-next%400.5.50) (01/16/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **path** to **v0.25.2**
10
+ - Updated **env** to **v0.20.51**
11
+ - Updated **url** to **v0.3.28**
12
+
13
+ ## [0.5.49](https://github.com/storm-software/stryke/releases/tag/trpc-next%400.5.49) (01/16/2026)
14
+
15
+ ### Updated Dependencies
16
+
17
+ - Updated **types** to **v0.10.33**
18
+ - Updated **path** to **v0.25.1**
19
+ - Updated **env** to **v0.20.50**
20
+ - Updated **url** to **v0.3.27**
21
+
5
22
  ## [0.5.48](https://github.com/storm-software/stryke/releases/tag/trpc-next%400.5.48) (01/16/2026)
6
23
 
7
24
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/trpc-next",
3
- "version": "0.5.49",
3
+ "version": "0.5.51",
4
4
  "type": "module",
5
5
  "description": "A package to help in using tRPC in modern NextJs applications.",
6
6
  "repository": {
@@ -101,5 +101,5 @@
101
101
  "tsdown": "^0.17.2"
102
102
  },
103
103
  "publishConfig": { "access": "public" },
104
- "gitHead": "9c02f25b3bf83a1228a94fc2ef3fcd816dc0f707"
104
+ "gitHead": "e0cedae14a70843b0d60ab6d8d36ec368d230310"
105
105
  }