@sysnee/pgs 0.1.4-rc4 → 0.1.4-rc5

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 +1 -1
  2. package/package.json +1 -1
package/manager.js CHANGED
@@ -218,7 +218,7 @@ function createInitialFiles() {
218
218
 
219
219
  // docker-compose.yml
220
220
  if (!fs.existsSync(COMPOSE_FILE_PATH)) {
221
- const dockerComposeInitialContent = readFileSync(path.join(path.dirname(''), 'docker-compose.yml'), 'utf8')
221
+ const dockerComposeInitialContent = readFileSync(path.join(__dirname, 'docker-compose.yml'), 'utf8')
222
222
  writeFileSync(COMPOSE_FILE_PATH, dockerComposeInitialContent)
223
223
  }
224
224
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sysnee/pgs",
3
- "version": "0.1.4-rc4",
3
+ "version": "0.1.4-rc5",
4
4
  "description": "Dynamic PostgreSQL service instance manager",
5
5
  "type": "module",
6
6
  "bin": {