-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #414 from weseek/next-version
Bump up patch version
- Loading branch information
Showing
23 changed files
with
80 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/awesome-file-backup", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Collection of CLI executable npm packages which backup data stored in a file system and store to Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,10 +13,10 @@ | |
"url": "https://github.com/weseek/awesome-database-backup/issues" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/file-backup": "^0.2.3", | ||
"@awesome-database-backup/file-restore": "^0.2.3", | ||
"@awesome-database-backup/list": "^0.2.3", | ||
"@awesome-database-backup/prune": "^0.2.3" | ||
"@awesome-database-backup/file-backup": "^0.2.4", | ||
"@awesome-database-backup/file-restore": "^0.2.4", | ||
"@awesome-database-backup/list": "^0.2.4", | ||
"@awesome-database-backup/prune": "^0.2.4" | ||
}, | ||
"devDependencies": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/awesome-mariadb-backup", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Collection of scripts which backup MariaDB databases to Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,10 +13,10 @@ | |
"url": "https://github.com/weseek/awesome-database-backup/issues" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/mariadb-backup": "^0.2.3", | ||
"@awesome-database-backup/mariadb-restore": "^0.2.3", | ||
"@awesome-database-backup/list": "^0.2.3", | ||
"@awesome-database-backup/prune": "^0.2.3" | ||
"@awesome-database-backup/mariadb-backup": "^0.2.4", | ||
"@awesome-database-backup/mariadb-restore": "^0.2.4", | ||
"@awesome-database-backup/list": "^0.2.4", | ||
"@awesome-database-backup/prune": "^0.2.4" | ||
}, | ||
"devDependencies": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/awesome-mongodb-backup", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Collection of scripts which backup MongoDB databases to Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,10 +13,10 @@ | |
"url": "https://github.com/weseek/awesome-database-backup/issues" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/mongodb-backup": "^0.2.3", | ||
"@awesome-database-backup/mongodb-restore": "^0.2.3", | ||
"@awesome-database-backup/list": "^0.2.3", | ||
"@awesome-database-backup/prune": "^0.2.3" | ||
"@awesome-database-backup/mongodb-backup": "^0.2.4", | ||
"@awesome-database-backup/mongodb-restore": "^0.2.4", | ||
"@awesome-database-backup/list": "^0.2.4", | ||
"@awesome-database-backup/prune": "^0.2.4" | ||
}, | ||
"devDependencies": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/awesome-postgresql-backup", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Collection of scripts which backup PostgreSQL databases to Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -13,10 +13,10 @@ | |
"url": "https://github.com/weseek/awesome-database-backup/issues" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/postgresql-backup": "^0.2.3", | ||
"@awesome-database-backup/postgresql-restore": "^0.2.3", | ||
"@awesome-database-backup/list": "^0.2.3", | ||
"@awesome-database-backup/prune": "^0.2.3" | ||
"@awesome-database-backup/postgresql-backup": "^0.2.4", | ||
"@awesome-database-backup/postgresql-restore": "^0.2.4", | ||
"@awesome-database-backup/list": "^0.2.4", | ||
"@awesome-database-backup/prune": "^0.2.4" | ||
}, | ||
"devDependencies": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/file-backup", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Backup data stored in a file system and store to Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -30,15 +30,15 @@ | |
"lint:fix": "eslint src --ext .ts --fix" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/commands": "^0.2.3", | ||
"@awesome-database-backup/commands": "^0.2.4", | ||
"bunyan": "^1.8.15", | ||
"universal-bunyan": "^0.9.2", | ||
"browser-bunyan": "^1.6.3", | ||
"tmp": "^0.2.1" | ||
}, | ||
"devDependencies": { | ||
"@awesome-database-backup/tsconfig": "^0.2.3", | ||
"@awesome-database-backup/storage-service-test": "^0.2.3", | ||
"@awesome-database-backup/tsconfig": "^0.2.4", | ||
"@awesome-database-backup/storage-service-test": "^0.2.4", | ||
"cross-env": "^7.0.3", | ||
"tsconfig-paths": "^4.0.0", | ||
"@types/bunyan": "^1.8.8" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/file-restore", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Restore data stored in a file system from backuped file on Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -30,15 +30,15 @@ | |
"lint:fix": "eslint src --ext .ts --fix" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/commands": "^0.2.3", | ||
"@awesome-database-backup/commands": "^0.2.4", | ||
"bunyan": "^1.8.15", | ||
"universal-bunyan": "^0.9.2", | ||
"browser-bunyan": "^1.6.3" | ||
}, | ||
"devDependencies": { | ||
"@awesome-database-backup/tsconfig": "^0.2.3", | ||
"@awesome-database-backup/storage-service-test": "^0.2.3", | ||
"@awesome-database-backup/file-test": "^0.2.3", | ||
"@awesome-database-backup/tsconfig": "^0.2.4", | ||
"@awesome-database-backup/storage-service-test": "^0.2.4", | ||
"@awesome-database-backup/file-test": "^0.2.4", | ||
"cross-env": "^7.0.3", | ||
"tsconfig-paths": "^4.0.0", | ||
"@types/bunyan": "^1.8.8" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/list", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "List files from Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -30,14 +30,14 @@ | |
"lint:fix": "eslint src --ext .ts --fix" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/commands": "^0.2.3", | ||
"@awesome-database-backup/commands": "^0.2.4", | ||
"bunyan": "^1.8.15", | ||
"universal-bunyan": "^0.9.2", | ||
"browser-bunyan": "^1.6.3" | ||
}, | ||
"devDependencies": { | ||
"@awesome-database-backup/tsconfig": "^0.2.3", | ||
"@awesome-database-backup/storage-service-test": "^0.2.3", | ||
"@awesome-database-backup/tsconfig": "^0.2.4", | ||
"@awesome-database-backup/storage-service-test": "^0.2.4", | ||
"cross-env": "^7.0.3", | ||
"tsconfig-paths": "^4.0.0", | ||
"@types/bunyan": "^1.8.8" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/mariadb-backup", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Backup MariaDB database and store to Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -30,16 +30,16 @@ | |
"lint:fix": "eslint src --ext .ts --fix" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/commands": "^0.2.3", | ||
"@awesome-database-backup/commands": "^0.2.4", | ||
"bunyan": "^1.8.15", | ||
"universal-bunyan": "^0.9.2", | ||
"browser-bunyan": "^1.6.3", | ||
"tmp": "^0.2.1" | ||
}, | ||
"devDependencies": { | ||
"@awesome-database-backup/tsconfig": "^0.2.3", | ||
"@awesome-database-backup/storage-service-test": "^0.2.3", | ||
"@awesome-database-backup/mariadb-test": "^0.2.3", | ||
"@awesome-database-backup/tsconfig": "^0.2.4", | ||
"@awesome-database-backup/storage-service-test": "^0.2.4", | ||
"@awesome-database-backup/mariadb-test": "^0.2.4", | ||
"cross-env": "^7.0.3", | ||
"tsconfig-paths": "^4.0.0", | ||
"@types/bunyan": "^1.8.8" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/mariadb-restore", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Restore MariaDB database from backuped file on Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -30,15 +30,15 @@ | |
"lint:fix": "eslint src --ext .ts --fix" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/commands": "^0.2.3", | ||
"@awesome-database-backup/commands": "^0.2.4", | ||
"bunyan": "^1.8.15", | ||
"universal-bunyan": "^0.9.2", | ||
"browser-bunyan": "^1.6.3" | ||
}, | ||
"devDependencies": { | ||
"@awesome-database-backup/tsconfig": "^0.2.3", | ||
"@awesome-database-backup/storage-service-test": "^0.2.3", | ||
"@awesome-database-backup/mariadb-test": "^0.2.3", | ||
"@awesome-database-backup/tsconfig": "^0.2.4", | ||
"@awesome-database-backup/storage-service-test": "^0.2.4", | ||
"@awesome-database-backup/mariadb-test": "^0.2.4", | ||
"cross-env": "^7.0.3", | ||
"tsconfig-paths": "^4.0.0", | ||
"@types/bunyan": "^1.8.8" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/mongodb-backup", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Backup MongoDB database and store to Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -30,16 +30,16 @@ | |
"lint:fix": "eslint src --ext .ts --fix" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/commands": "^0.2.3", | ||
"@awesome-database-backup/commands": "^0.2.4", | ||
"bunyan": "^1.8.15", | ||
"universal-bunyan": "^0.9.2", | ||
"browser-bunyan": "^1.6.3", | ||
"tmp": "^0.2.1" | ||
}, | ||
"devDependencies": { | ||
"@awesome-database-backup/tsconfig": "^0.2.3", | ||
"@awesome-database-backup/storage-service-test": "^0.2.3", | ||
"@awesome-database-backup/mongodb-test": "^0.2.3", | ||
"@awesome-database-backup/tsconfig": "^0.2.4", | ||
"@awesome-database-backup/storage-service-test": "^0.2.4", | ||
"@awesome-database-backup/mongodb-test": "^0.2.4", | ||
"cross-env": "^7.0.3", | ||
"tsconfig-paths": "^4.0.0", | ||
"@types/bunyan": "^1.8.8" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/mongodb-restore", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Restore MongoDB database from backuped file on Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -30,13 +30,13 @@ | |
"lint:fix": "eslint src --ext .ts --fix" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/commands": "^0.2.3", | ||
"@awesome-database-backup/commands": "^0.2.4", | ||
"bunyan": "^1.8.15", | ||
"universal-bunyan": "^0.9.2", | ||
"browser-bunyan": "^1.6.3" | ||
}, | ||
"devDependencies": { | ||
"@awesome-database-backup/tsconfig": "^0.2.3", | ||
"@awesome-database-backup/tsconfig": "^0.2.4", | ||
"cross-env": "^7.0.3", | ||
"tsconfig-paths": "^4.0.0", | ||
"@types/bunyan": "^1.8.8" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/postgresql-backup", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Backup PostgreSQL database and store to Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -30,16 +30,16 @@ | |
"lint:fix": "eslint src --ext .ts --fix" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/commands": "^0.2.3", | ||
"@awesome-database-backup/commands": "^0.2.4", | ||
"bunyan": "^1.8.15", | ||
"universal-bunyan": "^0.9.2", | ||
"browser-bunyan": "^1.6.3", | ||
"tmp": "^0.2.1" | ||
}, | ||
"devDependencies": { | ||
"@awesome-database-backup/tsconfig": "^0.2.3", | ||
"@awesome-database-backup/storage-service-test": "^0.2.3", | ||
"@awesome-database-backup/postgresql-test": "^0.2.3", | ||
"@awesome-database-backup/tsconfig": "^0.2.4", | ||
"@awesome-database-backup/storage-service-test": "^0.2.4", | ||
"@awesome-database-backup/postgresql-test": "^0.2.4", | ||
"cross-env": "^7.0.3", | ||
"tsconfig-paths": "^4.0.0", | ||
"@types/bunyan": "^1.8.8" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/postgresql-restore", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Restore PostgreSQL database from backuped file on Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -30,15 +30,15 @@ | |
"lint:fix": "eslint src --ext .ts --fix" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/commands": "^0.2.3", | ||
"@awesome-database-backup/commands": "^0.2.4", | ||
"bunyan": "^1.8.15", | ||
"universal-bunyan": "^0.9.2", | ||
"browser-bunyan": "^1.6.3" | ||
}, | ||
"devDependencies": { | ||
"@awesome-database-backup/tsconfig": "^0.2.3", | ||
"@awesome-database-backup/storage-service-test": "^0.2.3", | ||
"@awesome-database-backup/postgresql-test": "^0.2.3", | ||
"@awesome-database-backup/tsconfig": "^0.2.4", | ||
"@awesome-database-backup/storage-service-test": "^0.2.4", | ||
"@awesome-database-backup/postgresql-test": "^0.2.4", | ||
"cross-env": "^7.0.3", | ||
"tsconfig-paths": "^4.0.0", | ||
"@types/bunyan": "^1.8.8" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/prune", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "Prune backuped files from Amazon S3 or Google Cloud Storage. You can set a custom S3 endpoint to use S3 based services like DigitalOcean Spaces instead of Amazon S3.", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -30,14 +30,14 @@ | |
"lint:fix": "eslint src --ext .ts --fix" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/commands": "^0.2.3", | ||
"@awesome-database-backup/commands": "^0.2.4", | ||
"bunyan": "^1.8.15", | ||
"universal-bunyan": "^0.9.2", | ||
"browser-bunyan": "^1.6.3" | ||
}, | ||
"devDependencies": { | ||
"@awesome-database-backup/tsconfig": "^0.2.3", | ||
"@awesome-database-backup/storage-service-test": "^0.2.3", | ||
"@awesome-database-backup/tsconfig": "^0.2.4", | ||
"@awesome-database-backup/storage-service-test": "^0.2.4", | ||
"cross-env": "^7.0.3", | ||
"tsconfig-paths": "^4.0.0", | ||
"@types/bunyan": "^1.8.8" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@awesome-database-backup/commands", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "commands of awesome-database-backup", | ||
"author": "Ryu Sato <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -26,7 +26,7 @@ | |
"lint:fix": "eslint src --ext .ts --fix" | ||
}, | ||
"dependencies": { | ||
"@awesome-database-backup/storage-service-clients": "^0.2.3", | ||
"@awesome-database-backup/storage-service-clients": "^0.2.4", | ||
"@aws-sdk/client-s3": "^3.85.0", | ||
"@google-cloud/storage": "^5.19.4", | ||
"axios": "^0.27.2", | ||
|
@@ -42,7 +42,7 @@ | |
"unbzip2-stream": "^1.4.3" | ||
}, | ||
"devDependencies": { | ||
"@awesome-database-backup/tsconfig": "^0.2.3", | ||
"@awesome-database-backup/tsconfig": "^0.2.4", | ||
"@types/bunyan": "^1.8.8" | ||
}, | ||
"engines": { | ||
|
Oops, something went wrong.