Comparing version 1.1.2 to 1.1.3
@@ -9,3 +9,2 @@ //Manage data migration commands | ||
const Format = require('pg-format') | ||
//const Splitargs = require('splitargs') | ||
const DeltaFile = "Wyseman.delta" | ||
@@ -12,0 +11,0 @@ |
{ | ||
"name": "wyseman", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "PostgreSQL Schema Manager with Javascript, Ruby, TCL API", | ||
@@ -37,10 +37,9 @@ "main": "lib/index.js", | ||
"pg-format": "^1.0.4", | ||
"pg-native": "^3.0.0", | ||
"splitargs": "^0.0.7", | ||
"tcl": "^3.0.0", | ||
"ws": "^7.5.5" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^9.1.3" | ||
"mocha": "^9.1.3", | ||
"pg-native": "^3.0.0", | ||
"tcl": "^3.0.0" | ||
} | ||
} |
@@ -19,2 +19,3 @@ //Build test database schema; Run first | ||
describe("Schema: Build DB schema files", function() { | ||
this.timeout(3000) | ||
var db | ||
@@ -21,0 +22,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4
496291
3
- Removedpg-native@^3.0.0
- Removedsplitargs@^0.0.7
- Removedtcl@^3.0.0
- Removedbindings@1.5.0(transitive)
- Removedfile-uri-to-path@1.0.0(transitive)
- Removedlibpq@1.8.13(transitive)
- Removednan@2.19.0(transitive)
- Removednode-addon-api@4.3.0(transitive)
- Removedpg-native@3.2.0(transitive)
- Removedpg-types@1.13.0(transitive)
- Removedpostgres-array@1.0.3(transitive)
- Removedsplitargs@0.0.7(transitive)
- Removedtcl@3.1.0(transitive)