@stryke/trpc-next 0.5.41 → 0.5.43

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ ![Storm Software's logo banner](https://public.storm-cdn.com/storm-software/banner-1280x320.gif)
2
+
3
+ # Changelog for Stryke - TRPC Next
4
+
5
+ ## [0.5.42](https://github.com/storm-software/stryke/releases/tag/trpc-next%400.5.42) (12/19/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **types** to **v0.10.28**
10
+ - Updated **path** to **v0.24.0**
11
+ - Updated **env** to **v0.20.43**
12
+ - Updated **url** to **v0.3.21**
13
+
14
+ ## [0.5.41](https://github.com/storm-software/stryke/releases/tag/trpc-next%400.5.41) (12/18/2025)
15
+
16
+ ### Updated Dependencies
17
+
18
+ - Updated **path** to **v0.23.2**
19
+ - Updated **env** to **v0.20.42**
20
+ - Updated **url** to **v0.3.20**
21
+
1
22
  ![Storm Software's logo banner](https://public.storm-cdn.com/storm-software/optimized/banner-1280x320.gif)
2
23
 
3
24
  # Changelog for Stryke - TRPC Next
@@ -16,10 +37,6 @@
16
37
  - Updated **env** to **v0.20.41**
17
38
  - Updated **url** to **v0.3.19**
18
39
 
19
- ![Storm Software's logo banner](https://public.storm-cdn.com/storm-software/banner-1280x320.gif)
20
-
21
- # Changelog for Stryke - TRPC Next
22
-
23
40
  ## [0.5.39](https://github.com/storm-software/stryke/releases/tag/trpc-next%400.5.39) (12/18/2025)
24
41
 
25
42
  ### Updated Dependencies
package/README.md CHANGED
@@ -28,13 +28,13 @@ This package is part of Storm Software's **💥 Stryke** monorepo. Stryke packag
28
28
 
29
29
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
30
30
 
31
- [![Version](https://img.shields.io/badge/version-0.5.29-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/stryke/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
31
+ [![Version](https://img.shields.io/badge/version-0.5.29-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/stryke/release.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
32
32
 
33
33
  > [!IMPORTANT] Important
34
34
  > This repository, and the apps, libraries, and tools contained within, is still in it's initial development phase. As a result, bugs and issues are expected with it's usage. When the main development phase completes, a proper release will be performed, the packages will be available through NPM (and other distributions), and this message will be removed. However, in the meantime, please feel free to report any issues you may come across.
35
35
 
36
36
  <div align="center">
37
- <b>Be sure to ⭐ this repository on <a href="https://github.com/storm-software/stryke" target="_blank">GitHub</a> so you can keep up to date on any daily progress!</b>
37
+ <a href="https://github.com/storm-software/stryke" target="_blank"><b>Be sure to ⭐ this repository on GitHub so you can keep up to date on any daily progress!</b></a>
38
38
  </div>
39
39
 
40
40
  <br />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stryke/trpc-next",
3
- "version": "0.5.41",
3
+ "version": "0.5.43",
4
4
  "type": "module",
5
5
  "description": "A package to help in using tRPC in modern NextJs applications.",
6
6
  "repository": {
@@ -85,11 +85,11 @@
85
85
  },
86
86
  "dependencies": {
87
87
  "@js-temporal/polyfill": "^0.5.1",
88
- "@tanstack/react-query": "^5.90.12",
89
- "@trpc/client": "^11.8.0",
90
- "@trpc/next": "^11.8.0",
91
- "@trpc/server": "^11.8.0",
92
- "@trpc/tanstack-react-query": "^11.8.0",
88
+ "@tanstack/react-query": "^5.90.16",
89
+ "@trpc/client": "^11.8.1",
90
+ "@trpc/next": "^11.8.1",
91
+ "@trpc/server": "^11.8.1",
92
+ "@trpc/tanstack-react-query": "^11.8.1",
93
93
  "defu": "^6.1.4",
94
94
  "server-only": "^0.0.1",
95
95
  "superjson": "2.2.2"
@@ -101,5 +101,5 @@
101
101
  "tsdown": "^0.17.2"
102
102
  },
103
103
  "publishConfig": { "access": "public" },
104
- "gitHead": "562e4b64add5e6c076ae803315d2768582148620"
104
+ "gitHead": "b8d274b5ccadc794cda7e8f417b68e640fa97641"
105
105
  }