@cli4ai/nanobanana 1.0.16 → 1.0.18
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.
- package/cli4ai.json +2 -2
- package/dist/run.js +1 -1
- package/package.json +2 -2
package/cli4ai.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nanobanana",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.17",
|
|
4
4
|
"description": "Image generation with Gemini (Nano Banana Pro)",
|
|
5
5
|
"author": "cliforai",
|
|
6
6
|
"license": "BUSL-1.1",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
}
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@cli4ai/lib": "^1.0.
|
|
28
|
+
"@cli4ai/lib": "^1.0.9",
|
|
29
29
|
"puppeteer": "^24.0.0",
|
|
30
30
|
"commander": "^14.0.0"
|
|
31
31
|
},
|
package/dist/run.js
CHANGED
|
@@ -44,7 +44,7 @@ program
|
|
|
44
44
|
const inputElement = await page.$(inputSelector);
|
|
45
45
|
await inputElement.click();
|
|
46
46
|
await sleep(500);
|
|
47
|
-
await page.keyboard.type(imagePrompt
|
|
47
|
+
await page.keyboard.type(imagePrompt);
|
|
48
48
|
await sleep(500);
|
|
49
49
|
// Click the Send message button
|
|
50
50
|
console.error('Submitting prompt...');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cli4ai/nanobanana",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.18",
|
|
4
4
|
"description": "Image generation with Gemini (Nano Banana Pro)",
|
|
5
5
|
"author": "cliforai",
|
|
6
6
|
"license": "BUSL-1.1",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"url": "https://github.com/cliforai/packages/issues"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@cli4ai/lib": "^1.0.
|
|
32
|
+
"@cli4ai/lib": "^1.0.9",
|
|
33
33
|
"puppeteer": "^24.0.0",
|
|
34
34
|
"commander": "^14.0.0"
|
|
35
35
|
},
|