Skip to content

Commit

Permalink
fix(packaging): add missing publishConfig to graphql packages
Browse files Browse the repository at this point in the history
  • Loading branch information
viglucci committed Feb 21, 2024
1 parent 39565e5 commit 5f3d000
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion packages/rsocket-graphql-apollo-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"LICENSE",
"README.md"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "yarn run clean && yarn run compile",
"clean": "rimraf -rf ./dist",
Expand All @@ -25,5 +28,6 @@
"devDependencies": {
"rimraf": "~3.0.2",
"typescript": "~4.5.2"
}
},
"gitHead": "39565e56d069f40fd9ac8d169f8f62a918f7f723"
}
8 changes: 6 additions & 2 deletions packages/rsocket-graphql-apollo-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"LICENSE",
"README.md"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "yarn run clean && yarn run compile",
"clean": "rimraf -rf ./dist",
Expand All @@ -21,14 +24,15 @@
"@graphql-tools/schema": "^8.3.5",
"@rsocket/composite-metadata": "^1.0.0-alpha.1",
"@rsocket/core": "^1.0.0-alpha.1",
"apollo-server-plugin-base": "^3.6.2",
"apollo-server-core": "^3.6.6",
"apollo-server-env": "^4.2.1",
"apollo-server-plugin-base": "^3.6.2",
"graphql": "^16.3.0",
"rxjs": "^7.5"
},
"devDependencies": {
"rimraf": "~3.0.2",
"typescript": "~4.5.2"
}
},
"gitHead": "39565e56d069f40fd9ac8d169f8f62a918f7f723"
}

0 comments on commit 5f3d000

Please sign in to comment.