FakeClyde (plugin) and sendBotMessage (API addition) (#66)

Co-authored-by: Ven <vendicated@riseup.net>
This commit is contained in:
Berlin 2022-10-12 18:19:42 +02:00 committed by GitHub
parent 09b3f6d19b
commit ebe62a1790
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 53 additions and 3 deletions

7
pnpm-lock.yaml generated
View file

@ -11,6 +11,7 @@ specifiers:
esbuild: ^0.15.5
eslint: ^8.24.0
standalone-electron-types: ^1.0.0
type-fest: ^3.1.0
typescript: ^4.8.4
yazl: ^2.5.1
@ -27,6 +28,7 @@ devDependencies:
esbuild: 0.15.5
eslint: 8.24.0
standalone-electron-types: 1.0.0
type-fest: 3.1.0
typescript: 4.8.4
yazl: 2.5.1
@ -1190,6 +1192,11 @@ packages:
engines: {node: '>=10'}
dev: true
/type-fest/3.1.0:
resolution: {integrity: sha512-StmrZmK3eD9mDF9Vt7UhqthrDSk66O9iYl5t5a0TSoVkHjl0XZx/xuc/BRz4urAXXGHOY5OLsE0RdJFIApSFmw==}
engines: {node: '>=14.16'}
dev: true
/typescript/4.8.4:
resolution: {integrity: sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==}
engines: {node: '>=4.2.0'}