Skip to content

Commit 60726a8

Browse files
fix: rebuild after lock file changes
1 parent 26e5800 commit 60726a8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/index.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -12208,7 +12208,7 @@ class HttpHeaders {
1220812208
set(headerName, headerValue) {
1220912209
this._headersMap[getHeaderKey(headerName)] = {
1221012210
name: headerName,
12211-
value: headerValue.toString(),
12211+
value: headerValue.toString().trim(),
1221212212
};
1221312213
}
1221412214
/**
@@ -12348,7 +12348,7 @@ const Constants = {
1234812348
/**
1234912349
* The core-http version
1235012350
*/
12351-
coreHttpVersion: "3.0.3",
12351+
coreHttpVersion: "3.0.4",
1235212352
/**
1235312353
* Specifies HTTP.
1235412354
*/
@@ -47194,7 +47194,7 @@ __export(dist_src_exports, {
4719447194
module.exports = __toCommonJS(dist_src_exports);
4719547195

4719647196
// pkg/dist-src/version.js
47197-
var VERSION = "10.1.4";
47197+
var VERSION = "10.1.5";
4719847198

4719947199
// pkg/dist-src/generated/endpoints.js
4720047200
var Endpoints = {

dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)