@splitsoftware/splitio-browserjs 0.4.0 → 0.4.1-rc.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.
package/CHANGES.txt CHANGED
@@ -1,3 +1,6 @@
1
+ 0.4.1 (February 22, 2022)
2
+ - Updated karma and some transitive dependencies for vulnerability fixes.
3
+
1
4
  0.4.0 (January 19, 2022)
2
5
  - Added support to SDK clients on browser to optionally bind attributes to the client, keeping these loaded within the SDK along with the user ID, for easier usage when requesting flag.
3
6
  - Updated some transitive dependencies for vulnerability fixes.
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.defaults = void 0;
4
4
  var index_1 = require("@splitsoftware/splitio-commons/cjs/logger/index");
5
- var packageVersion = '0.4.0';
5
+ var packageVersion = '0.4.1-rc.0';
6
6
  /**
7
7
  * In browser, the default debug level, can be set via the `localStorage.splitio_debug` item.
8
8
  * Acceptable values are: 'DEBUG', 'INFO', 'WARN', 'ERROR', 'NONE'.
@@ -1,5 +1,5 @@
1
1
  import { LogLevels, isLogLevelString } from '@splitsoftware/splitio-commons/esm/logger/index';
2
- var packageVersion = '0.4.0';
2
+ var packageVersion = '0.4.1-rc.0';
3
3
  /**
4
4
  * In browser, the default debug level, can be set via the `localStorage.splitio_debug` item.
5
5
  * Acceptable values are: 'DEBUG', 'INFO', 'WARN', 'ERROR', 'NONE'.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@splitsoftware/splitio-browserjs",
3
- "version": "0.4.0",
3
+ "version": "0.4.1-rc.0",
4
4
  "description": "Split SDK for Javascript on Browser",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",
@@ -77,7 +77,7 @@
77
77
  "eslint-plugin-import": "^2.25.4",
78
78
  "fetch-mock": "^9.11.0",
79
79
  "jest": "^27.2.3",
80
- "karma": "^6.3.2",
80
+ "karma": "^6.3.16",
81
81
  "karma-chrome-launcher": "^3.1.0",
82
82
  "karma-rollup-preprocessor": "^7.0.5",
83
83
  "karma-tap": "^4.2.0",
@@ -1,7 +1,7 @@
1
1
  import { LogLevels, isLogLevelString } from '@splitsoftware/splitio-commons/src/logger/index';
2
2
  import { LogLevel } from '@splitsoftware/splitio-commons/src/types';
3
3
 
4
- const packageVersion = '0.4.0';
4
+ const packageVersion = '0.4.1-rc.0';
5
5
 
6
6
  /**
7
7
  * In browser, the default debug level, can be set via the `localStorage.splitio_debug` item.