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.
- package/README.md +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:**
|
|
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