@bucketco/browser-sdk
Advanced tools
Comparing version 2.1.0 to 2.2.0
@@ -1,1 +0,1 @@ | ||
export * from '../../src/index' | ||
export * from '../../browser-sdk/src/index' |
{ | ||
"name": "@bucketco/browser-sdk", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"packageManager": "yarn@4.1.1", | ||
@@ -16,5 +16,5 @@ "license": "MIT", | ||
"build": "tsc --project tsconfig.build.json && vite build", | ||
"test": "vitest -c vitest.config.ts", | ||
"test": "tsc --project tsconfig.json && vitest -c vitest.config.ts", | ||
"test:e2e": "yarn build && playwright test", | ||
"test:ci": "vitest run -c vitest.config.ts --reporter=default --reporter=junit --outputFile=junit.xml && yarn test:e2e", | ||
"test:ci": "tsc --project tsconfig.json && vitest run -c vitest.config.ts --reporter=default --reporter=junit --outputFile=junit.xml && yarn test:e2e", | ||
"coverage": "vitest run --coverage", | ||
@@ -62,3 +62,3 @@ "lint": "eslint .", | ||
}, | ||
"gitHead": "ddc690a196e83177155d2a531ca69ad115b8cdad" | ||
"gitHead": "d9d014536ef4e697c365af8c691a9398e647db03" | ||
} |
@@ -98,3 +98,3 @@ # Bucket Browser SDK | ||
If you supply `user` or `company` objects, they must include at least the `id` property. | ||
If you supply `user` or `company` objects, they must include at least the `id` property otherwise they will be ignored in their entirety. | ||
In addition to the `id`, you must also supply anything additional that you want to be able to evaluate feature targeting rules against. | ||
@@ -101,0 +101,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
888844
64
4568