Skip to content

Commit

Permalink
Updates to package.json for 1.0.0 release (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
DMickens authored Aug 2, 2022
1 parent a33cf9c commit af5375d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 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": "0.9.0-pre.6",
"version": "1.0.0",
"description": "Functions for dealing with a Vertica connection string",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down
7 changes: 3 additions & 4 deletions packages/v-pool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v-pool",
"version": "0.9.0-pre.6",
"version": "1.0.0",
"description": "Connection pool for Vertica",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -32,10 +32,9 @@
"co": "4.6.0",
"expect.js": "0.3.1",
"lodash": "^4.17.11",
"mocha": "^7.1.2",
"pg-cursor": "^1.3.0"
"mocha": "^7.1.2"
},
"peerDependencies": {
"vertica-nodejs": "0.9.0-pre.6"
"vertica-nodejs": "1.0.0"
}
}
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": "0.9.0-pre.6",
"version": "1.0.0",
"description": "The Vertica client/server binary protocol, implemented in TypeScript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
10 changes: 5 additions & 5 deletions packages/vertica-nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vertica-nodejs",
"version": "0.9.0-pre.6",
"version": "1.0.0",
"description": "Vertica client - pure javascript & libpq with the same API",
"keywords": [
"database",
Expand Down Expand Up @@ -28,9 +28,9 @@
"dependencies": {
"buffer-writer": "2.0.0",
"packet-reader": "1.0.0",
"v-connection-string": "0.9.0-pre.6",
"v-pool": "0.9.0-pre.6",
"v-protocol": "0.9.0-pre.6",
"v-connection-string": "1.0.0",
"v-pool": "1.0.0",
"v-protocol": "1.0.0",
"pg-types": "^2.1.0",
"pgpass": "1.x"
},
Expand All @@ -49,6 +49,6 @@
],
"license": "Apache-2.0",
"engines": {
"node": ">= 8.0.0"
"node": ">= 14.0.0"
}
}

0 comments on commit af5375d

Please sign in to comment.