We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b08f66 commit b0640a8Copy full SHA for b0640a8
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pg-logical-replication",
3
- "version": "2.0.6",
+ "version": "2.0.7",
4
"description": "PostgreSQL Location Replication client - logical WAL replication streaming",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
@@ -63,6 +63,10 @@
63
"name": "Erik Arvidsson",
64
"email": "erik.arvidsson@gmail.com",
65
"url": "https://github.com/arv"
66
+ },
67
+ {
68
+ "name": "Darick Tong",
69
+ "url": "https://github.com/darkgnotic"
70
}
71
],
72
"files": [
0 commit comments