@iksdev/shard-cli 0.1.28 → 0.1.30

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/notify-discord.js CHANGED
@@ -113,7 +113,7 @@ function geminiRequest(prompt) {
113
113
  const req = https.request(
114
114
  {
115
115
  hostname: "generativelanguage.googleapis.com",
116
- path: `/v1beta/models/gemini-1.5-flash:generateContent?key=${GEMINI_KEY}`,
116
+ path: `/v1beta/models/gemini-2.0-flash:generateContent?key=${GEMINI_KEY}`,
117
117
  method: "POST",
118
118
  headers: {
119
119
  "Content-Type": "application/json",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iksdev/shard-cli",
3
- "version": "0.1.28",
3
+ "version": "0.1.30",
4
4
  "description": "CLI pour synchroniser un dossier local avec Shard",
5
5
  "bin": {
6
6
  "shard": "bin/shard.js"