@rpcbase/server 0.243.0 → 0.244.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/package.json +1 -1
  2. package/rts/index.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/server",
3
- "version": "0.243.0",
3
+ "version": "0.244.0",
4
4
  "license": "SSPL-1.0",
5
5
  "main": "./index.js",
6
6
  "bin": {
package/rts/index.js CHANGED
@@ -159,7 +159,7 @@ const mongoose_txn_plugin = (schema, options) => {
159
159
 
160
160
  const {ctx} = save_options
161
161
  if (!ctx) {
162
- console.log(colors.yellow("Warning!"), "{ctx} not attached to save")
162
+ log(colors.yellow("Warning!"), "{ctx} not attached to save")
163
163
  }
164
164
 
165
165
  const txn_id = _get(ctx, ["req", "headers", "rts-txn-id"])