@splitsoftware/splitio 10.19.1-rc3 → 10.19.1

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.
package/CHANGES.txt CHANGED
@@ -1,5 +1,5 @@
1
1
  10.19.1 (Jun 13, 2022)
2
- - Updated eventsource dependecy range to ^1.1.2 to avoid dependency resolution to a vulnerable version of this package as much as possible when combined with other dependencies.
2
+ - Updated eventsource dependency range to ^1.1.2 to avoid a vulnerability and dependency resolution to a vulnerable version of url-parse transitive dependency.
3
3
  - Bugfixing - Updated submitters logic, to avoid dropping impressions and events that are being tracked while POST request is pending.
4
4
 
5
5
  10.19.0 (May 24, 2022)
@@ -1 +1 @@
1
- export var packageVersion = '10.19.1-rc3';
1
+ export var packageVersion = '10.19.1';
@@ -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.19.1-rc3';
4
+ exports.packageVersion = '10.19.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splitsoftware/splitio",
3
- "version": "10.19.1-rc3",
3
+ "version": "10.19.1",
4
4
  "description": "Split SDK",
5
5
  "files": [
6
6
  "README.md",
@@ -32,7 +32,7 @@
32
32
  "node": ">=6"
33
33
  },
34
34
  "dependencies": {
35
- "@splitsoftware/splitio-commons": "1.4.1-rc.1",
35
+ "@splitsoftware/splitio-commons": "1.4.1",
36
36
  "@types/google.analytics": "0.0.40",
37
37
  "@types/ioredis": "^4.28.0",
38
38
  "ioredis": "^4.28.0",
@@ -1 +1 @@
1
- export const packageVersion = '10.19.1-rc3';
1
+ export const packageVersion = '10.19.1';
package/src/.DS_Store DELETED
Binary file
Binary file
Binary file