Skip to content

Commit

Permalink
Updates for bodytrack-datastore v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbartley committed Mar 24, 2022
1 parent 630eb35 commit c6bb76d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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 @@ -16,7 +16,7 @@
"ajv": "^6.12.6",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.2",
"bodytrack-datastore": "^4.3.0",
"bodytrack-datastore": "^4.3.1",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "data" : ["my channel"] }
{ "invalidChannelNames" : ["my channel"] }
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{ "data" : ["this+is+not", "neither[is]this"] }
{ "invalidChannelNames" : ["this+is+not", "neither[is]this"] }
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"data" : [
"invalidChannelNames" : [
" i am not!",
"but..i..am..not",
".another-invalid",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"data" : [
"invalidChannelNames" : [
"bad channel",
"my*other*bad*channel*name",
".",
Expand Down

0 comments on commit c6bb76d

Please sign in to comment.