@ttoss/postgresdb-cli 0.1.6 → 0.1.8
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 +2 -1
- package/package.json +3 -2
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.
|
|
84
|
+
version: "0.1.8",
|
|
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.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"description": "A library to handle PostgreSQL database actions through the command line",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ttoss",
|
|
@@ -25,7 +25,8 @@
|
|
|
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.10"
|
|
29
30
|
},
|
|
30
31
|
"devDependencies": {
|
|
31
32
|
"jest": "^29.7.0",
|