starpc 0.49.3 → 0.49.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/go.mod +1 -2
- package/go.sum +2 -2
- package/package.json +2 -2
package/go.mod
CHANGED
|
@@ -4,7 +4,7 @@ go 1.25.0
|
|
|
4
4
|
|
|
5
5
|
require (
|
|
6
6
|
github.com/aperturerobotics/common v0.32.2 // latest
|
|
7
|
-
github.com/aperturerobotics/protobuf-go-lite v0.
|
|
7
|
+
github.com/aperturerobotics/protobuf-go-lite v0.13.0 // latest
|
|
8
8
|
github.com/aperturerobotics/util v1.33.0 // latest
|
|
9
9
|
)
|
|
10
10
|
|
|
@@ -21,7 +21,6 @@ require (
|
|
|
21
21
|
github.com/libp2p/go-yamux/v4 v4.0.2 // latest
|
|
22
22
|
github.com/pkg/errors v0.9.1 // latest
|
|
23
23
|
github.com/sirupsen/logrus v1.9.5-0.20260309202648-9f0600962f75 // latest
|
|
24
|
-
google.golang.org/protobuf v1.36.11 // latest
|
|
25
24
|
)
|
|
26
25
|
|
|
27
26
|
require (
|
package/go.sum
CHANGED
|
@@ -14,8 +14,8 @@ github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f
|
|
|
14
14
|
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20251104042408-0c9eb8a3f726/go.mod h1:SvGGBv3OVxUyqO0ZxA/nvs6z3cg7NIbZ64TnbV2OISo=
|
|
15
15
|
github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4 h1:4Dy3BAHh2kgVdHAqtlwcFsgY0kAwUe2m3rfFcaGwGQg=
|
|
16
16
|
github.com/aperturerobotics/protobuf v0.0.0-20260203024654-8201686529c4/go.mod h1:tMgO7y6SJo/d9ZcvrpNqIQtdYT9de+QmYaHOZ4KnhOg=
|
|
17
|
-
github.com/aperturerobotics/protobuf-go-lite v0.
|
|
18
|
-
github.com/aperturerobotics/protobuf-go-lite v0.
|
|
17
|
+
github.com/aperturerobotics/protobuf-go-lite v0.13.0 h1:jEvCJhHaJEikDY/va2AUnS0DOb/0n82aISLAqxSh4Sk=
|
|
18
|
+
github.com/aperturerobotics/protobuf-go-lite v0.13.0/go.mod h1:lGH3s5ArCTXKI4wJdlNpaybUtwSjfAG0vdWjxOfMcF8=
|
|
19
19
|
github.com/aperturerobotics/util v1.33.0 h1:l7Aql7rlFZaGPRS+lzFC7h0zuLE0WyR3nPVXgCYMW88=
|
|
20
20
|
github.com/aperturerobotics/util v1.33.0/go.mod h1:FOKm51ZpgLsRszA4e7mjvqrt6J6Pju5GjSJg1Qz4Ouo=
|
|
21
21
|
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "starpc",
|
|
3
|
-
"version": "0.49.
|
|
3
|
+
"version": "0.49.4",
|
|
4
4
|
"description": "Streaming protobuf RPC service protocol over any two-way channel.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"@typescript-eslint/eslint-plugin": "^8.57.2",
|
|
113
113
|
"@typescript-eslint/parser": "^8.57.2",
|
|
114
114
|
"depcheck": "^1.4.6",
|
|
115
|
-
"esbuild": "^0.
|
|
115
|
+
"esbuild": "^0.28.0",
|
|
116
116
|
"eslint": "^10.1.0",
|
|
117
117
|
"eslint-config-prettier": "^10.0.0",
|
|
118
118
|
"eslint-plugin-unused-imports": "^4.4.1",
|