Skip to content

Commit 78520d6

Browse files
stable version
1 parent 5db1cb3 commit 78520d6

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-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.5",
3+
"version": "10.28.0",
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.5",
43+
"@splitsoftware/splitio-commons": "1.17.0",
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.5';
1+
export const packageVersion = '10.28.0';

types/splitio.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ declare namespace SplitIO {
11441144
* Or provide keys with different case since headers are case-insensitive. Example: `{ 'authorization': 'value1', 'Authorization': 'value2' }`
11451145
*
11461146
* NOTE: to pass custom headers to the streaming connection in Browser, you should polyfill the `window.EventSource` object with a library that supports headers,
1147-
* like https://www.npmjs.com/package/eventsource, since the native EventSource object does not support them in general and will be ignored.
1147+
* like https://www.npmjs.com/package/event-source-polyfill, since native EventSource does not support them and will be ignored.
11481148
*
11491149
* @property getHeaderOverrides
11501150
* @default undefined

0 commit comments

Comments
 (0)