@ahoo-wang/fetcher-decorator 0.6.9 → 0.8.1

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 CHANGED
@@ -268,7 +268,6 @@ configuration using a sophisticated merging strategy:
268
268
  - **Empty objects** are handled gracefully, falling back to endpoint configuration
269
269
 
270
270
  ```typescript
271
-
272
271
  @api('/users')
273
272
  class UserService {
274
273
  @post('/')
package/README.zh-CN.md CHANGED
@@ -261,7 +261,6 @@ class ComplexService {
261
261
  - **空对象**会被优雅地处理,回退到端点配置
262
262
 
263
263
  ```typescript
264
-
265
264
  @api('/users')
266
265
  class UserService {
267
266
  @post('/')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ahoo-wang/fetcher-decorator",
3
- "version": "0.6.9",
3
+ "version": "0.8.1",
4
4
  "description": "TypeScript decorators for clean API service definitions with Fetcher HTTP client",
5
5
  "keywords": [
6
6
  "fetch",
@@ -36,7 +36,7 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "reflect-metadata": "^0.2.2",
39
- "@ahoo-wang/fetcher": "0.6.9"
39
+ "@ahoo-wang/fetcher": "0.8.1"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@vitest/coverage-v8": "^3.2.4",