From 30812435f9b02049ca670fc197a18e642f87584c Mon Sep 17 00:00:00 2001 From: "pullfrog[bot]" <226033991+pullfrog[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 19:14:32 +0000 Subject: [PATCH] Fix file upload 401 by conditionally signing content-disposition header (#289) * Fix file upload 401 by conditionally signing content-disposition header * Bump version to 0.0.162 --------- Co-authored-by: pullfrog[bot] <226033991+pullfrog[bot]@users.noreply.github.com> --- entry | 2 +- package.json | 2 +- post | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/entry b/entry index e8269b4..a09855f 100755 --- a/entry +++ b/entry @@ -144462,7 +144462,7 @@ import { join as join9 } from "node:path"; // package.json var package_default = { name: "@pullfrog/pullfrog", - version: "0.0.161", + version: "0.0.162", type: "module", files: [ "index.js", diff --git a/package.json b/package.json index 1e80b8e..782075c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pullfrog/pullfrog", - "version": "0.0.161", + "version": "0.0.162", "type": "module", "files": [ "index.js", diff --git a/post b/post index 5f8a816..210efb4 100755 --- a/post +++ b/post @@ -41258,7 +41258,7 @@ var Effort = type.enumerated("mini", "auto", "max"); // package.json var package_default = { name: "@pullfrog/pullfrog", - version: "0.0.161", + version: "0.0.162", type: "module", files: [ "index.js",