Skip to content

Commit

Permalink
add access public to plugin packages
Browse files Browse the repository at this point in the history
  • Loading branch information
EPMatt committed May 10, 2024
1 parent f4e69f8 commit 4da11b0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion plugins/cohere/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"lib"
],
"publishConfig": {
"provenance": true
"provenance": true,
"access": "public"
},
"scripts": {
"check": "tsc",
Expand Down
3 changes: 2 additions & 1 deletion plugins/groq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"lib"
],
"publishConfig": {
"provenance": true
"provenance": true,
"access": "public"
},
"scripts": {
"check": "tsc",
Expand Down
3 changes: 2 additions & 1 deletion plugins/mistralai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"lib"
],
"publishConfig": {
"provenance": true
"provenance": true,
"access": "public"
},
"scripts": {
"check": "tsc",
Expand Down
3 changes: 2 additions & 1 deletion plugins/open-ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
"lib"
],
"publishConfig": {
"provenance": true
"provenance": true,
"access": "public"
},
"scripts": {
"check": "tsc",
Expand Down

0 comments on commit 4da11b0

Please sign in to comment.