Skip to content

Commit b5edd30

Browse files
mitchell-elholmMitchell Elholm
andauthored
Add public access to publishConfig (#63)
* Add integration tests workflow call * Add public access to publishConfig --------- Co-authored-by: Mitchell Elholm <elholmit@amazon.com>
1 parent eaef292 commit b5edd30

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

packages/node-postgres/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
},
1010
"homepage": "https://github.com/awslabs/aurora-dsql-nodejs-connector",
1111
"keywords": ["aws", "aurora", "dsql", "postgres", "database", "iam", "authentication"],
12+
"publishConfig": {
13+
"access": "public"
14+
},
1215
"type": "module",
1316
"main": "./dist/index.js",
1417
"types": "./dist/index.d.ts",

packages/postgres-js/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
},
1010
"homepage": "https://github.com/awslabs/aurora-dsql-nodejs-connector",
1111
"keywords": ["aws", "aurora", "dsql", "postgres", "database", "iam", "authentication"],
12+
"publishConfig": {
13+
"access": "public"
14+
},
1215
"type": "module",
1316
"main": "./dist/index.js",
1417
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)