ts-retry-decorator
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "ts-retry-decorator", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": "Ivan Surkov <panarama360@gmail.com>", | ||
@@ -8,3 +8,12 @@ "main": "build/index.js", | ||
"repository": "git@github.com:panarama360/ts-retry-decorator", | ||
"keywords": ["retry","repeat","replay","typescript","decorator","decorators","ts","annotation"], | ||
"keywords": [ | ||
"retry", | ||
"repeat", | ||
"replay", | ||
"typescript", | ||
"decorator", | ||
"decorators", | ||
"ts", | ||
"annotation" | ||
], | ||
"dependencies": { | ||
@@ -11,0 +20,0 @@ "promise-retry": "^1.1.1" |
13048