starpc 0.19.2 → 0.20.0

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.
@@ -1,3 +1,4 @@
1
+ /// <reference types="ws" />
1
2
  import { Direction } from '@libp2p/interface-connection';
2
3
  import type WebSocket from 'isomorphic-ws';
3
4
  import { Conn } from './conn.js';
package/go.mod CHANGED
@@ -10,7 +10,7 @@ require (
10
10
 
11
11
  require (
12
12
  github.com/aperturerobotics/util v1.5.4 // latest
13
- github.com/libp2p/go-libp2p v0.28.0 // latest
13
+ github.com/libp2p/go-libp2p v0.28.2 // latest
14
14
  github.com/libp2p/go-yamux/v4 v4.0.1 // master
15
15
  github.com/sirupsen/logrus v1.9.3 // latest
16
16
  )
package/go.sum CHANGED
@@ -48,6 +48,8 @@ github.com/libp2p/go-buffer-pool v0.1.0 h1:oK4mSFcQz7cTQIfqbe4MIj9gLW+mnanjyFtc6
48
48
  github.com/libp2p/go-buffer-pool v0.1.0/go.mod h1:N+vh8gMqimBzdKkSMVuydVDq+UV5QTWy5HSiZacSbPg=
49
49
  github.com/libp2p/go-libp2p v0.28.0 h1:zO8cY98nJiPzZpFv5w5gqqb8aVzt4ukQ0nVOSaaKhJ8=
50
50
  github.com/libp2p/go-libp2p v0.28.0/go.mod h1:s3Xabc9LSwOcnv9UD4nORnXKTsWkPMkIMB/JIGXVnzk=
51
+ github.com/libp2p/go-libp2p v0.28.2 h1:lO/g0ccVru6nUVHyLE7C1VRr7B2AFp9cvHhf+l+Te6w=
52
+ github.com/libp2p/go-libp2p v0.28.2/go.mod h1:fOLgCNgLiWFdmtXyQBwmuCpukaYOA+yw4rnBiScDNmI=
51
53
  github.com/libp2p/go-libp2p-testing v0.12.0 h1:EPvBb4kKMWO29qP4mZGyhVzUyR25dvfUIK5WDu6iPUA=
52
54
  github.com/libp2p/go-yamux/v4 v4.0.1 h1:FfDR4S1wj6Bw2Pqbc8Uz7pCxeRBPbwsBbEdfwiCypkQ=
53
55
  github.com/libp2p/go-yamux/v4 v4.0.1/go.mod h1:NWjl8ZTLOGlozrXSOZ/HlfG++39iKNnM5wwmtQP1YB4=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "starpc",
3
- "version": "0.19.2",
3
+ "version": "0.20.0",
4
4
  "description": "Streaming protobuf RPC service protocol over any two-way channel.",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -60,18 +60,18 @@
60
60
  "singleQuote": true
61
61
  },
62
62
  "devDependencies": {
63
- "@aperturerobotics/ts-common": "^0.5.0",
64
- "@typescript-eslint/eslint-plugin": "^5.59.11",
65
- "@typescript-eslint/parser": "^5.59.11",
63
+ "@aperturerobotics/ts-common": "^0.6.4",
64
+ "@typescript-eslint/eslint-plugin": "^6.4.1",
65
+ "@typescript-eslint/parser": "^6.4.1",
66
66
  "bufferutil": "^4.0.7",
67
- "depcheck": "^1.4.3",
68
- "esbuild": "^0.18.2",
69
- "eslint": "^8.42.0",
70
- "eslint-config-prettier": "^8.8.0",
71
- "prettier": "^2.8.8",
67
+ "depcheck": "^1.4.5",
68
+ "esbuild": "^0.19.2",
69
+ "eslint": "^8.47.0",
70
+ "eslint-config-prettier": "^9.0.0",
71
+ "prettier": "^3.0.2",
72
72
  "rimraf": "^5.0.1",
73
- "ts-proto": "^1.148.2",
74
- "typescript": "^5.1.3",
73
+ "ts-proto": "^1.156.7",
74
+ "typescript": "^5.1.6",
75
75
  "utf-8-validate": "^6.0.3"
76
76
  },
77
77
  "dependencies": {
@@ -86,10 +86,10 @@
86
86
  "it-pipe": "^2.0.0",
87
87
  "it-pushable": "^3.1.3",
88
88
  "it-stream-types": "^1.0.5",
89
- "it-ws": "^6.0.1",
89
+ "it-ws": "^6.0.5",
90
90
  "long": "^5.2.3",
91
91
  "memoize-one": "^6.0.0",
92
- "patch-package": "^6.5.1",
92
+ "patch-package": "^8.0.0",
93
93
  "protobufjs": "^7.2.0",
94
94
  "uint8arraylist": "^2.4.3",
95
95
  "ws": "^8.13.0"