Skip to content

Commit

Permalink
fix: pkgs should have already been public (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
field123 authored Jan 13, 2025
1 parent 122ba55 commit f320081
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/sdks/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"peerDependencies": {
"next": "^14.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@hey-api/client-fetch": "^0.6.0"
}
Expand Down
3 changes: 3 additions & 0 deletions packages/sdks/pim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"dist/**"
],
"keywords": [],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@hey-api/openapi-ts": "0.61.2",
"typescript": "^5.5.3"
Expand Down
3 changes: 3 additions & 0 deletions packages/sdks/shopper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@
"dependencies": {
"@hey-api/client-fetch": "0.6.0"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"@tanstack/react-query": "^5.52.1"
},
Expand Down

0 comments on commit f320081

Please sign in to comment.