Link released version of pg-copy-streams

This commit is contained in:
Daniel García Aubert 2018-10-26 13:34:23 +02:00
parent 2794e24e84
commit 805a0e2346
2 changed files with 4 additions and 4 deletions

6
npm-shrinkwrap.json generated
View File

@ -849,9 +849,9 @@
"resolved": "https://registry.npmjs.org/pg-connection-string/-/pg-connection-string-0.1.3.tgz"
},
"pg-copy-streams": {
"version": "1.2.0",
"from": "cartodb/node-pg-copy-streams#use-strict",
"resolved": "git://github.com/cartodb/node-pg-copy-streams.git#c85f7d27b85f885578c31698f7d84bdfd9016855"
"version": "1.2.0-carto.2",
"from": "cartodb/node-pg-copy-streams#v1.2.0-carto.2",
"resolved": "git://github.com/cartodb/node-pg-copy-streams.git#6f1d5cb4a54be07cf2ca076563142737e44eaf5c"
},
"pg-int8": {
"version": "1.0.1",

View File

@ -33,7 +33,7 @@
"node-statsd": "~0.0.7",
"node-uuid": "^1.4.7",
"oauth-client": "0.3.0",
"pg-copy-streams": "cartodb/node-pg-copy-streams#use-strict",
"pg-copy-streams": "github:cartodb/node-pg-copy-streams#v1.2.0-carto.2",
"qs": "~6.2.1",
"queue-async": "~1.0.7",
"redis-mpool": "0.5.0",