Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @whatsgood/uniform-graphql@0.2.4
 - @whatsgood/uniform-graphql-examples@0.2.4
  • Loading branch information
mechanical-turk committed Mar 7, 2021
1 parent e8c996f commit 9b118ad
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@whatsgood/uniform-graphql",
"private": false,
"version": "0.2.3",
"version": "0.2.4",
"description": "Code-first GraphQL apis in TypeScript with complete & robust end-to-end type safety",
"repository": {
"type": "git",
Expand Down Expand Up @@ -46,4 +46,4 @@
"tsd": "file:../../node_modules/tsd",
"typescript": "file:../../node_modules/typescript"
}
}
}
2 changes: 1 addition & 1 deletion packages/examples/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@whatsgood/uniform-graphql-examples",
"private": false,
"version": "0.2.3",
"version": "0.2.4",
"description": "Usage examples for @whatsgood/uniform-graphql",
"repository": {
"type": "git",
Expand All @@ -18,7 +18,7 @@
"start": "ts-node ./src/index.ts"
},
"dependencies": {
"@whatsgood/uniform-graphql": "^0.2.3",
"@whatsgood/uniform-graphql": "^0.2.4",
"apollo-server-express": "2.19.0",
"body-parser": "1.19.0",
"express": "4.17.1",
Expand All @@ -29,4 +29,4 @@
"tsd": "file:../../node_modules/tsd",
"typescript": "file:../../node_modules/typescript"
}
}
}

0 comments on commit 9b118ad

Please sign in to comment.