ide-assi 0.519.0 → 0.520.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.
@@ -202089,7 +202089,7 @@ class IdeAi
202089
202089
 
202090
202090
  #where = async (userPrompt, menuList, tableDefinitions) => {
202091
202091
 
202092
- console.log(menuList, tableDefinitions);
202092
+ console.log(menuList, tableDefinitions, JSON.stringify(menuList), JSON.stringify(tableDefinitions));
202093
202093
 
202094
202094
  const o = await this.#invoke('/prompts/meta/C.스캐폴딩.txt', {
202095
202095
  "userPrompt": userPrompt,
@@ -202085,7 +202085,7 @@ class IdeAi
202085
202085
 
202086
202086
  #where = async (userPrompt, menuList, tableDefinitions) => {
202087
202087
 
202088
- console.log(menuList, tableDefinitions);
202088
+ console.log(menuList, tableDefinitions, JSON.stringify(menuList), JSON.stringify(tableDefinitions));
202089
202089
 
202090
202090
  const o = await this.#invoke('/prompts/meta/C.스캐폴딩.txt', {
202091
202091
  "userPrompt": userPrompt,
@@ -221,7 +221,7 @@ export class IdeAi
221
221
 
222
222
  #where = async (userPrompt, menuList, tableDefinitions) => {
223
223
 
224
- console.log(menuList, tableDefinitions);
224
+ console.log(menuList, tableDefinitions, JSON.stringify(menuList), JSON.stringify(tableDefinitions));
225
225
 
226
226
  const o = await this.#invoke('/prompts/meta/C.스캐폴딩.txt', {
227
227
  "userPrompt": userPrompt,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ide-assi",
3
3
  "type": "module",
4
- "version": "0.519.0",
4
+ "version": "0.520.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -221,7 +221,7 @@ export class IdeAi
221
221
 
222
222
  #where = async (userPrompt, menuList, tableDefinitions) => {
223
223
 
224
- console.log(menuList, tableDefinitions);
224
+ console.log(menuList, tableDefinitions, JSON.stringify(menuList), JSON.stringify(tableDefinitions));
225
225
 
226
226
  const o = await this.#invoke('/prompts/meta/C.스캐폴딩.txt', {
227
227
  "userPrompt": userPrompt,