@rpcbase/server 0.327.0 → 0.328.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/database.js +1 -2
  2. package/package.json +1 -1
package/database.js CHANGED
@@ -47,8 +47,7 @@ const get_mongo_url = () => {
47
47
  }
48
48
 
49
49
 
50
- // TODO: handle multiple databases, remove RB_APP_NAME env ??
51
- module.exports = async(...database_names) => {
50
+ module.exports = async() => {
52
51
  // set listeners before attempting to connect
53
52
  mongoose.connection.on("connected", () => {
54
53
  console.log("mongoose connected")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/server",
3
- "version": "0.327.0",
3
+ "version": "0.328.0",
4
4
  "license": "SSPL-1.0",
5
5
  "main": "./index.js",
6
6
  "bin": {