File tree Expand file tree Collapse file tree 5 files changed +11
-8
lines changed
Expand file tree Collapse file tree 5 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 6161 - name : Depcheck Js
6262 run : yarn run deps
6363
64+ - name : Check goreleaser
65+ run : make release-check
66+
6467 # Issue: https://github.com/agnivade/wasmbrowsertest/pull/72/files
6568 # Issue: https://github.com/agnivade/wasmbrowsertest/issues/60
6669 # Remove the comment once fixed.
Original file line number Diff line number Diff line change 55toolchain go1.24.2
66
77require (
8- github.com/aperturerobotics/common v0.22.3 // latest
8+ github.com/aperturerobotics/common v0.22.4 // latest
99 github.com/aperturerobotics/controllerbus v0.50.1 // latest
1010 github.com/aperturerobotics/entitygraph v0.11.0 // latest
1111 github.com/aperturerobotics/protobuf-go-lite v0.9.1 // latest
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ github.com/aperturerobotics/bifrost-nats-server/v2 v2.1.8-0.20221228081037-b7c2d
66github.com/aperturerobotics/bifrost-nats-server/v2 v2.1.8-0.20221228081037-b7c2df0c151f /go.mod h1:kIcZtLpq4UIZzOqduYLm1mYU1nuMBtN6XuDCtQ21QT8 =
77github.com/aperturerobotics/cli v1.0.0 h1:s3xT2h7eBih4/4yZKTn/HQ6P+qpk6ygWZl2416xAI1M =
88github.com/aperturerobotics/cli v1.0.0 /go.mod h1:wtlINjMcKuwyV1x4ftReuA6hHZcPB8kPMXHyQqGFCSc =
9- github.com/aperturerobotics/common v0.22.3 h1:zPuIaCWqloF/wLAYZhGNuGj8t4ktILYyFfOEsp6cMAw =
10- github.com/aperturerobotics/common v0.22.3 /go.mod h1:wsPfDVCTNpGHddg/MSfm84rKoO4GAvb+TQtATXz+pKY =
9+ github.com/aperturerobotics/common v0.22.4 h1:y0Xxsz0oau3/IEbFev8SPfiaA9ZKhMlizQmkn7936jM =
10+ github.com/aperturerobotics/common v0.22.4 /go.mod h1:wsPfDVCTNpGHddg/MSfm84rKoO4GAvb+TQtATXz+pKY =
1111github.com/aperturerobotics/controllerbus v0.50.1 h1:QHxiRjK9kZWDJIsKoinwiMMMjZ2a9JCOdzNxdZXLVas =
1212github.com/aperturerobotics/controllerbus v0.50.1 /go.mod h1:3oHrC8yYjQEn1cbgFmLf8vhKMej8yjzI4ZspE0LRnTA =
1313github.com/aperturerobotics/entitygraph v0.11.0 h1:nPnT0SXsEMqsxmn/lWGR50JHbfmSd3pVanyJAm6v8rI =
Original file line number Diff line number Diff line change 4444 "singleQuote" : true
4545 },
4646 "devDependencies" : {
47- "@aptre/common" : " ^0.22.3 " ,
47+ "@aptre/common" : " ^0.22.4 " ,
4848 "depcheck" : " ^1.4.6" ,
4949 "prettier" : " ^3.1.1" ,
5050 "rimraf" : " ^6.0.0" ,
Original file line number Diff line number Diff line change 22# yarn lockfile v1
33
44
5- " @aptre/common@^0.22.3 " :
6- version "0.22.3 "
7- resolved "https://registry.yarnpkg.com/@aptre/common/-/common-0.22.3 .tgz#228a2a165970b803bf087b5adcf73ba7d4cec6d6 "
8- integrity sha512-S42h4Pj6lsiIpeS78DMbcKKAAvomdodvABHQpwQMIsX5QLah5JFctCONOrULUt8XN5Lb3aNNgxBNYLwcpMA05A ==
5+ " @aptre/common@^0.22.4 " :
6+ version "0.22.4 "
7+ resolved "https://registry.yarnpkg.com/@aptre/common/-/common-0.22.4 .tgz#bd3d4bb17be2397553433ff1f38b1eb75356c370 "
8+ integrity sha512-e52Yf6MRV3VoXzpKUQgX0wEyj3NGoINjyaGWC0zKCeuGlN9FgfRIci5vER+BLnhhGKE/iwPt31a/xnJNIWAyYg ==
99 dependencies :
1010 " @aptre/protobuf-es-lite" " ^0.4.7"
1111 " @typescript-eslint/eslint-plugin" " ^8.18.0"
You can’t perform that action at this time.
0 commit comments