@ttoss/postgresdb-cli 0.1.9 → 0.1.11
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 +1 -1
- package/package.json +2 -2
package/dist/esm/index.js
CHANGED
|
@@ -76,7 +76,7 @@ var sync = async ({
|
|
|
76
76
|
// package.json
|
|
77
77
|
var package_default = {
|
|
78
78
|
name: "@ttoss/postgresdb-cli",
|
|
79
|
-
version: "0.1.
|
|
79
|
+
version: "0.1.11",
|
|
80
80
|
description: "A library to handle PostgreSQL database actions through the command line",
|
|
81
81
|
license: "MIT",
|
|
82
82
|
author: "ttoss",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ttoss/postgresdb-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.11",
|
|
4
4
|
"description": "A library to handle PostgreSQL database actions through the command line",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ttoss",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"jest": "^29.7.0",
|
|
32
32
|
"tsup": "^8.3.5",
|
|
33
|
-
"@ttoss/config": "^1.35.
|
|
33
|
+
"@ttoss/config": "^1.35.2"
|
|
34
34
|
},
|
|
35
35
|
"keywords": [
|
|
36
36
|
"database",
|