Skip to content

Commit 69345eb

Browse files
committed
1 parent 1cf6444 commit 69345eb

File tree

4 files changed

+13
-14
lines changed

4 files changed

+13
-14
lines changed

packages/pg-cursor/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-cursor",
3-
"version": "2.0.3",
3+
"version": "2.1.0",
44
"description": "Query cursor extension for node-postgres",
55
"main": "index.js",
66
"directories": {
@@ -21,7 +21,7 @@
2121
"eslint-config-prettier": "^6.4.0",
2222
"eslint-plugin-prettier": "^3.1.1",
2323
"mocha": "^6.2.2",
24-
"pg": "^7.15.2",
24+
"pg": "^7.16.0",
2525
"prettier": "^1.18.2"
2626
},
2727
"prettier": {
+6-7
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
11
{
22
"name": "pg-packet-stream",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"license": "MIT",
77
"devDependencies": {
8-
"@types/node": "^12.12.21",
9-
"chunky": "^0.0.0",
10-
"typescript": "^3.7.3",
118
"@types/chai": "^4.2.7",
129
"@types/mocha": "^5.2.7",
10+
"@types/node": "^12.12.21",
1311
"chai": "^4.2.0",
12+
"chunky": "^0.0.0",
1413
"mocha": "^6.2.2",
15-
"ts-node": "^8.5.4"
14+
"ts-node": "^8.5.4",
15+
"typescript": "^3.7.3"
1616
},
1717
"scripts": {
1818
"test": "mocha dist/**/*.test.js",
1919
"prepublish": "tsc",
2020
"pretest": "tsc"
21-
},
22-
"dependencies": {}
21+
}
2322
}

packages/pg-query-stream/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg-query-stream",
3-
"version": "2.0.2",
3+
"version": "2.1.0",
44
"description": "Postgres query result returned as readable stream",
55
"main": "index.js",
66
"scripts": {
@@ -27,12 +27,12 @@
2727
"concat-stream": "~1.0.1",
2828
"eslint-plugin-promise": "^3.5.0",
2929
"mocha": "^6.2.2",
30-
"pg": "^7.15.2",
30+
"pg": "^7.16.0",
3131
"stream-spec": "~0.3.5",
3232
"stream-tester": "0.0.5",
3333
"through": "~2.3.4"
3434
},
3535
"dependencies": {
36-
"pg-cursor": "^2.0.3"
36+
"pg-cursor": "^2.1.0"
3737
}
3838
}

packages/pg/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pg",
3-
"version": "7.15.2",
3+
"version": "7.16.0",
44
"description": "PostgreSQL client - pure javascript & libpq with the same API",
55
"keywords": [
66
"database",
@@ -22,7 +22,7 @@
2222
"buffer-writer": "2.0.0",
2323
"packet-reader": "1.0.0",
2424
"pg-connection-string": "0.1.3",
25-
"pg-packet-stream": "^1.0.0",
25+
"pg-packet-stream": "^1.1.0",
2626
"pg-pool": "^2.0.7",
2727
"pg-types": "^2.1.0",
2828
"pgpass": "1.x",

0 commit comments

Comments
 (0)