@leikeduntech/leiai-js 3.5.5 → 3.6.0

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.
Files changed (2) hide show
  1. package/build/index.js +1 -0
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -866,6 +866,7 @@ var ChatGPTAPI = class {
866
866
  if (abortController) {
867
867
  ;
868
868
  responseP.cancel = () => {
869
+ console.log("responseP cancel error ", responseP);
869
870
  abortController.abort();
870
871
  };
871
872
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leikeduntech/leiai-js",
3
- "version": "3.5.5",
3
+ "version": "3.6.0",
4
4
  "author": "liuhean",
5
5
  "repository": {
6
6
  "type": "git",