Compare commits

..

4 Commits

Author SHA1 Message Date
a1203366d7 4.0.6 2021-01-22 22:20:40 +00:00
0deb77cda8 fix(core): update 2021-01-22 22:20:39 +00:00
ed8b7ec65a 4.0.5 2021-01-22 20:37:52 +00:00
6cfc12f83f fix(core): update 2021-01-22 20:37:51 +00:00
3 changed files with 1618 additions and 1449 deletions

3064
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartdns",
"version": "4.0.4",
"version": "4.0.6",
"private": false,
"description": "smart dns methods written in TypeScript",
"main": "dist_ts/index.js",

View File

@ -13,3 +13,4 @@ export { smartdelay, smartpromise, smartrequest };
import * as tsclass from '@tsclass/tsclass';
export { tsclass };