starpc 0.32.13 → 0.32.14

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,4 +1,3 @@
1
- /// <reference types="ws" />
2
1
  import { Direction } from '@libp2p/interface';
3
2
  import type WebSocket from '@aptre/it-ws/web-socket';
4
3
  import { StreamConn } from './conn.js';
package/go.mod CHANGED
@@ -13,7 +13,7 @@ replace nhooyr.io/websocket => github.com/paralin/nhooyr-websocket v1.8.12-0.202
13
13
 
14
14
  require (
15
15
  github.com/aperturerobotics/protobuf-go-lite v0.6.5 // latest
16
- github.com/aperturerobotics/util v1.23.5 // latest
16
+ github.com/aperturerobotics/util v1.23.7 // latest
17
17
  )
18
18
 
19
19
  require (
@@ -42,7 +42,7 @@ require (
42
42
  github.com/multiformats/go-varint v0.0.7 // indirect
43
43
  github.com/spaolacci/murmur3 v1.1.0 // indirect
44
44
  golang.org/x/crypto v0.19.0 // indirect
45
- golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
45
+ golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
46
46
  golang.org/x/sys v0.18.0 // indirect
47
47
  lukechampine.com/blake3 v1.2.1 // indirect
48
48
  )
package/go.sum CHANGED
@@ -6,6 +6,8 @@ github.com/aperturerobotics/protobuf-go-lite v0.6.5 h1:AuPPcZ7ZaJe9ZYYC4gF7/5/Xb
6
6
  github.com/aperturerobotics/protobuf-go-lite v0.6.5/go.mod h1:YTbfnUj3feSULhs8VgepAHFnF3wUc0CPj4jd2axy21I=
7
7
  github.com/aperturerobotics/util v1.23.5 h1:OkqrAI3fJGwNyMk7WNpYZD9CvkTemxSZinqb1RzFvHY=
8
8
  github.com/aperturerobotics/util v1.23.5/go.mod h1:SBLeMheuujF7z+CZM58iPV9yvEwDiHrPIWUjdf0vVFY=
9
+ github.com/aperturerobotics/util v1.23.7 h1:DERV75zYLRn4BTS0vMFkitWJhUg7VGG5UyJq2Frf3iI=
10
+ github.com/aperturerobotics/util v1.23.7/go.mod h1:wpjaPlljanWro3pyt7/9Ja0mvFH26XL6MKsJSzF8s2Q=
9
11
  github.com/cloudflare/circl v1.3.8 h1:j+V8jJt09PoeMFIu2uh5JUyEaIHTXVOHslFoLNAKqwI=
10
12
  github.com/cloudflare/circl v1.3.8/go.mod h1:PDRU+oXvdD7KCtgKxW95M5Z8BpSCJXQORiZFnBQS5QU=
11
13
  github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
@@ -59,6 +61,8 @@ golang.org/x/crypto v0.19.0 h1:ENy+Az/9Y1vSrlrvBSyna3PITt4tiZLf7sgCjZBX7Wo=
59
61
  golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU=
60
62
  golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 h1:vr/HnozRka3pE4EsMEg1lgkXJkTFJCVUX+S/ZT6wYzM=
61
63
  golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842/go.mod h1:XtvwrStGgqGPLc4cjQfWqZHG1YFdYs6swckp8vpsjnc=
64
+ golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 h1:yixxcjnhBmY0nkL253HFVIm0JsFHwrHdT3Yh6szTnfY=
65
+ golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8/go.mod h1:jj3sYF3dwk5D+ghuXyeI3r5MFf+NT2An6/9dOA95KSI=
62
66
  golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
63
67
  golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
64
68
  golang.org/x/sys v0.18.0 h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "starpc",
3
- "version": "0.32.13",
3
+ "version": "0.32.14",
4
4
  "description": "Streaming protobuf RPC service protocol over any two-way channel.",
5
5
  "license": "MIT",
6
6
  "author": {
@@ -82,8 +82,8 @@
82
82
  "./{srpc,echo,e2e,integration,rpcstream,cmd}/**/(*.ts|*.tsx|*.html|*.css)": "prettier --config .prettierrc.yaml --write"
83
83
  },
84
84
  "devDependencies": {
85
- "@typescript-eslint/eslint-plugin": "^7.9.0",
86
- "@typescript-eslint/parser": "^7.9.0",
85
+ "@typescript-eslint/eslint-plugin": "^7.14.1",
86
+ "@typescript-eslint/parser": "^7.14.1",
87
87
  "depcheck": "^1.4.6",
88
88
  "esbuild": "^0.21.3",
89
89
  "eslint": "^9.1.1",
@@ -92,11 +92,11 @@
92
92
  "pre-commit": "^1.2.2",
93
93
  "prettier": "^3.2.4",
94
94
  "rimraf": "^5.0.7",
95
- "tsx": "^4.10.2",
96
- "typescript": "^5.3.2"
95
+ "tsx": "^4.15.7",
96
+ "typescript": "^5.5.2"
97
97
  },
98
98
  "dependencies": {
99
- "@aptre/it-ws": "^1.0.0",
99
+ "@aptre/it-ws": "^1.0.1",
100
100
  "@aptre/protobuf-es-lite": "^0.4.5",
101
101
  "@chainsafe/libp2p-yamux": "^6.0.2",
102
102
  "@libp2p/interface": "^1.3.1",