Skip to content
This repository has been archived by the owner on Apr 9, 2022. It is now read-only.

Migrate to V0.8 #39

Merged
merged 2 commits into from Jan 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 1 addition & 3 deletions config/groups/all_emails.json
Expand Up @@ -7,9 +7,7 @@
"rules": [
{
"propertyId": "email",
"operation": {
"op": "exists"
}
"op": "exists"
}
]
}
8 changes: 2 additions & 6 deletions config/groups/high_value_spanish_speakers.json
Expand Up @@ -7,16 +7,12 @@
"rules": [
{
"propertyId": "ltv",
"operation": {
"op": "gt"
},
"op": "gt",
"match": "100"
},
{
"propertyId": "language",
"operation": {
"op": "eq"
},
"op": "eq",
"match": "Spanish"
}
]
Expand Down
2 changes: 1 addition & 1 deletion config/properties/ltv.json
Expand Up @@ -14,7 +14,7 @@
"filters": [
{
"key": "state",
"op": "equals",
"op": "eq",
"match": "successful"
}
]
Expand Down
2 changes: 1 addition & 1 deletion config/properties/purchase_count.json
Expand Up @@ -14,7 +14,7 @@
"filters": [
{
"key": "state",
"op": "equals",
"op": "eq",
"match": "successful"
}
]
Expand Down
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -9,14 +9,14 @@
"node": ">=12.0.0 <17.0.0"
},
"dependencies": {
"@grouparoo/core": "0.7.8",
"@grouparoo/mailchimp": "0.7.8",
"@grouparoo/sqlite": "0.7.8",
"@grouparoo/ui-community": "0.7.8"
"@grouparoo/core": "0.8.0",
"@grouparoo/mailchimp": "0.8.0",
"@grouparoo/sqlite": "0.8.0",
"@grouparoo/ui-community": "0.8.0"
},
"devDependencies": {
"@grouparoo/spec-helper": "0.7.8",
"@grouparoo/ui-config": "0.7.8",
"@grouparoo/spec-helper": "0.8.0",
"@grouparoo/ui-config": "0.8.0",
"csv-parse": "4.16.3",
"jest": "27.4.5",
"sqlite3": "5.0.2"
Expand Down