@splitsoftware/splitio-browserjs
Advanced tools
Comparing version 0.13.0-rc.0 to 0.13.0-rc.1
@@ -6,3 +6,3 @@ "use strict"; | ||
var constants_1 = require("@splitsoftware/splitio-commons/cjs/utils/constants"); | ||
var packageVersion = '0.13.0-rc.0'; | ||
var packageVersion = '0.13.0-rc.1'; | ||
/** | ||
@@ -9,0 +9,0 @@ * In browser, the default debug level, can be set via the `localStorage.splitio_debug` item. |
import { LogLevels, isLogLevelString } from '@splitsoftware/splitio-commons/esm/logger/index'; | ||
import { CONSENT_GRANTED } from '@splitsoftware/splitio-commons/esm/utils/constants'; | ||
var packageVersion = '0.13.0-rc.0'; | ||
var packageVersion = '0.13.0-rc.1'; | ||
/** | ||
@@ -5,0 +5,0 @@ * In browser, the default debug level, can be set via the `localStorage.splitio_debug` item. |
{ | ||
"name": "@splitsoftware/splitio-browserjs", | ||
"version": "0.13.0-rc.0", | ||
"version": "0.13.0-rc.1", | ||
"description": "Split SDK for JavaScript on Browser", | ||
@@ -67,3 +67,3 @@ "main": "cjs/index.js", | ||
"dependencies": { | ||
"@splitsoftware/splitio-commons": "1.12.1-rc.3", | ||
"@splitsoftware/splitio-commons": "1.12.0", | ||
"@types/google.analytics": "0.0.40", | ||
@@ -70,0 +70,0 @@ "unfetch": "^4.2.0" |
@@ -5,3 +5,3 @@ import { LogLevels, isLogLevelString } from '@splitsoftware/splitio-commons/src/logger/index'; | ||
const packageVersion = '0.13.0-rc.0'; | ||
const packageVersion = '0.13.0-rc.1'; | ||
@@ -8,0 +8,0 @@ /** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
151331
+ Added@splitsoftware/splitio-commons@1.12.0(transitive)
- Removed@splitsoftware/splitio-commons@1.12.1-rc.3(transitive)