ide-assi 0.31.0 → 0.33.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.
@@ -193337,9 +193337,7 @@ class IdeAi
193337
193337
  if (res.result == "1") {
193338
193338
 
193339
193339
  const columnInfo = this.#getColumnInfo(res.table);
193340
-
193341
- const r1 = await columnInfo.json();
193342
- console.log(r1);
193340
+ console.log(columnInfo);
193343
193341
 
193344
193342
  const response2 = await fetch(`${this.#API_URL}/ai/generateSource`, {
193345
193343
  method: "POST",
@@ -193333,9 +193333,7 @@ class IdeAi
193333
193333
  if (res.result == "1") {
193334
193334
 
193335
193335
  const columnInfo = this.#getColumnInfo(res.table);
193336
-
193337
- const r1 = await columnInfo.json();
193338
- console.log(r1);
193336
+ console.log(columnInfo);
193339
193337
 
193340
193338
  const response2 = await fetch(`${this.#API_URL}/ai/generateSource`, {
193341
193339
  method: "POST",
@@ -80,9 +80,7 @@ export class IdeAi
80
80
  if (res.result == "1") {
81
81
 
82
82
  const columnInfo = this.#getColumnInfo(res.table);
83
-
84
- const r1 = await columnInfo.json();
85
- console.log(r1);
83
+ console.log(columnInfo);
86
84
 
87
85
  const response2 = await fetch(`${this.#API_URL}/ai/generateSource`, {
88
86
  method: "POST",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.31.0",
4
+ "version": "0.33.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -80,9 +80,7 @@ export class IdeAi
80
80
  if (res.result == "1") {
81
81
 
82
82
  const columnInfo = this.#getColumnInfo(res.table);
83
-
84
- const r1 = await columnInfo.json();
85
- console.log(r1);
83
+ console.log(columnInfo);
86
84
 
87
85
  const response2 = await fetch(`${this.#API_URL}/ai/generateSource`, {
88
86
  method: "POST",