Skip to content

Commit 7c01e81

Browse files
chore(release): 1.2.15 [skip ci]
1 parent e031684 commit 7c01e81

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

dist/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6883,6 +6883,10 @@ FormData.prototype.getHeaders = function(userHeaders) {
68836883
return formHeaders;
68846884
};
68856885

6886+
FormData.prototype.setBoundary = function(boundary) {
6887+
this._boundary = boundary;
6888+
};
6889+
68866890
FormData.prototype.getBoundary = function() {
68876891
if (!this._boundary) {
68886892
this._generateBoundary();

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wayback",
3-
"version": "1.2.14",
3+
"version": "1.2.15",
44
"private": true,
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)