orpc-file-based-router 0.0.6 → 0.0.8

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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  A plugin for [oRPC](https://orpc.unnoq.com) that automatically creates an oRPC router configuration based on your file structure.
4
4
 
5
- > ⚠️ **IMPORTANT:** Works only at nodejs runtime
5
+ > ⚠️ **IMPORTANT:** At this time, the plugin's functionality is only guaranteed in nodejs runtime
6
6
 
7
7
  ## Installation
8
8
 
@@ -78,4 +78,4 @@ export const router = {
78
78
 
79
79
  ## License
80
80
 
81
- MIT
81
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orpc-file-based-router",
3
- "version": "0.0.6",
3
+ "version": "0.0.8",
4
4
  "description": "File-based router plugin for oRPC - automatically generate oRPC router from your file structure",
5
5
  "author": "zeeeeby",
6
6
  "license": "MIT",