ide-assi 0.275.0 → 0.277.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.
@@ -193666,7 +193666,7 @@ class IdeAi
193666
193666
  "tableDefinitions": tableDefinitions,
193667
193667
  });
193668
193668
 
193669
- console.log(o);
193669
+ console.log("U", o);
193670
193670
 
193671
193671
  if (Object.prototype.toString.call(o) === "[object Object]" && o.hasOwnProperty("result")) {
193672
193672
  if (o.result === "0") throw new Error(o.reason);
@@ -193662,7 +193662,7 @@ class IdeAi
193662
193662
  "tableDefinitions": tableDefinitions,
193663
193663
  });
193664
193664
 
193665
- console.log(o);
193665
+ console.log("U", o);
193666
193666
 
193667
193667
  if (Object.prototype.toString.call(o) === "[object Object]" && o.hasOwnProperty("result")) {
193668
193668
  if (o.result === "0") throw new Error(o.reason);
@@ -247,7 +247,7 @@ export class IdeAi
247
247
  "tableDefinitions": tableDefinitions,
248
248
  });
249
249
 
250
- console.log(o);
250
+ console.log("U", o);
251
251
 
252
252
  if (Object.prototype.toString.call(o) === "[object Object]" && o.hasOwnProperty("result")) {
253
253
  if (o.result === "0") throw new Error(o.reason);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.275.0",
4
+ "version": "0.277.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -247,7 +247,7 @@ export class IdeAi
247
247
  "tableDefinitions": tableDefinitions,
248
248
  });
249
249
 
250
- console.log(o);
250
+ console.log("U", o);
251
251
 
252
252
  if (Object.prototype.toString.call(o) === "[object Object]" && o.hasOwnProperty("result")) {
253
253
  if (o.result === "0") throw new Error(o.reason);