@splitsoftware/splitio 10.28.0-rc.5 → 10.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- export var packageVersion = '10.28.0-rc.5';
1
+ export var packageVersion = '10.28.0';
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.packageVersion = void 0;
4
- exports.packageVersion = '10.28.0-rc.5';
4
+ exports.packageVersion = '10.28.0';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splitsoftware/splitio",
3
- "version": "10.28.0-rc.5",
3
+ "version": "10.28.0",
4
4
  "description": "Split SDK",
5
5
  "files": [
6
6
  "README.md",
@@ -40,7 +40,7 @@
40
40
  "node": ">=6"
41
41
  },
42
42
  "dependencies": {
43
- "@splitsoftware/splitio-commons": "1.17.0-rc.5",
43
+ "@splitsoftware/splitio-commons": "1.17.0",
44
44
  "@types/google.analytics": "0.0.40",
45
45
  "@types/ioredis": "^4.28.0",
46
46
  "bloom-filters": "^3.0.0",
@@ -1 +1 @@
1
- export const packageVersion = '10.28.0-rc.5';
1
+ export const packageVersion = '10.28.0';
@@ -1144,7 +1144,7 @@ declare namespace SplitIO {
1144
1144
  * Or provide keys with different case since headers are case-insensitive. Example: `{ 'authorization': 'value1', 'Authorization': 'value2' }`
1145
1145
  *
1146
1146
  * 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.
1148
1148
  *
1149
1149
  * @property getHeaderOverrides
1150
1150
  * @default undefined