ide-assi 0.61.0 → 0.62.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.
@@ -193287,6 +193287,7 @@ class IdeAi
193287
193287
  {
193288
193288
  #API_URL = "http://localhost:8091";
193289
193289
  #SCHEMA = "booxtory_250131";
193290
+ #model;
193290
193291
 
193291
193292
  constructor() {
193292
193293
  }
@@ -193283,6 +193283,7 @@ class IdeAi
193283
193283
  {
193284
193284
  #API_URL = "http://localhost:8091";
193285
193285
  #SCHEMA = "booxtory_250131";
193286
+ #model;
193286
193287
 
193287
193288
  constructor() {
193288
193289
  }
@@ -5,6 +5,7 @@ export class IdeAi
5
5
  {
6
6
  #API_URL = "http://localhost:8091";
7
7
  #SCHEMA = "booxtory_250131";
8
+ #model;
8
9
 
9
10
  constructor() {
10
11
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.61.0",
4
+ "version": "0.62.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -5,6 +5,7 @@ export class IdeAi
5
5
  {
6
6
  #API_URL = "http://localhost:8091";
7
7
  #SCHEMA = "booxtory_250131";
8
+ #model;
8
9
 
9
10
  constructor() {
10
11
  }