@ahoo-wang/fetcher-react 3.6.0 → 3.6.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/dist/types.d.ts CHANGED
@@ -2,6 +2,7 @@ import { DependencyList } from 'react';
2
2
  export interface DepsCapable {
3
3
  deps?: DependencyList;
4
4
  }
5
+ export declare const EMPTY_DEPS: DependencyList;
5
6
  export interface AutoExecuteCapable {
6
7
  /**
7
8
  * Whether to automatically execute the query on component mount. Defaults to true.
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,WAAW,WAAW;IAC1B,IAAI,CAAC,EAAE,cAAc,CAAC;CACvB;AAED,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAaA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEvC,MAAM,WAAW,WAAW;IAC1B,IAAI,CAAC,EAAE,cAAc,CAAC;CACvB;AAED,eAAO,MAAM,UAAU,EAAE,cAAmB,CAAC;AAE7C,MAAM,WAAW,kBAAkB;IACjC;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ahoo-wang/fetcher-react",
3
- "version": "3.6.0",
3
+ "version": "3.6.1",
4
4
  "description": "React integration for Fetcher HTTP client. Provides React Hooks and components for seamless data fetching with automatic re-rendering and loading states.",
5
5
  "keywords": [
6
6
  "fetch",
@@ -66,7 +66,7 @@
66
66
  "eslint-plugin-react-compiler": "^19.1.0-rc.2",
67
67
  "unplugin-dts": "1.0.0-beta.6",
68
68
  "vite": "^7.2.7",
69
- "vite-bundle-analyzer": "^1.3.1",
69
+ "vite-bundle-analyzer": "^1.3.2",
70
70
  "vitest": "^3.2.4",
71
71
  "@testing-library/react": "^16.0.0",
72
72
  "@types/react": "^19.2.7",