@rpcbase/server 0.69.0 → 0.70.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/bin.js +1 -0
  2. package/package.json +1 -1
package/bin.js CHANGED
@@ -12,6 +12,7 @@ const run_agent = require("./cli/run_agent")
12
12
 
13
13
  let is_command = false
14
14
 
15
+
15
16
  const args = yargs(hideBin(process.argv))
16
17
  .command("start", "run server/infrastructure", () => {}, (args) => {
17
18
  is_command = true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/server",
3
- "version": "0.69.0",
3
+ "version": "0.70.0",
4
4
  "license": "SSPL-1.0",
5
5
  "main": "./index.js",
6
6
  "bin": {