@ttoss/postgresdb-cli 0.1.19 → 0.1.20

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
@@ -11,7 +11,7 @@ import { Command } from "commander";
11
11
  // package.json
12
12
  var package_default = {
13
13
  name: "@ttoss/postgresdb-cli",
14
- version: "0.1.18",
14
+ version: "0.1.19",
15
15
  description: "A library to handle PostgreSQL database actions through the command line",
16
16
  license: "MIT",
17
17
  author: "ttoss",
@@ -39,7 +39,7 @@ var package_default = {
39
39
  devDependencies: {
40
40
  "@ttoss/config": "workspace:^",
41
41
  jest: "^30.2.0",
42
- tsup: "^8.5.0"
42
+ tsup: "^8.5.1"
43
43
  },
44
44
  keywords: ["database", "postgres", "postgresql"],
45
45
  publishConfig: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttoss/postgresdb-cli",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "description": "A library to handle PostgreSQL database actions through the command line",
5
5
  "license": "MIT",
6
6
  "author": "ttoss",
@@ -29,8 +29,8 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "jest": "^30.2.0",
32
- "tsup": "^8.5.0",
33
- "@ttoss/config": "^1.35.9"
32
+ "tsup": "^8.5.1",
33
+ "@ttoss/config": "^1.35.10"
34
34
  },
35
35
  "keywords": [
36
36
  "database",