@readyfor/api-client-base 1.70.0-pr1457.97bb5f3 → 1.70.0-pr1457.d1fc185

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/fetcher.d.ts CHANGED
@@ -2,7 +2,6 @@ import { z } from "zod";
2
2
  //#region src/fetcher.d.ts
3
3
  type FetcherOptions = {
4
4
  /**
5
- * レスポンス受信時に呼ばれる。ヘッダー参照用のフック。
6
5
  * フェッチャー本体が後段でボディを読むため、ここでボディを消費してはいけない。
7
6
  */
8
7
  onResponse?: (res: Response) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@readyfor/api-client-base",
3
- "version": "1.70.0-pr1457.97bb5f3",
3
+ "version": "1.70.0-pr1457.d1fc185",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",