orpc-file-based-router 0.0.12 → 0.0.13

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -45,7 +45,7 @@ src/routes
45
45
  └── sse.ts
46
46
  ```
47
47
 
48
- 3. Each file should export a oRPC handler function
48
+ 3. Each file should export a oRPC function
49
49
 
50
50
  4. Simply replace router in your handlers with the result of the `createRouter`
51
51
  function:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orpc-file-based-router",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
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",