@stryke/trpc-next 0.5.43 → 0.5.45

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 +23 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,29 @@
2
2
 
3
3
  # Changelog for Stryke - TRPC Next
4
4
 
5
+ ## [0.5.44](https://github.com/storm-software/stryke/releases/tag/trpc-next%400.5.44) (01/13/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **types** to **v0.10.30**
10
+ - Updated **path** to **v0.24.2**
11
+ - Updated **env** to **v0.20.45**
12
+ - Updated **url** to **v0.3.23**
13
+
14
+ ## [0.5.43](https://github.com/storm-software/stryke/releases/tag/trpc-next%400.5.43) (12/30/2025)
15
+
16
+ ### Documentation
17
+
18
+ - **monorepo:** Update `README.md` markdown files
19
+ ([634a715](https://github.com/storm-software/stryke/commit/634a715))
20
+
21
+ ### Updated Dependencies
22
+
23
+ - Updated **types** to **v0.10.29**
24
+ - Updated **path** to **v0.24.1**
25
+ - Updated **env** to **v0.20.44**
26
+ - Updated **url** to **v0.3.22**
27
+
5
28
  ## [0.5.42](https://github.com/storm-software/stryke/releases/tag/trpc-next%400.5.42) (12/19/2025)
6
29
 
7
30
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/trpc-next",
3
- "version": "0.5.43",
3
+ "version": "0.5.45",
4
4
  "type": "module",
5
5
  "description": "A package to help in using tRPC in modern NextJs applications.",
6
6
  "repository": {
@@ -95,11 +95,11 @@
95
95
  "superjson": "2.2.2"
96
96
  },
97
97
  "devDependencies": {
98
- "@types/react": "^19.2.7",
98
+ "@types/react": "^19.2.8",
99
99
  "@types/react-dom": "^19.2.3",
100
100
  "@types/react-native": "0.72.8",
101
101
  "tsdown": "^0.17.2"
102
102
  },
103
103
  "publishConfig": { "access": "public" },
104
- "gitHead": "b8d274b5ccadc794cda7e8f417b68e640fa97641"
104
+ "gitHead": "696645e15f5c4d04afda9a674a8838bdd688d573"
105
105
  }