Skip to content

Commit

Permalink
Update TS SDK to 1.10.3 (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjameswh authored Jul 25, 2024
1 parent 0e0ee2f commit 8a3731a
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 81 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: 'ubuntu-latest'
outputs:
go_latest: '1.28.1'
typescript_latest: '1.10.0'
typescript_latest: '1.10.3'
java_latest: '1.24.0'
python_latest: '1.6.0'
csharp_latest: '1.1.2'
Expand Down
148 changes: 74 additions & 74 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
},
"dependencies": {
"@protobuf-ts/protoc": "^2.8.1",
"@temporalio/activity": "^1.10.0",
"@temporalio/client": "^1.10.0",
"@temporalio/common": "^1.10.0",
"@temporalio/proto": "^1.10.0",
"@temporalio/worker": "^1.10.0",
"@temporalio/workflow": "^1.10.0",
"@temporalio/activity": "^1.10.3",
"@temporalio/client": "^1.10.3",
"@temporalio/common": "^1.10.3",
"@temporalio/proto": "^1.10.3",
"@temporalio/worker": "^1.10.3",
"@temporalio/workflow": "^1.10.3",
"commander": "^8.3.0",
"ms": "^3.0.0-canary.1",
"proto3-json-serializer": "^1.1.1"
Expand Down

0 comments on commit 8a3731a

Please sign in to comment.