Skip to content

Commit

Permalink
v0.5.0-alpha.15
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 committed Jun 29, 2021
1 parent 6bfba4e commit b8e87a3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.5.0-alpha.14",
"version": "0.5.0-alpha.15",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/@testapis/node-native/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@testapis/node-native",
"version": "0.5.0-alpha.13",
"version": "0.5.0-alpha.15",
"description": "Generated codes with protocolbuffers/protobuf's js_out",
"private": true,
"dependencies": {
"@types/google-protobuf": "3.7.4",
"google-protobuf": "3.14.0"
},
"devDependencies": {
"@testapis/proto": "^0.5.0-alpha.12"
"@testapis/proto": "^0.5.0-alpha.15"
}
}
4 changes: 2 additions & 2 deletions packages/@testapis/node/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@testapis/node",
"version": "0.5.0-alpha.12",
"version": "0.5.0-alpha.15",
"description": "Generated codes with protobufjs",
"private": true,
"devDependencies": {
"@testapis/proto": "^0.5.0-alpha.12"
"@testapis/proto": "^0.5.0-alpha.15"
}
}
2 changes: 1 addition & 1 deletion packages/@testapis/proto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@testapis/proto",
"version": "0.5.0-alpha.12",
"version": "0.5.0-alpha.15",
"description": "Generated codes from protobuf IDL",
"private": true
}
6 changes: 3 additions & 3 deletions packages/protoc-gen-nexus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protoc-gen-nexus",
"version": "0.5.0-alpha.14",
"version": "0.5.0-alpha.15",
"description": "Generate DSL for GraphQL Nexus from Protocol Buffers IDL",
"keywords": [
"graphql",
Expand Down Expand Up @@ -29,8 +29,8 @@
"devDependencies": {
"@proto-nexus/google-protobuf": "^0.5.0-alpha.10",
"@proto-nexus/protobufjs": "^0.5.0-alpha.10",
"@testapis/node": "^0.5.0-alpha.12",
"@testapis/node-native": "^0.5.0-alpha.13",
"@testapis/node": "^0.5.0-alpha.15",
"@testapis/node-native": "^0.5.0-alpha.15",
"@types/glob": "7.1.3",
"glob": "7.1.7"
},
Expand Down

0 comments on commit b8e87a3

Please sign in to comment.