Skip to content

Commit

Permalink
Merge pull request #159 from resgateio/bugfix/gh-158-incorrect-pre-re…
Browse files Browse the repository at this point in the history
…sponse-detection

Bugfix/gh 158 incorrect pre response detection
  • Loading branch information
jirenius committed May 28, 2020
2 parents 0aa81eb + 50dd13f commit 42640c4
Show file tree
Hide file tree
Showing 13 changed files with 550 additions and 814 deletions.
30 changes: 15 additions & 15 deletions examples/book-collection/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 examples/book-collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Resgate Book Collection Example",
"dependencies": {
"connect": "^3.7.0",
"nats": "^1.3.0",
"nats": "^1.4.9",
"serve-static": "^1.14.1"
},
"devDependencies": {},
Expand Down
58 changes: 29 additions & 29 deletions examples/client-session/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 examples/client-session/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Resgate Client Session Example",
"dependencies": {
"express": "^4.17.1",
"nats": "^1.3.0"
"nats": "^1.4.9"
},
"scripts": {
"start": "node server.js"
Expand Down
Loading

0 comments on commit 42640c4

Please sign in to comment.