Skip to content

Commit 41519cd

Browse files
rc
1 parent 3e5d640 commit 41519cd

File tree

3 files changed

+32
-18
lines changed

3 files changed

+32
-18
lines changed

package-lock.json

Lines changed: 29 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@splitsoftware/splitio-browserjs",
3-
"version": "1.0.0-rc.0",
3+
"version": "1.0.0-rc.1",
44
"description": "Split SDK for JavaScript on Browser",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",
@@ -58,7 +58,7 @@
5858
"bugs": "https://github.com/splitio/javascript-browser-client/issues",
5959
"homepage": "https://github.com/splitio/javascript-browser-client#readme",
6060
"dependencies": {
61-
"@splitsoftware/splitio-commons": "2.0.0-rc.3",
61+
"@splitsoftware/splitio-commons": "2.0.0-rc.4",
6262
"tslib": "^2.3.1"
6363
},
6464
"devDependencies": {

src/settings/defaults.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { LogLevels, isLogLevelString } from '@splitsoftware/splitio-commons/src/
22
import { ConsentStatus, LogLevel } from '@splitsoftware/splitio-commons/src/types';
33
import { CONSENT_GRANTED } from '@splitsoftware/splitio-commons/src/utils/constants';
44

5-
const packageVersion = '1.0.0-rc.0';
5+
const packageVersion = '1.0.0-rc.1';
66

77
/**
88
* In browser, the default debug level, can be set via the `localStorage.splitio_debug` item.

0 commit comments

Comments
 (0)