Update listener-rss package to 0.0.3

This commit is contained in:
Amaury
2021-07-06 15:14:43 +02:00
parent b4e04b8f21
commit 14b2df7bdc
6 changed files with 58 additions and 43 deletions

View File

@ -1,6 +1,6 @@
{
"name": "listener-rss-agregator",
"version": "0.0.2",
"version": "0.0.3",
"description": "",
"main": "build/index.js",
"types": "build/index.d.ts",
@ -39,8 +39,8 @@
"mocha": "^8.2.1",
"nock": "^13.0.11",
"prettier": "2.2.1",
"sinon-chai": "^3.5.0",
"sinon": "~11.1.1",
"sinon-chai": "^3.5.0",
"tmp-promise": "^3.0.2",
"ts-node": "9.1.1",
"ts-sinon": "2.0.1",
@ -48,6 +48,6 @@
},
"dependencies": {
"@databases/sqlite": "^3.0.0",
"listener-rss": "^0.0.1"
"listener-rss": "^0.0.3"
}
}