@sysnee/pgs 0.1.7-rc.12 → 0.1.7-rc.13

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/manager.js +0 -1
  2. package/package.json +1 -1
package/manager.js CHANGED
@@ -29,7 +29,6 @@ const SETUP_STATUS_PATH = path.join(CONFIG_DIR, 'status.txt');
29
29
 
30
30
  function loadCompose() {
31
31
  const content = fs.readFileSync(COMPOSE_FILE_PATH, 'utf8');
32
- console.debug(`docker-compose file readed from ${COMPOSE_FILE_PATH}`)
33
32
  return yaml.load(content);
34
33
  }
35
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sysnee/pgs",
3
- "version": "0.1.7-rc.12",
3
+ "version": "0.1.7-rc.13",
4
4
  "description": "Dynamic PostgreSQL service instance manager",
5
5
  "type": "module",
6
6
  "bin": {