Skip to content

Commit

Permalink
rc with custom headers in SSE requests
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoSanchez committed Aug 23, 2024
1 parent 87e8771 commit e64eca1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 13 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@splitsoftware/splitio",
"version": "10.28.0-rc.0",
"version": "10.28.0-rc.1",
"description": "Split SDK",
"files": [
"README.md",
Expand Down Expand Up @@ -40,7 +40,7 @@
"node": ">=6"
},
"dependencies": {
"@splitsoftware/splitio-commons": "1.17.0-rc.0",
"@splitsoftware/splitio-commons": "1.17.0-rc.1",
"@types/google.analytics": "0.0.40",
"@types/ioredis": "^4.28.0",
"bloom-filters": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/settings/defaults/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const packageVersion = '10.28.0-rc.0';
export const packageVersion = '10.28.0-rc.1';
1 change: 0 additions & 1 deletion types/splitio.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,6 @@ declare namespace SplitIO {
/**
* Custom options object for HTTP(S) requests in the Browser.
* If provided, this object is merged with the options object passed by the SDK for EventSource and Fetch calls.
* @see {@link https://www.npmjs.com/package/node-fetch#options}
*/
requestOptions?: {
/**
Expand Down

0 comments on commit e64eca1

Please sign in to comment.