Skip to content

Commit

Permalink
Using latest tslog version
Browse files Browse the repository at this point in the history
  • Loading branch information
chamorin committed Jun 2, 2023
1 parent c84b18f commit 5aea0cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ npm install substreams-sink
### Features

- [x] includes [Commander.js](https://github.com/tj/commander.js/) helper CLI
- [x] includes [Winston](https://github.com/winstonjs/winston) helper logger
- [x] includes [tslog](https://github.com/fullstack-build/tslog) helper logger
- [x] includes **Substreams** `run()` helper method & `RunOptions` interface
- [x] handle reading/saving **Substreams** `cursor.lock` file
- [x] reads `SUBSTREAMS_API_TOKEN` from `.env` file
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "substreams-sink",
"version": "0.3.8",
"version": "0.3.9",
"description": "Substreams Sink",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
"dotenv": "latest",
"prom-client": "^14.2.0",
"substreams": "^0.7.2",
"tslog": "^4.8.2"
"tslog": "latest"
},
"devDependencies": {
"@tsconfig/recommended": "latest",
Expand Down

0 comments on commit 5aea0cd

Please sign in to comment.