feat!: update to [email protected] #474
js-test-and-release.yml
on: pull_request
check
1m 12s
Matrix: test-node
test-chrome
0s
test-chrome-webworker
0s
test-firefox
0s
test-firefox-webworker
0s
test-electron-main
0s
test-electron-renderer
0s
test-interop
0s
release
0s
Annotations
10 errors
check:
src/index.ts#L16
Type '(components: NoiseComponents) => Noise' is not assignable to type '(components: NoiseComponents) => ConnectionEncrypter<NoiseExtensions>'.
|
check:
src/noise.ts#L1
Module '"@libp2p/crypto/keys"' has no exported member 'publicKeyFromProtobuf'.
|
check:
src/noise.ts#L3
'"@libp2p/peer-id"' has no exported member named 'peerIdFromPublicKey'. Did you mean 'peerIdFromKeys'?
|
check:
src/noise.ts#L77
Property 'secureOutbound' in type 'Noise' is not assignable to the same property in base type 'INoiseConnection'.
|
check:
src/noise.ts#L90
Argument of type 'Uint8Array | undefined' is not assignable to parameter of type 'PublicKey<"Ed25519"> | undefined'.
|
check:
src/noise.ts#L115
Property 'secureInbound' in type 'Noise' is not assignable to the same property in base type 'INoiseConnection'.
|
check:
src/noise.ts#L128
Argument of type 'Uint8Array | undefined' is not assignable to parameter of type 'PublicKey<"Ed25519"> | undefined'.
|
check:
src/utils.ts#L1
Module '"@libp2p/crypto/keys"' has no exported member 'publicKeyFromProtobuf'.
|
check:
src/utils.ts#L1
Module '"@libp2p/crypto/keys"' has no exported member 'publicKeyToProtobuf'.
|
check:
src/utils.ts#L16
Property 'publicKey' does not exist on type 'PrivateKey<"Ed25519">'. Did you mean 'public'?
|