@rpcbase/server 0.292.0 → 0.293.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/server",
3
- "version": "0.292.0",
3
+ "version": "0.293.0",
4
4
  "license": "SSPL-1.0",
5
5
  "main": "./index.js",
6
6
  "bin": {
@@ -116,8 +116,6 @@ const mongoose_plugin = (ac_config) => function rb_acl_plugin(schema, options) {
116
116
  console.warn(err)
117
117
  return
118
118
  }
119
- // TODO: apply update fields
120
- console.log("warning, update check permission not verified")
121
119
  next()
122
120
  }
123
121
  })