Skip to content

Commit e64eca1

Browse files
rc with custom headers in SSE requests
1 parent 87e8771 commit e64eca1

File tree

4 files changed

+12
-13
lines changed

4 files changed

+12
-13
lines changed

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splitsoftware/splitio",
3-
"version": "10.28.0-rc.0",
3+
"version": "10.28.0-rc.1",
44
"description": "Split SDK",
55
"files": [
66
"README.md",
@@ -40,7 +40,7 @@
4040
"node": ">=6"
4141
},
4242
"dependencies": {
43-
"@splitsoftware/splitio-commons": "1.17.0-rc.0",
43+
"@splitsoftware/splitio-commons": "1.17.0-rc.1",
4444
"@types/google.analytics": "0.0.40",
4545
"@types/ioredis": "^4.28.0",
4646
"bloom-filters": "^3.0.0",

src/settings/defaults/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const packageVersion = '10.28.0-rc.0';
1+
export const packageVersion = '10.28.0-rc.1';

types/splitio.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,6 @@ declare namespace SplitIO {
11351135
/**
11361136
* Custom options object for HTTP(S) requests in the Browser.
11371137
* If provided, this object is merged with the options object passed by the SDK for EventSource and Fetch calls.
1138-
* @see {@link https://www.npmjs.com/package/node-fetch#options}
11391138
*/
11401139
requestOptions?: {
11411140
/**

0 commit comments

Comments
 (0)