Skip to content

Commit

Permalink
🔀 🐛 Fix protoc sucks in some node version (#214)
Browse files Browse the repository at this point in the history
* 🐛 Fix protoc sucks in some node version

* 🔖 Release 2.1.3
  • Loading branch information
devkanro authored May 6, 2023
1 parent 161d86d commit aea7a9f
Show file tree
Hide file tree
Showing 13 changed files with 2,567 additions and 3,223 deletions.
14 changes: 7 additions & 7 deletions examples/example-simple/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sisyphus.js/example-simple",
"version": "2.1.2",
"version": "2.1.3",
"description": "Example project using sisyphus.js",
"main": "dist/index.js",
"scripts": {
Expand All @@ -26,14 +26,14 @@
},
"homepage": "https://github.com/ButterCam/sisyphus-js#readme",
"devDependencies": {
"@sisyphus.js/cli": "^2.1.2",
"@sisyphus.js/google.proto": "^2.1.2",
"@sisyphus.js/runtime.proto": "^2.1.2"
"@sisyphus.js/cli": "^2.1.3",
"@sisyphus.js/google.proto": "^2.1.3",
"@sisyphus.js/runtime.proto": "^2.1.3"
},
"dependencies": {
"@sisyphus.js/google": "^2.1.2",
"@sisyphus.js/runtime": "^2.1.2",
"@sisyphus.js/transport-aip": "^2.1.2"
"@sisyphus.js/google": "^2.1.3",
"@sisyphus.js/runtime": "^2.1.3",
"@sisyphus.js/transport-aip": "^2.1.3"
},
"directories": {
"proto": "proto"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages/*",
"examples/*"
],
"version": "2.1.2"
"version": "2.1.3"
}
Loading

0 comments on commit aea7a9f

Please sign in to comment.