Skip to content

Commit

Permalink
Add types dev dependency for node:process to example app. (#6117)
Browse files Browse the repository at this point in the history
  • Loading branch information
elle-j authored Sep 1, 2023
1 parent 174e678 commit 2c03676
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/node-connection-and-error/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Connection State Change & Error Handling In Realm Node.js SDK
# Connection State Change & Error Handling in Realm Node.js SDK

A skeleton app to be used as a reference for how to use the [Realm Node.js SDK](https://www.mongodb.com/docs/realm/sdk/node/) specifically around detecting various changes in e.g. connection state, user state, and sync errors, in order to better guide developers.

Expand Down
1 change: 1 addition & 0 deletions examples/node-connection-and-error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"realm": "^12.0.0"
},
"devDependencies": {
"@types/node": "^20.5.7",
"typescript": "^5.1.6"
}
}
15 changes: 15 additions & 0 deletions package-lock.json

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

0 comments on commit 2c03676

Please sign in to comment.