@ttoss/postgresdb-cli 0.1.4 → 0.1.5
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 +3 -3
- package/package.json +4 -4
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.5",
|
|
85
85
|
description: "A library to handle PostgreSQL database actions through the command line",
|
|
86
86
|
license: "MIT",
|
|
87
87
|
author: "ttoss",
|
|
@@ -103,13 +103,13 @@ var package_default = {
|
|
|
103
103
|
dependencies: {
|
|
104
104
|
commander: "^12.1.0",
|
|
105
105
|
dotenv: "^16.4.5",
|
|
106
|
-
esbuild: "^0.
|
|
106
|
+
esbuild: "^0.24.0",
|
|
107
107
|
"sequelize-erd": "^1.3.1"
|
|
108
108
|
},
|
|
109
109
|
devDependencies: {
|
|
110
110
|
"@ttoss/config": "workspace:^",
|
|
111
111
|
jest: "^29.7.0",
|
|
112
|
-
tsup: "^8.3.
|
|
112
|
+
tsup: "^8.3.5"
|
|
113
113
|
},
|
|
114
114
|
keywords: ["database", "postgres", "postgresql"],
|
|
115
115
|
publishConfig: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/postgresdb-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "A library to handle PostgreSQL database actions through the command line",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ttoss",
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"commander": "^12.1.0",
|
|
26
26
|
"dotenv": "^16.4.5",
|
|
27
|
-
"esbuild": "^0.
|
|
27
|
+
"esbuild": "^0.24.0",
|
|
28
28
|
"sequelize-erd": "^1.3.1"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"jest": "^29.7.0",
|
|
32
|
-
"tsup": "^8.3.
|
|
33
|
-
"@ttoss/config": "^1.34.
|
|
32
|
+
"tsup": "^8.3.5",
|
|
33
|
+
"@ttoss/config": "^1.34.2"
|
|
34
34
|
},
|
|
35
35
|
"keywords": [
|
|
36
36
|
"database",
|