feat: add authentication #5
Annotations
10 errors and 1 warning
Typecheck:
src/authentication.ts#L3
Cannot find module './helpers' or its corresponding type declarations.
|
Typecheck:
test/index.test.ts#L26
Property 'majorVersion' does not exist on type 'HeaderDecodeReturn'.
|
Typecheck:
test/index.test.ts#L27
Property 'minorVersion' does not exist on type 'HeaderDecodeReturn'.
|
Typecheck:
test/index.test.ts#L28
Property 'type' does not exist on type 'HeaderDecodeReturn'.
|
Typecheck:
test/index.test.ts#L29
Property 'seqNo' does not exist on type 'HeaderDecodeReturn'.
|
Typecheck:
test/index.test.ts#L30
Property 'flags' does not exist on type 'HeaderDecodeReturn'.
|
Typecheck:
test/index.test.ts#L31
Property 'sessionId' does not exist on type 'HeaderDecodeReturn'.
|
Typecheck:
test/index.test.ts#L32
Property 'length' does not exist on type 'HeaderDecodeReturn'.
|
Typecheck:
test/index.test.ts#L34
Property 'isEncrypted' does not exist on type 'HeaderDecodeReturn'.
|
Typecheck:
test/index.test.ts#L35
Property 'isSingleConnection' does not exist on type 'HeaderDecodeReturn'.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading