Skip to content

Commit

Permalink
Merge pull request #128 from hashicorp-forge/dependabot/npm_and_yarn/…
Browse files Browse the repository at this point in the history
…tsup-8.3.5

Bump tsup from 8.3.0 to 8.3.5
  • Loading branch information
brandonc authored Oct 29, 2024
2 parents 02f3219 + f7f92d1 commit fb03b11
Show file tree
Hide file tree
Showing 5 changed files with 482 additions and 589 deletions.
1 change: 1 addition & 0 deletions dist/apply.js
Original file line number Diff line number Diff line change
Expand Up @@ -15875,6 +15875,7 @@ var http_default = isHttpAdapterSupported && function httpAdapter(config) {
delete res.headers["content-encoding"];
}
switch ((res.headers["content-encoding"] || "").toLowerCase()) {
/*eslint default-case:0*/
case "gzip":
case "x-gzip":
case "compress":
Expand Down
1 change: 1 addition & 0 deletions dist/destroy.js
Original file line number Diff line number Diff line change
Expand Up @@ -15875,6 +15875,7 @@ var http_default = isHttpAdapterSupported && function httpAdapter(config) {
delete res.headers["content-encoding"];
}
switch ((res.headers["content-encoding"] || "").toLowerCase()) {
/*eslint default-case:0*/
case "gzip":
case "x-gzip":
case "compress":
Expand Down
1 change: 1 addition & 0 deletions dist/outputs.js
Original file line number Diff line number Diff line change
Expand Up @@ -15882,6 +15882,7 @@ var http_default = isHttpAdapterSupported && function httpAdapter(config) {
delete res.headers["content-encoding"];
}
switch ((res.headers["content-encoding"] || "").toLowerCase()) {
/*eslint default-case:0*/
case "gzip":
case "x-gzip":
case "compress":
Expand Down
Loading

0 comments on commit fb03b11

Please sign in to comment.