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>
This commit is contained in:
pullfrog[bot]
2026-02-13 19:14:32 +00:00
committed by pullfrog[bot]
parent 3c748ddf6e
commit 30812435f9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@pullfrog/pullfrog",
"version": "0.0.161",
"version": "0.0.162",
"type": "module",
"files": [
"index.js",
+1 -1
View File
@@ -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",