Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - pg-cursor@2.1.0
 - pg-packet-stream@1.1.0
 - pg-query-stream@2.1.0
 - pg@7.16.0
  • Loading branch information
brianc committed Dec 27, 2019
1 parent 1cf6444 commit 69345eb
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 deletions.
4 changes: 2 additions & 2 deletions packages/pg-cursor/package.json
@@ -1,6 +1,6 @@
{
"name": "pg-cursor",
"version": "2.0.3",
"version": "2.1.0",
"description": "Query cursor extension for node-postgres",
"main": "index.js",
"directories": {
Expand All @@ -21,7 +21,7 @@
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-prettier": "^3.1.1",
"mocha": "^6.2.2",
"pg": "^7.15.2",
"pg": "^7.16.0",
"prettier": "^1.18.2"
},
"prettier": {
Expand Down
13 changes: 6 additions & 7 deletions packages/pg-packet-stream/package.json
@@ -1,23 +1,22 @@
{
"name": "pg-packet-stream",
"version": "1.0.0",
"version": "1.1.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"devDependencies": {
"@types/node": "^12.12.21",
"chunky": "^0.0.0",
"typescript": "^3.7.3",
"@types/chai": "^4.2.7",
"@types/mocha": "^5.2.7",
"@types/node": "^12.12.21",
"chai": "^4.2.0",
"chunky": "^0.0.0",
"mocha": "^6.2.2",
"ts-node": "^8.5.4"
"ts-node": "^8.5.4",
"typescript": "^3.7.3"
},
"scripts": {
"test": "mocha dist/**/*.test.js",
"prepublish": "tsc",
"pretest": "tsc"
},
"dependencies": {}
}
}
6 changes: 3 additions & 3 deletions packages/pg-query-stream/package.json
@@ -1,6 +1,6 @@
{
"name": "pg-query-stream",
"version": "2.0.2",
"version": "2.1.0",
"description": "Postgres query result returned as readable stream",
"main": "index.js",
"scripts": {
Expand All @@ -27,12 +27,12 @@
"concat-stream": "~1.0.1",
"eslint-plugin-promise": "^3.5.0",
"mocha": "^6.2.2",
"pg": "^7.15.2",
"pg": "^7.16.0",
"stream-spec": "~0.3.5",
"stream-tester": "0.0.5",
"through": "~2.3.4"
},
"dependencies": {
"pg-cursor": "^2.0.3"
"pg-cursor": "^2.1.0"
}
}
4 changes: 2 additions & 2 deletions packages/pg/package.json
@@ -1,6 +1,6 @@
{
"name": "pg",
"version": "7.15.2",
"version": "7.16.0",
"description": "PostgreSQL client - pure javascript & libpq with the same API",
"keywords": [
"database",
Expand All @@ -22,7 +22,7 @@
"buffer-writer": "2.0.0",
"packet-reader": "1.0.0",
"pg-connection-string": "0.1.3",
"pg-packet-stream": "^1.0.0",
"pg-packet-stream": "^1.1.0",
"pg-pool": "^2.0.7",
"pg-types": "^2.1.0",
"pgpass": "1.x",
Expand Down

0 comments on commit 69345eb

Please sign in to comment.