Skip to content

Commit

Permalink
Updated package.json for each of four package versions (#117)
Browse files Browse the repository at this point in the history
Updated package.json for each of four package versions and peer dependencies to 1.0.2
  • Loading branch information
DMickens authored Feb 7, 2023
1 parent 725f7fb commit 07612af
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/v-connection-string/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v-connection-string",
"version": "1.0.1",
"version": "1.0.2",
"description": "Functions for dealing with a Vertica connection string",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down
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.0.1",
"version": "1.0.2",
"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.0.1"
"vertica-nodejs": "1.0.2"
}
}
2 changes: 1 addition & 1 deletion packages/v-protocol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v-protocol",
"version": "1.0.1",
"version": "1.0.2",
"description": "The Vertica client/server binary protocol, implemented in TypeScript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
8 changes: 4 additions & 4 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.0.1",
"version": "1.0.2",
"description": "Vertica client - pure javascript & libpq with the same API",
"keywords": [
"database",
Expand Down Expand Up @@ -30,9 +30,9 @@
"packet-reader": "1.0.0",
"pg-types": "^2.1.0",
"pgpass": "1.x",
"v-connection-string": "1.0.1",
"v-pool": "1.0.1",
"v-protocol": "1.0.1"
"v-connection-string": "1.0.2",
"v-pool": "1.0.2",
"v-protocol": "1.0.2"
},
"devDependencies": {
"async": "0.9.0",
Expand Down

0 comments on commit 07612af

Please sign in to comment.