Skip to content

Commit f378736

Browse files
author
Vitaly Tomilov
committed
upgrading pg-minify dependency.
1 parent 0b8664f commit f378736

File tree

4 files changed

+3
-48
lines changed

4 files changed

+3
-48
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-promise",
3-
"version": "5.4.5",
3+
"version": "5.4.6",
44
"description": "Promises interface for PostgreSQL",
55
"main": "lib/index.js",
66
"scripts": {
@@ -41,7 +41,7 @@
4141
"dependencies": {
4242
"pg": "5.1",
4343
"spex": "1.1",
44-
"pg-minify": "0.3",
44+
"pg-minify": "0.4",
4545
"manakin": "0.4"
4646
},
4747
"devDependencies": {

test/typescript/minify.ts

Lines changed: 0 additions & 9 deletions
This file was deleted.

typescript/pg-minify.d.ts

Lines changed: 0 additions & 36 deletions
This file was deleted.

typescript/pg-promise.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import * as XPromise from './ext-promise'; // External Promise Provider
66

77
import * as pg from './pg-subset';
8-
import * as pgMinify from './pg-minify';
8+
import * as pgMinify from 'pg-minify';
99
import * as spexLib from 'spex';
1010

1111
type TQueryFileOptions= {

0 commit comments

Comments
 (0)