Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port user|room|event|bridge stores to Typescript #208

Merged
merged 15 commits into from
Aug 24, 2020
1 change: 1 addition & 0 deletions changelog.d/208.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
**Breaking**: Typescriptify the room, user and event stores. The stores will now return pure Promises (not Bluebird), which means code that relys on Bluebird features will **break**.
8 changes: 8 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"@types/js-yaml": "^3.12.5",
"@types/node": "^10",
"@types/nopt": "^3.0.29",
"@types/nedb": "^1.8.10",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"eslint": "^7.5.0",
Expand Down
Loading