@rpcbase/server 0.50.0 → 0.51.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_docker.js CHANGED
@@ -10,7 +10,7 @@ const run_docker = async(infrastructure_dir, proj_prefix) => {
10
10
 
11
11
  // compose files
12
12
  const compose_files = ["-f common.yml"]
13
- if (is_production)) {
13
+ if (is_production) {
14
14
  compose_files.push("-f prod.yml")
15
15
  }
16
16
  else compose_files.push("-f dev.yml")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpcbase/server",
3
- "version": "0.50.0",
3
+ "version": "0.51.0",
4
4
  "license": "SSPL-1.0",
5
5
  "main": "./index.js",
6
6
  "bin": {