@buildinternet/uploads 0.34.0 → 0.34.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.
- package/dist/commands.js +2 -0
- package/package.json +1 -1
package/dist/commands.js
CHANGED
|
@@ -1882,6 +1882,8 @@ export async function runPut(ctx, args, help = false, run = execRunner) {
|
|
|
1882
1882
|
optimize: result.optimize,
|
|
1883
1883
|
frame: result.frame,
|
|
1884
1884
|
gallery,
|
|
1885
|
+
comment,
|
|
1886
|
+
commentError,
|
|
1885
1887
|
...(dryRun ? { dryRun: true } : {}),
|
|
1886
1888
|
...(jsonHint ? { hint: jsonHint } : {}),
|
|
1887
1889
|
});
|