File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ builds:
2626 - arm64
2727
2828archives :
29- - format : tar.gz
29+ - formats : [" tar.gz"]
3030 # this name template makes the OS and Arch compatible with the results of `uname`.
3131 name_template : >-
3232 {{ .ProjectName }}_
@@ -37,7 +37,7 @@ archives:
3737 # use zip for windows archives
3838 format_overrides :
3939 - goos : windows
40- format : zip
40+ formats : [' zip']
4141
4242changelog :
4343 sort : asc
Original file line number Diff line number Diff line change 55toolchain go1.24.1
66
77require (
8- github.com/aperturerobotics/common v0.21.1 // latest
8+ github.com/aperturerobotics/common v0.21.2 // latest
99 github.com/aperturerobotics/controllerbus v0.49.1 // latest
1010 github.com/aperturerobotics/entitygraph v0.11.0 // latest
1111 github.com/aperturerobotics/protobuf-go-lite v0.8.0 // latest
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ github.com/aperturerobotics/bifrost-nats-client v1.10.1-0.20200831103200-24c3d04
44github.com/aperturerobotics/bifrost-nats-client v1.10.1-0.20200831103200-24c3d0464e58 /go.mod h1:ougcjYEZDYV8pVtaNbA5sgYDukkYHyKtSsW/T3B13j0 =
55github.com/aperturerobotics/bifrost-nats-server/v2 v2.1.8-0.20221228081037-b7c2df0c151f h1:bmScByQNGDPPy9T+zdwu816XaCbFtD5UDyqZMRiHJ80 =
66github.com/aperturerobotics/bifrost-nats-server/v2 v2.1.8-0.20221228081037-b7c2df0c151f /go.mod h1:kIcZtLpq4UIZzOqduYLm1mYU1nuMBtN6XuDCtQ21QT8 =
7- github.com/aperturerobotics/common v0.21.1 h1:n2kPPTVhTkNeJ5pDeH6u3tMuv07A53bek/TRMGNZIAs =
8- github.com/aperturerobotics/common v0.21.1 /go.mod h1:FrecdNcsYvVS8RcWCR8FUkKFh+XmouFOYKHpBdMqqBA =
7+ github.com/aperturerobotics/common v0.21.2 h1:fqnPL5Oovpd8nDaNBYGiD1UpZhcH/JfpsS8gt5iBDyA =
8+ github.com/aperturerobotics/common v0.21.2 /go.mod h1:FrecdNcsYvVS8RcWCR8FUkKFh+XmouFOYKHpBdMqqBA =
99github.com/aperturerobotics/controllerbus v0.49.1 h1:LfDc13n2xlHPosotFdMSUKdw/lKV9Ae8AMt7/4KpqtA =
1010github.com/aperturerobotics/controllerbus v0.49.1 /go.mod h1:vOvxTtl3Tkkn/ALtPHfcVWevpi7V17O38K/2BkiDU98 =
1111github.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.21.0 " ,
47+ "@aptre/common" : " ^0.21.2 " ,
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.21.0 " :
6- version "0.21.1 "
7- resolved "https://registry.yarnpkg.com/@aptre/common/-/common-0.21.1 .tgz#c73acbf76f4c7eb586fea23cdf87ba685cb95de6 "
8- integrity sha512-G6sHajqF8Q29QLAv308gbRSgT9pJ8li85j8viqhK+WSiZTAJB+4nd69IDT/1vb3M/Kex1H4zDyqDv//ZMgGKcw ==
5+ " @aptre/common@^0.21.2 " :
6+ version "0.21.2 "
7+ resolved "https://registry.yarnpkg.com/@aptre/common/-/common-0.21.2 .tgz#0a6c0dec997829cc2d5d31c897ae6cf260abdb20 "
8+ integrity sha512-zqCq4jlBZXaqbY4Bqjl0XokLGcPuZCzvbyibPdCRqcDCIzYiBa3wMVuoAVr18M/TmlMYXXGf3eauctmq1AAp+g ==
99 dependencies :
1010 " @aptre/protobuf-es-lite" " ^0.4.7"
1111 " @typescript-eslint/eslint-plugin" " ^8.18.0"
1212 " @typescript-eslint/parser" " ^8.18.0"
13- eslint "^9.19 .0"
13+ eslint "^9.22 .0"
1414 eslint-config-prettier "^10.0.0"
1515 eslint-plugin-react-hooks "^5.1.0"
1616 eslint-plugin-unused-imports "^4.0.0"
@@ -1235,7 +1235,7 @@ eslint-visitor-keys@^4.2.0:
12351235 resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
12361236 integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
12371237
1238- eslint@^9.19 .0 :
1238+ eslint@^9.22 .0 :
12391239 version "9.22.0"
12401240 resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.22.0.tgz#0760043809fbf836f582140345233984d613c552"
12411241 integrity sha512-9V/QURhsRN40xuHXWjV64yvrzMjcz7ZyNoF2jJFmy9j/SLk0u1OLSZgXi28MrXjymnjEGSR80WCdab3RGMDveQ==
You can’t perform that action at this time.
0 commit comments