Files
zkitter-js/.prettierignore
tsukino 42e294c962 1.1.11 (#4)
* replace bytewise with charwise

* adding chat

* fix build

* fix lint and prettier

* implement direct chat message; add basic queries for chat ids and messages

* linter fix

* publish chat topics

* add Filter type for pubsub and query

* linter fix

* add db for storing own chats

* fix ecdh shared secret

* linter fix

* update types
2023-03-22 13:45:14 +08:00

18 lines
142 B
Plaintext

node_modules
package-lock.json
pnpm-lock.yaml
yarn.lock
test.js
# TS build dir
build
dist
bin
webdev
# Jest
coverage
# JetBrains IDE
.idea