starpc 0.19.0 → 0.19.1
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 +3 -3
- package/go.sum +4 -4
- package/package.json +11 -11
package/go.mod
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
module github.com/aperturerobotics/starpc
|
|
2
2
|
|
|
3
|
-
go 1.
|
|
3
|
+
go 1.19
|
|
4
4
|
|
|
5
5
|
require (
|
|
6
6
|
github.com/pkg/errors v0.9.1 // latest
|
|
@@ -9,8 +9,8 @@ require (
|
|
|
9
9
|
)
|
|
10
10
|
|
|
11
11
|
require (
|
|
12
|
-
github.com/aperturerobotics/util v1.
|
|
13
|
-
github.com/libp2p/go-libp2p v0.26.1-0.
|
|
12
|
+
github.com/aperturerobotics/util v1.1.1 // latest
|
|
13
|
+
github.com/libp2p/go-libp2p v0.26.1-0.20230405232726-15ec1494039f // latest
|
|
14
14
|
github.com/libp2p/go-yamux/v4 v4.0.1-0.20220919134236-1c09f2ab3ec1 // master
|
|
15
15
|
github.com/sirupsen/logrus v1.9.0 // latest
|
|
16
16
|
)
|
package/go.sum
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
github.com/aperturerobotics/util v1.
|
|
2
|
-
github.com/aperturerobotics/util v1.
|
|
1
|
+
github.com/aperturerobotics/util v1.1.1 h1:lZye9i6tBN36mIki/V1Mk5r5JcegkiQBeaME23UULG0=
|
|
2
|
+
github.com/aperturerobotics/util v1.1.1/go.mod h1:VB5a5FURpm7EujJsErIY8UZrhrLPN/bj84H8FxN0gD4=
|
|
3
3
|
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
|
4
4
|
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
|
5
5
|
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
|
@@ -48,8 +48,8 @@ github.com/leodido/go-urn v1.2.0 h1:hpXL4XnriNwQ/ABnpepYM/1vCLWNDfUNts8dX3xTG6Y=
|
|
|
48
48
|
github.com/leodido/go-urn v1.2.0/go.mod h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgxpxOKII=
|
|
49
49
|
github.com/libp2p/go-buffer-pool v0.1.0 h1:oK4mSFcQz7cTQIfqbe4MIj9gLW+mnanjyFtc6cdF0Y8=
|
|
50
50
|
github.com/libp2p/go-buffer-pool v0.1.0/go.mod h1:N+vh8gMqimBzdKkSMVuydVDq+UV5QTWy5HSiZacSbPg=
|
|
51
|
-
github.com/libp2p/go-libp2p v0.26.1-0.
|
|
52
|
-
github.com/libp2p/go-libp2p v0.26.1-0.
|
|
51
|
+
github.com/libp2p/go-libp2p v0.26.1-0.20230405232726-15ec1494039f h1:lDBF6Sto3oiEXc+k9c57OAoxOqqJj7sXynw66TyRH+A=
|
|
52
|
+
github.com/libp2p/go-libp2p v0.26.1-0.20230405232726-15ec1494039f/go.mod h1:HKQUKIQ5NhzabNMWq9Wczcs5Ksdx4LQ/ISAq4MRqBHQ=
|
|
53
53
|
github.com/libp2p/go-libp2p-testing v0.12.0 h1:EPvBb4kKMWO29qP4mZGyhVzUyR25dvfUIK5WDu6iPUA=
|
|
54
54
|
github.com/libp2p/go-yamux/v4 v4.0.1-0.20220919134236-1c09f2ab3ec1 h1:fxyHejZvFIBqlznQDuHUkw9BThYKyoT3DclP/C2g8Wc=
|
|
55
55
|
github.com/libp2p/go-yamux/v4 v4.0.1-0.20220919134236-1c09f2ab3ec1/go.mod h1:NWjl8ZTLOGlozrXSOZ/HlfG++39iKNnM5wwmtQP1YB4=
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "starpc",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.1",
|
|
4
4
|
"description": "Streaming protobuf RPC service protocol over any two-way channel.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -60,22 +60,22 @@
|
|
|
60
60
|
"singleQuote": true
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@aperturerobotics/ts-common": "^0.
|
|
64
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
65
|
-
"@typescript-eslint/parser": "^5.
|
|
63
|
+
"@aperturerobotics/ts-common": "^0.5.0",
|
|
64
|
+
"@typescript-eslint/eslint-plugin": "^5.59.0",
|
|
65
|
+
"@typescript-eslint/parser": "^5.59.0",
|
|
66
66
|
"bufferutil": "^4.0.7",
|
|
67
67
|
"depcheck": "^1.4.3",
|
|
68
|
-
"esbuild": "^0.17.
|
|
69
|
-
"eslint": "^8.
|
|
68
|
+
"esbuild": "^0.17.17",
|
|
69
|
+
"eslint": "^8.38.0",
|
|
70
70
|
"eslint-config-prettier": "^8.8.0",
|
|
71
71
|
"prettier": "^2.8.7",
|
|
72
|
-
"rimraf": "^
|
|
72
|
+
"rimraf": "^5.0.0",
|
|
73
73
|
"ts-proto": "^1.146.0",
|
|
74
|
-
"typescript": "^5.0.
|
|
74
|
+
"typescript": "^5.0.4",
|
|
75
75
|
"utf-8-validate": "^6.0.3"
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@chainsafe/libp2p-yamux": "^3.0.
|
|
78
|
+
"@chainsafe/libp2p-yamux": "^3.0.10",
|
|
79
79
|
"@libp2p/interface-connection": "^3.1.1",
|
|
80
80
|
"@libp2p/interface-stream-muxer": "^3.0.4",
|
|
81
81
|
"event-iterator": "^2.0.0",
|
|
@@ -86,8 +86,8 @@
|
|
|
86
86
|
"it-pipe": "^2.0.0",
|
|
87
87
|
"it-pushable": "^3.1.2",
|
|
88
88
|
"it-stream-types": "^1.0.5",
|
|
89
|
-
"it-ws": "^
|
|
90
|
-
"long": "^5.2.
|
|
89
|
+
"it-ws": "^6.0.1",
|
|
90
|
+
"long": "^5.2.3",
|
|
91
91
|
"memoize-one": "^6.0.0",
|
|
92
92
|
"patch-package": "^6.5.1",
|
|
93
93
|
"protobufjs": "^7.2.0",
|