@petercatai/whisker-client 0.1.202504301149 → 0.1.202505071127
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.d.ts +1 -1
- package/dist/api.js +1 -1
- package/package.json +2 -2
package/dist/api.d.ts
CHANGED
|
@@ -1968,7 +1968,7 @@ export declare class HttpClient<SecurityDataType = unknown> {
|
|
|
1968
1968
|
}
|
|
1969
1969
|
/**
|
|
1970
1970
|
* @title whisker rag server
|
|
1971
|
-
* @version 1.0.
|
|
1971
|
+
* @version 1.0.4
|
|
1972
1972
|
*/
|
|
1973
1973
|
export declare class Api<SecurityDataType extends unknown> extends HttpClient<SecurityDataType> {
|
|
1974
1974
|
/**
|
package/dist/api.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@petercatai/whisker-client",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.202505071127",
|
|
4
4
|
"description": "Generated API client (Production)",
|
|
5
5
|
"main": "dist/api.js",
|
|
6
6
|
"types": "dist/api.d.ts",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"tag": "latest"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@types/node": "^22.15.
|
|
19
|
+
"@types/node": "^22.15.14",
|
|
20
20
|
"axios": "^1.9.0",
|
|
21
21
|
"typescript": "^5.8.3"
|
|
22
22
|
}
|