@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.
Files changed (2) hide show
  1. package/dist/commands.js +2 -0
  2. 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
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buildinternet/uploads",
3
- "version": "0.34.0",
3
+ "version": "0.34.1",
4
4
  "description": "CLI and client for uploads.sh — workspace-scoped image hosting for GitHub embeds",
5
5
  "type": "module",
6
6
  "sideEffects": false,