@zenstackhq/trpc 1.0.0-alpha.26 → 1.0.0-alpha.27
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 +3 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
1
|
# ZenStack tRPC plugin
|
|
2
2
|
|
|
3
|
-
This package contains ZenStack plugin for tRPC.
|
|
3
|
+
This package contains ZenStack plugin for tRPC. The implementation is based on [prisma-trpc-generator](https://github.com/omar-dulaimi/prisma-trpc-generator).
|
|
4
|
+
|
|
5
|
+
Visit [Homepage](https://zenstack.dev) for more details.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zenstackhq/trpc",
|
|
3
3
|
"displayName": "ZenStack plugin for tRPC",
|
|
4
|
-
"version": "1.0.0-alpha.
|
|
4
|
+
"version": "1.0.0-alpha.27",
|
|
5
5
|
"description": "ZenStack plugin for tRPC",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"repository": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"ts-morph": "^16.0.0",
|
|
24
24
|
"tslib": "^2.4.1",
|
|
25
25
|
"zod": "^3.19.1",
|
|
26
|
-
"@zenstackhq/sdk": "1.0.0-alpha.
|
|
26
|
+
"@zenstackhq/sdk": "1.0.0-alpha.27"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/prettier": "^2.7.2",
|