@picsart/ai-sdk 5.10.0 → 5.10.1

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -7772,7 +7772,7 @@ var { MODELS: MODELS32 } = defineModels("google", [
7772
7772
  description: "Extended music generation up to 184s with vocals, powered by Google Lyria 3 Pro.",
7773
7773
  features: [feat("Image Input", "input"), feat("Vocal & Instrumental", "characteristic"), feat("Up to 184s", "duration")],
7774
7774
  paramConfig: {
7775
- ...params.prompt(),
7775
+ ...params.prompt({ placeholder: "Generate voiceover, music and sound effects" }),
7776
7776
  ...params.imageInput(10, "Mood Images")
7777
7777
  }
7778
7778
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@picsart/ai-sdk",
3
- "version": "5.10.0",
3
+ "version": "5.10.1",
4
4
  "type": "module",
5
5
  "description": "Type-safe SDK for 100+ AI models — image, video, audio, and text generation with Picsart",
6
6
  "license": "MIT",