Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@ttoss/postgresdb-cli

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ttoss/postgresdb-cli - npm Package Compare versions

Comparing version
0.1.8
to
0.1.9
+2
-8
dist/esm/index.js

@@ -23,8 +23,3 @@ /** Powered by @ttoss/config. https://ttoss.dev/docs/modules/packages/config/ */

entryPoints: [entryPoint],
/**
* ttoss packages cannot be market as external because it'd break the CI.
* On CI, ttoss packages point to the TS main file, not the compiled
* ones. See more details here https://github.com/ttoss/ttoss/issues/541.
*/
external: ["pg", "sequelize", "sequelize-typescript"],
external: ["@ttoss/postgresdb"],
format: "esm",

@@ -85,3 +80,3 @@ outfile,

name: "@ttoss/postgresdb-cli",
version: "0.1.8",
version: "0.1.9",
description: "A library to handle PostgreSQL database actions through the command line",

@@ -106,3 +101,2 @@ license: "MIT",

dependencies: {
"@ttoss/postgresdb": "workspace:^",
commander: "^12.1.0",

@@ -109,0 +103,0 @@ dotenv: "^16.4.5",

{
"name": "@ttoss/postgresdb-cli",
"version": "0.1.8",
"version": "0.1.9",
"description": "A library to handle PostgreSQL database actions through the command line",

@@ -28,4 +28,3 @@ "license": "MIT",

"esbuild": "^0.24.0",
"sequelize-erd": "^1.3.1",
"@ttoss/postgresdb": "^0.2.10"
"sequelize-erd": "^1.3.1"
},

@@ -32,0 +31,0 @@ "devDependencies": {