Skip to content

Commit 141f052

Browse files
Upgrade JS-commons
1 parent a4d8d95 commit 141f052

File tree

3 files changed

+8
-39
lines changed

3 files changed

+8
-39
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"node": ">=6"
4141
},
4242
"dependencies": {
43-
"@splitsoftware/splitio-commons": "1.16.1-rc.0",
43+
"@splitsoftware/splitio-commons": "1.16.1-rc.1",
4444
"@types/google.analytics": "0.0.40",
4545
"@types/ioredis": "^4.28.0",
4646
"bloom-filters": "^3.0.0",

src/__tests__/mocks/splitchanges.since.-1.json

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -11,33 +11,6 @@
1111
"killed": false,
1212
"defaultTreatment": "no",
1313
"conditions": [
14-
{
15-
"matcherGroup": {
16-
"combiner": "AND",
17-
"matchers": [
18-
{
19-
"keySelector": null,
20-
"matcherType": "WHITELIST",
21-
"negate": false,
22-
"userDefinedSegmentMatcherData": null,
23-
"whitelistMatcherData": {
24-
"whitelist": [
25-
"tia@split.io",
26-
"trevor@split.io"
27-
]
28-
},
29-
"unaryNumericMatcherData": null,
30-
"betweenMatcherData": null
31-
}
32-
]
33-
},
34-
"partitions": [
35-
{
36-
"treatment": "yes",
37-
"size": 100
38-
}
39-
]
40-
},
4114
{
4215
"matcherGroup": {
4316
"combiner": "AND",
@@ -62,10 +35,6 @@
6235
"partitions": [
6336
{
6437
"treatment": "yes",
65-
"size": 0
66-
},
67-
{
68-
"treatment": "no",
6938
"size": 100
7039
}
7140
]

0 commit comments

Comments
 (0)