@splitsoftware/splitio 10.17.3-rc.4 → 10.17.3
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,6 @@
|
|
|
1
|
-
10.17.3 (
|
|
2
|
-
- Updated format for MySegments keys in LocalStorage, keeping backwards compatibility.
|
|
1
|
+
10.17.3 (February 25, 2022)
|
|
2
|
+
- Updated format for MySegments keys in LocalStorage, keeping backwards compatibility (issue https://github.com/splitio/javascript-client/issues/638).
|
|
3
|
+
- Updated some dependencies for vulnerability fixes.
|
|
3
4
|
|
|
4
5
|
10.17.2 (January 31, 2022)
|
|
5
6
|
- Updated some dependencies for vulnerability fixes.
|
|
@@ -25,7 +25,7 @@ import validateSplitFilters from '../inputValidation/splitFilters';
|
|
|
25
25
|
import { API } from '../../utils/logger';
|
|
26
26
|
import { STANDALONE_MODE, STORAGE_MEMORY, CONSUMER_MODE, OPTIMIZED } from '../../utils/constants';
|
|
27
27
|
import validImpressionsMode from './impressionsMode';
|
|
28
|
-
var version = '10.17.3
|
|
28
|
+
var version = '10.17.3';
|
|
29
29
|
var eventsEndpointMatcher = /^\/(testImpressions|metrics|events)/;
|
|
30
30
|
var authEndpointMatcher = /^\/v2\/auth/;
|
|
31
31
|
var streamingEndpointMatcher = /^\/(sse|event-stream)/;
|
|
@@ -44,7 +44,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
44
44
|
See the License for the specific language governing permissions and
|
|
45
45
|
limitations under the License.
|
|
46
46
|
**/
|
|
47
|
-
var version = '10.17.3
|
|
47
|
+
var version = '10.17.3';
|
|
48
48
|
var eventsEndpointMatcher = /^\/(testImpressions|metrics|events)/;
|
|
49
49
|
var authEndpointMatcher = /^\/v2\/auth/;
|
|
50
50
|
var streamingEndpointMatcher = /^\/(sse|event-stream)/;
|
package/package.json
CHANGED
|
@@ -27,7 +27,7 @@ import { API } from '../../utils/logger';
|
|
|
27
27
|
import { STANDALONE_MODE, STORAGE_MEMORY, CONSUMER_MODE, OPTIMIZED } from '../../utils/constants';
|
|
28
28
|
import validImpressionsMode from './impressionsMode';
|
|
29
29
|
|
|
30
|
-
const version = '10.17.3
|
|
30
|
+
const version = '10.17.3';
|
|
31
31
|
const eventsEndpointMatcher = /^\/(testImpressions|metrics|events)/;
|
|
32
32
|
const authEndpointMatcher = /^\/v2\/auth/;
|
|
33
33
|
const streamingEndpointMatcher = /^\/(sse|event-stream)/;
|