@rpcbase/server 0.166.0 → 0.167.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/cli/run_native.js CHANGED
@@ -165,8 +165,6 @@ const get_processes = (args) => {
165
165
  const run_native = (infrastructure_dir, proj_prefix, args) => {
166
166
  console.log(`running in ${colors.bold(colors.magenta("NATIVE"))} mode`)
167
167
 
168
- console.log("args", args)
169
-
170
168
  const processes = get_processes(args)
171
169
 
172
170
  const run_process = (item) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/server",
3
- "version": "0.166.0",
3
+ "version": "0.167.0",
4
4
  "license": "SSPL-1.0",
5
5
  "main": "./index.js",
6
6
  "bin": {