Skip to content

Commit

Permalink
Upgrade JS-commons
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilianoSanchez committed Aug 1, 2024
1 parent 4cd2e9e commit ec40f54
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"node": ">=6"
},
"dependencies": {
"@splitsoftware/splitio-commons": "1.16.1-rc.6",
"@splitsoftware/splitio-commons": "1.16.1-rc.7",
"@types/google.analytics": "0.0.40",
"@types/ioredis": "^4.28.0",
"bloom-filters": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/browserSuites/telemetry.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default async function telemetryBrowserSuite(fetchMock, t) {
delete data.tR; // delete to validate other properties

assert.deepEqual(data, {
oM: 0, st: 'memory', aF: 1, rF: 0, sE: false, lE: false,
oM: 0, st: 'memory', aF: 1, rF: 0, sE: false,
rR: { sp: 99999, ms: 60, im: 300, ev: 60, te: 1 } /* override featuresRefreshRate */,
uO: { s: true, e: true, a: false, st: false, t: true } /* override sdk, events and telemetry URLs */,
iQ: 30000, eQ: 500, iM: 0, iL: false, hP: false, nR: 1 /* 1 non ready usage */, t: [], i: [], uC: 2 /* Default GRANTED */,
Expand Down

0 comments on commit ec40f54

Please sign in to comment.