json-api-mocker 1.2.5 → 1.2.6

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.ch.md CHANGED
@@ -130,6 +130,8 @@ Mock 服务器已启动:
130
130
 
131
131
  ## 📖 配置指南
132
132
 
133
+ 详细配置请参考 [CONFIG.ch.md](./CONFIG.ch.md)。
134
+
133
135
  ### 服务器配置
134
136
 
135
137
  `server` 部分配置基本的服务器设置:
package/README.md CHANGED
@@ -130,6 +130,8 @@ Available APIs:
130
130
 
131
131
  ## 📖 Configuration Guide
132
132
 
133
+ For detailed configuration options, please refer to [CONFIG.md](./CONFIG.md).
134
+
133
135
  ### Server Configuration
134
136
 
135
137
  The `server` section configures basic server settings:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "json-api-mocker",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
4
4
  "description": "A mock server based on JSON configuration",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",