@postplus/cli 0.1.36 → 0.1.37
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.
|
@@ -260,6 +260,19 @@ export const MEDIA_ENDPOINT_HINTS = {
|
|
|
260
260
|
prompt: 'A realistic vertical short-form product reveal.',
|
|
261
261
|
sound: false,
|
|
262
262
|
},
|
|
263
|
+
'video-wanx2-1-i2v-turbo': {
|
|
264
|
+
aspect_ratio: '9:16',
|
|
265
|
+
duration: 5,
|
|
266
|
+
image: 'https://example.com/start-frame.png',
|
|
267
|
+
prompt: 'A realistic vertical short-form product reveal.',
|
|
268
|
+
resolution: '720p',
|
|
269
|
+
},
|
|
270
|
+
'video-wanx2-1-t2v-turbo': {
|
|
271
|
+
aspect_ratio: '9:16',
|
|
272
|
+
duration: 5,
|
|
273
|
+
prompt: 'A realistic vertical short-form product reveal.',
|
|
274
|
+
resolution: '720p',
|
|
275
|
+
},
|
|
263
276
|
'video-seedance-2-image': {
|
|
264
277
|
duration: 5,
|
|
265
278
|
image: 'https://example.com/start-frame.png',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@postplus/cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.37",
|
|
4
4
|
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "PostPlus CLI for PostPlus Cloud auth, status, and diagnostics.",
|