orpc-file-based-router 0.0.11 → 0.0.12

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
@@ -8,8 +8,8 @@ structure, similar to Next.js, express-file-routing
8
8
  - 📁 **File-based structure**: Organize your API endpoints intuitively through your filesystem
9
9
  - 🔄 **Zero configuration**: Generate routes automatically based on your directory structure
10
10
  - ⚡️ **Development speed**: Eliminate boilerplate code and reduce maintenance overhead
11
- - 🔍 **Dynamic routing**: Support for path parameters using {param} syntax in file names
12
- - 📑 **Index handling**: Support for index routes via index.ts files
11
+ - 🔍 **Dynamic routing**: Support for path parameters using `{param}` syntax in file names
12
+ - 📑 **Index handling**: Support for index routes via `index.ts` files
13
13
 
14
14
  > ⚠️ **IMPORTANT:** At this time, the plugin's functionality is only guaranteed
15
15
  > in nodejs runtime
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orpc-file-based-router",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
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",