@ttoss/postgresdb-cli 0.1.5 → 0.1.7

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/dist/esm/index.js CHANGED
@@ -81,7 +81,7 @@ var sync = async ({
81
81
  // package.json
82
82
  var package_default = {
83
83
  name: "@ttoss/postgresdb-cli",
84
- version: "0.1.5",
84
+ version: "0.1.7",
85
85
  description: "A library to handle PostgreSQL database actions through the command line",
86
86
  license: "MIT",
87
87
  author: "ttoss",
@@ -101,6 +101,7 @@ var package_default = {
101
101
  },
102
102
  sideEffects: false,
103
103
  dependencies: {
104
+ "@ttoss/postgresdb": "workspace:^",
104
105
  commander: "^12.1.0",
105
106
  dotenv: "^16.4.5",
106
107
  esbuild: "^0.24.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/postgresdb-cli",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "A library to handle PostgreSQL database actions through the command line",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -25,12 +25,13 @@
25
25
  "commander": "^12.1.0",
26
26
  "dotenv": "^16.4.5",
27
27
  "esbuild": "^0.24.0",
28
- "sequelize-erd": "^1.3.1"
28
+ "sequelize-erd": "^1.3.1",
29
+ "@ttoss/postgresdb": "^0.2.9"
29
30
  },
30
31
  "devDependencies": {
31
32
  "jest": "^29.7.0",
32
33
  "tsup": "^8.3.5",
33
- "@ttoss/config": "^1.34.2"
34
+ "@ttoss/config": "^1.35.0"
34
35
  },
35
36
  "keywords": [
36
37
  "database",