@stryke/trpc-next 0.5.5 â 0.5.7
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/README.md +4 -9
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -22,15 +22,10 @@ This package is part of Storm Software's **đŠī¸ Stryke** monorepo. Stryke pac
|
|
|
22
22
|
|
|
23
23
|
<h3 align="center">đģ Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
24
24
|
|
|
25
|
-
[, and this message will be removed.
|
|
32
|
-
> However, in the meantime, please feel free to report any issues you may come
|
|
33
|
-
> across.
|
|
25
|
+
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
26
|
+
|
|
27
|
+
> [!IMPORTANT] Important
|
|
28
|
+
> 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.
|
|
34
29
|
|
|
35
30
|
<div align="center">
|
|
36
31
|
<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>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stryke/trpc-next",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package to help in using tRPC in modern NextJs applications.",
|
|
6
6
|
"repository": {
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"defu": "^6.1.4",
|
|
30
30
|
"server-only": "^0.0.1",
|
|
31
31
|
"superjson": "2.2.2",
|
|
32
|
-
"@stryke/env": "^0.
|
|
33
|
-
"@stryke/http": "^0.
|
|
34
|
-
"@stryke/path": "^0.
|
|
35
|
-
"@stryke/types": "^0.8.
|
|
32
|
+
"@stryke/env": "^0.13.0",
|
|
33
|
+
"@stryke/http": "^0.8.1",
|
|
34
|
+
"@stryke/path": "^0.7.5",
|
|
35
|
+
"@stryke/types": "^0.8.3"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@types/react": "^19.0.12",
|