Skip to content

Commit

Permalink
Version updates for vertica-nodejs 1.1.3 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
DMickens authored Mar 7, 2024
1 parent b502147 commit 5fb374e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"singleQuote": true
},
"dependencies": {
"vertica-nodejs": "^1.1.2"
"vertica-nodejs": "^1.1.3"
}
}
4 changes: 2 additions & 2 deletions packages/v-pool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v-pool",
"version": "1.1.2",
"version": "1.1.3",
"description": "Connection pool for Vertica",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -35,6 +35,6 @@
"mocha": "^7.1.2"
},
"peerDependencies": {
"vertica-nodejs": "1.1.2"
"vertica-nodejs": "1.1.3"
}
}
2 changes: 1 addition & 1 deletion packages/vertica-nodejs/lib/connection-parameters.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class ConnectionParameters {

// client auditing information
this.client_type = "Node.js Driver"
this.client_version = "1.1.2"
this.client_version = "1.1.3"

try {
this.client_os_hostname = os.hostname()
Expand Down
4 changes: 2 additions & 2 deletions packages/vertica-nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vertica-nodejs",
"version": "1.1.2",
"version": "1.1.3",
"description": "Vertica client - pure javascript & libpq with the same API",
"keywords": [
"database",
Expand Down Expand Up @@ -32,7 +32,7 @@
"pg-types": "^2.1.0",
"pgpass": "1.x",
"v-connection-string": "1.1.0",
"v-pool": "1.1.2",
"v-pool": "1.1.3",
"v-protocol": "1.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 5fb374e

Please sign in to comment.