@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 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.3
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
@@ -210,7 +210,7 @@ class HttpClient {
210
210
  exports.HttpClient = HttpClient;
211
211
  /**
212
212
  * @title whisker rag server
213
- * @version 1.0.3
213
+ * @version 1.0.4
214
214
  */
215
215
  class Api extends HttpClient {
216
216
  constructor() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@petercatai/whisker-client",
3
- "version": "0.1.202504301149",
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.3",
19
+ "@types/node": "^22.15.14",
20
20
  "axios": "^1.9.0",
21
21
  "typescript": "^5.8.3"
22
22
  }