BREAKING CHANGE(package): update to new packagename and improve record retrieval

This commit is contained in:
2018-05-13 15:51:04 +02:00
parent 3e45a24750
commit 4ada87a945
13 changed files with 365 additions and 620 deletions

View File

@@ -1,11 +1,12 @@
{
"name": "dnsly",
"name": "@pushrocks/smartdns",
"version": "2.0.10",
"description": "smart dns methods written in TypeScript",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
"test": "(ts-node -O '{\"lib\": [ \"es2015\" ]}' test/test.ts)",
"build": "(npmts)"
},
"repository": {
"type": "git",
@@ -24,11 +25,11 @@
"homepage": "https://gitlab.com/pushrocks/dnsly#README",
"dependencies": {
"beautylog": "^6.1.10",
"smartdelay": "^1.0.3",
"smartq": "^1.1.6",
"typings-global": "^1.0.20"
"smartdelay": "^1.0.4",
"smartq": "^1.1.8"
},
"devDependencies": {
"tapbundle": "^1.1.1"
"@types/node": "^10.0.8",
"tapbundle": "^2.0.0"
}
}