@splitsoftware/splitio 11.0.3 → 11.0.4

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,3 +1,6 @@
1
+ 11.0.4 (January 9, 2025)
2
+ - Bugfixing - Updated @splitsoftware/splitio-commons package to version 2.0.3, which properly handles rejected promises when using targeting rules with segment matchers in consumer modes (e.g., Redis and Pluggable storages).
3
+
1
4
  11.0.3 (December 4, 2024)
2
5
  - Bugfixing - Updated @splitsoftware/splitio-commons package to version 2.0.2 that sanitizes the `SplitSDKMachineName` header value to avoid exceptions on HTTP/S requests when it contains non ISO-8859-1 characters (Related to issue https://github.com/splitio/javascript-client/issues/847).
3
6
 
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright © 2024 Split Software, Inc.
1
+ Copyright © 2025 Split Software, Inc.
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
package/README.md CHANGED
@@ -84,4 +84,4 @@ For a comprehensive list of open source projects visit our [Github page](https:/
84
84
 
85
85
  **Learn more about Split:**
86
86
 
87
- Visit [split.io/product](https://www.split.io/product) for an overview of Split, or visit our documentation at [help.split.io](http://help.split.io) for more detailed information.
87
+ Visit [split.io/product](https://www.split.io/product) for an overview of Split, or visit our documentation at [help.split.io](https://help.split.io) for more detailed information.
@@ -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 = '11.0.3';
4
+ exports.packageVersion = '11.0.4';
@@ -1 +1 @@
1
- export var packageVersion = '11.0.3';
1
+ export var packageVersion = '11.0.4';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splitsoftware/splitio",
3
- "version": "11.0.3",
3
+ "version": "11.0.4",
4
4
  "description": "Split SDK",
5
5
  "files": [
6
6
  "README.md",
@@ -38,7 +38,7 @@
38
38
  "node": ">=14.0.0"
39
39
  },
40
40
  "dependencies": {
41
- "@splitsoftware/splitio-commons": "2.0.2",
41
+ "@splitsoftware/splitio-commons": "2.0.3",
42
42
  "bloom-filters": "^3.0.4",
43
43
  "ioredis": "^4.28.0",
44
44
  "js-yaml": "^3.13.1",
@@ -1 +1 @@
1
- export const packageVersion = '11.0.3';
1
+ export const packageVersion = '11.0.4';
@@ -1,5 +1,5 @@
1
1
  // Declaration file for JavaScript Split Software SDK
2
- // Project: http://www.split.io/
2
+ // Project: https://www.split.io/
3
3
 
4
4
  import '@splitsoftware/splitio-commons';
5
5
 
package/types/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  // Declaration file for JavaScript and Node.js Split Software SDK v8.1.0
2
- // Project: http://www.split.io/
2
+ // Project: https://www.split.io/
3
3
  // Definitions by: Nico Zelaya <https://github.com/NicoZelaya/>
4
4
 
5
5
  /// <reference path="./splitio.d.ts" />
@@ -1,5 +1,5 @@
1
1
  // Declaration file for JavaScript Split Software SDK
2
- // Project: http://www.split.io/
2
+ // Project: https://www.split.io/
3
3
 
4
4
  import '@splitsoftware/splitio-commons';
5
5