feat: V3 only dms #849
Annotations
12 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run npm run eslint:
src/index.ts#L9
`./lib/ConsentListEntry` import should occur before import of `./lib/Signer`
|
Run npm run eslint:
src/index.ts#L10
`./lib/ContentCodec` import should occur before import of `./lib/Signer`
|
Run npm run eslint:
src/index.ts#L16
`./lib/Conversation` import should occur before import of `./lib/Signer`
|
Run npm run eslint:
src/index.ts#L17
`./lib/ConversationContainer` import should occur before import of `./lib/Signer`
|
Run npm run eslint:
src/index.ts#L21
`./lib/DecodedMessage` import should occur before import of `./lib/Signer`
|
Run npm run eslint:
src/index.ts#L22
`./lib/Group` import should occur before import of `./lib/Signer`
|
Run npm run eslint:
src/index.ts#L23
`./lib/InboxState` import should occur before import of `./lib/Signer`
|
Run npm run eslint:
src/index.ts#L24
`./lib/Member` import should occur before import of `./lib/Signer`
|
Run npm run eslint:
src/index.ts#L25
`./lib/Query` type import should occur before import of `./lib/Signer`
|
Run npm run eslint:
src/index.ts#L31
`./lib/Dm` import should occur before import of `./lib/Signer`
|
Loading