Compare commits

..

19 Commits

Author SHA1 Message Date
Zack Schuster d8980abc86 chore: upgrade deps 2022-05-11 10:19:19 -07:00
Zack Schuster d40f98ea33 chore: delete gitattributes 2022-05-11 10:19:19 -07:00
Zack Schuster 307e32db93 test: enable worker threads 2022-05-11 10:19:19 -07:00
Zack Schuster 13109a6575 smtp/message: make chunk const types more strict 2022-05-11 10:19:19 -07:00
Zack Schuster a5ff7bd85e chore: remove jsdoc bureaucracy 2022-05-11 10:19:19 -07:00
Zack Schuster dd3db098c0 build: use default import of module package 2022-05-11 10:19:19 -07:00
Zack Schuster 85c381fda3 build: enable no-undef lint rule in bundle 2022-05-11 10:19:19 -07:00
Zack Schuster d3c48660f0 smtp/client: fix last type error in bundle 2022-05-11 10:19:19 -07:00
Zack Schuster f385fe735c smtp/address: convert address to array when tokenizing 2022-05-11 10:19:19 -07:00
Zack Schuster 5c2bbb211c smtp/message: add type check to helper function 2022-05-11 10:19:19 -07:00
Zack Schuster 0bc584e794 chore: run linter on bundle prior to publish 2022-05-11 10:19:19 -07:00
Zack Schuster 81c17abe19 smtp/client: fix type error in bundle 2022-05-11 10:19:19 -07:00
Zack Schuster 80f53fd8be smtp/client: fix MessageStack type 2022-05-11 10:19:19 -07:00
Zack Schuster 87b51595dc chore: add jsdoc comments 2022-05-11 10:19:19 -07:00
Zack Schuster 8b33fed186 chore: upgrade deps 2022-05-11 10:19:19 -07:00
Zack Schuster 33748993d3 test/message: create new client for each request 2022-05-11 10:19:19 -07:00
Zack Schuster 363dad89a3 test/queue: improve logging & increase client timeout 2022-05-11 10:19:19 -07:00
Zack Schuster 33d329d43e test/queue: refactor to differentiate between successful and failed task attempts 2022-05-11 10:19:19 -07:00
Zack Schuster f8794d6de5 chore: update readme 2022-05-11 10:19:19 -07:00
1 changed files with 2 additions and 2 deletions

View File

@ -30,13 +30,13 @@ issues and pull requests are welcome!
### Setup
#### node 14+
```console
$ corepack prepare # if yarn is not installed
$ corepack enable yarn # if necessary to install or update
$ yarn
```
#### node 12
```console
$ npm install --global yarn # if yarn is not installed; see https://classic.yarnpkg.com/en/docs/install
$ npm install --global yarn # if necessary to install or update; see https://classic.yarnpkg.com/en/docs/install
$ yarn
```