@petercatai/whisker-client 0.1.202508271000 → 0.1.202509020431-dev
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/api.js +1 -1
- package/package.json +3 -3
package/dist/api.js
CHANGED
|
@@ -262,7 +262,7 @@ class HttpClient {
|
|
|
262
262
|
: requestParams.signal) || null, body: typeof body === "undefined" || body === null
|
|
263
263
|
? null
|
|
264
264
|
: payloadFormatter(body) })).then(async (response) => {
|
|
265
|
-
const r = response
|
|
265
|
+
const r = response;
|
|
266
266
|
r.data = null;
|
|
267
267
|
r.error = null;
|
|
268
268
|
const data = !responseFormat
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@petercatai/whisker-client",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "Generated API client (
|
|
3
|
+
"version": "0.1.202509020431-dev",
|
|
4
|
+
"description": "Generated API client (preview)",
|
|
5
5
|
"main": "dist/api.js",
|
|
6
6
|
"types": "dist/api.d.ts",
|
|
7
7
|
"files": [
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"publishConfig": {
|
|
15
15
|
"access": "public",
|
|
16
|
-
"tag": "
|
|
16
|
+
"tag": "dev"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@types/node": "^24.3.0",
|