@resolveio/server-lib 1.0.14 → 1.0.15

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.
@@ -138,7 +138,7 @@ DefaultSchema.plugin(passportLocalMongoose, {
138
138
  exports.Users = index_1.ResolveIOServer.getMainDB().model('users', DefaultSchema);
139
139
  exports.ClientUsers = null;
140
140
  if (index_1.ResolveIOServer.getSupportDB()) {
141
- exports.ClientUsers = index_1.ResolveIOServer.getSupportDB().model('users', DefaultSchema);
141
+ exports.ClientUsers = index_1.ResolveIOServer.getSupportDB().model('client-users', DefaultSchema);
142
142
  }
143
143
  exports.Users['simplschema'] = new simpl_schema_1.default(schema);
144
144
  schema._id = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/server-lib",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "description": "",
5
5
  "main": "index.ts",
6
6
  "scripts": {