@splitsoftware/splitio 10.28.1 → 10.28.2-rc.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/es/platform/getEventSource/eventsource.js +1 -1
- package/es/settings/defaults/version.js +1 -1
- package/lib/platform/getEventSource/eventsource.js +1 -1
- package/lib/settings/defaults/version.js +1 -1
- package/package.json +2 -2
- package/src/platform/getEventSource/eventsource.js +1 -1
- package/src/settings/defaults/version.js +1 -1
|
@@ -7,7 +7,7 @@ that accepts a custom agent.
|
|
|
7
7
|
|
|
8
8
|
The MIT License
|
|
9
9
|
|
|
10
|
-
Copyright (c) EventSource GitHub
|
|
10
|
+
Copyright (c) EventSource GitHub organisation
|
|
11
11
|
|
|
12
12
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
13
13
|
a copy of this software and associated documentation files (the
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export var packageVersion = '10.28.1';
|
|
1
|
+
export var packageVersion = '10.28.2-rc.1';
|
|
@@ -7,7 +7,7 @@ that accepts a custom agent.
|
|
|
7
7
|
|
|
8
8
|
The MIT License
|
|
9
9
|
|
|
10
|
-
Copyright (c) EventSource GitHub
|
|
10
|
+
Copyright (c) EventSource GitHub organisation
|
|
11
11
|
|
|
12
12
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
13
13
|
a copy of this software and associated documentation files (the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@splitsoftware/splitio",
|
|
3
|
-
"version": "10.28.1",
|
|
3
|
+
"version": "10.28.2-rc.1",
|
|
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.1",
|
|
43
|
+
"@splitsoftware/splitio-commons": "1.17.2-rc.1",
|
|
44
44
|
"@types/google.analytics": "0.0.40",
|
|
45
45
|
"@types/ioredis": "^4.28.0",
|
|
46
46
|
"bloom-filters": "^3.0.0",
|
|
@@ -6,7 +6,7 @@ that accepts a custom agent.
|
|
|
6
6
|
|
|
7
7
|
The MIT License
|
|
8
8
|
|
|
9
|
-
Copyright (c) EventSource GitHub
|
|
9
|
+
Copyright (c) EventSource GitHub organisation
|
|
10
10
|
|
|
11
11
|
Permission is hereby granted, free of charge, to any person obtaining
|
|
12
12
|
a copy of this software and associated documentation files (the
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageVersion = '10.28.1';
|
|
1
|
+
export const packageVersion = '10.28.2-rc.1';
|