@stryke/trpc-next 0.5.40 → 0.5.41

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 +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ![Storm Software's logo banner](https://public.storm-cdn.com/storm-software/optimized/banner-1280x320.gif)
2
+
3
+ # Changelog for Stryke - TRPC Next
4
+
5
+ ## [0.5.40](https://github.com/storm-software/stryke/releases/tag/trpc-next%400.5.40) (12/18/2025)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update CDN URLs for banner assets
10
+ ([5aefe1b](https://github.com/storm-software/stryke/commit/5aefe1b))
11
+
12
+ ### Updated Dependencies
13
+
14
+ - Updated **types** to **v0.10.27**
15
+ - Updated **path** to **v0.23.1**
16
+ - Updated **env** to **v0.20.41**
17
+ - Updated **url** to **v0.3.19**
18
+
1
19
  ![Storm Software's logo banner](https://public.storm-cdn.com/storm-software/banner-1280x320.gif)
2
20
 
3
21
  # Changelog for Stryke - TRPC Next
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/trpc-next",
3
- "version": "0.5.40",
3
+ "version": "0.5.41",
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": "ed86f49867133045cf1eb4626ca513043221d0af"
104
+ "gitHead": "562e4b64add5e6c076ae803315d2768582148620"
105
105
  }