fix(core): update

This commit is contained in:
2023-10-06 11:10:13 +02:00
parent b6d5f61f3c
commit 83a851a6aa
7 changed files with 2010 additions and 862 deletions
+10 -12
View File
@@ -1,5 +1,5 @@
{
"name": "@pushrocks/smartwhois",
"name": "@push.rocks/smartwhois",
"version": "1.0.14",
"private": false,
"description": "a package for dealing with whois requests",
@@ -10,21 +10,19 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "(tsdoc)"
"build": "(tsbuild --web --allowimplicitany)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.65",
"@gitzone/tsbundle": "^2.0.7",
"@gitzone/tsdoc": "^1.1.12",
"@gitzone/tsrun": "^1.2.39",
"@gitzone/tstest": "^1.0.74",
"@pushrocks/tapbundle": "^5.0.4",
"@git.zone/tsbuild": "^2.1.65",
"@git.zone/tsbundle": "^2.0.7",
"@git.zone/tsrun": "^1.2.39",
"@git.zone/tstest": "^1.0.74",
"@push.rocks/tapbundle": "^5.0.4",
"@types/node": "^18.15.11"
},
"dependencies": {
"@pushrocks/smartrequest": "^2.0.15",
"@pushrocks/smarturl": "^3.0.6",
"@push.rocks/smartrequest": "^2.0.15",
"@push.rocks/smarturl": "^3.0.6",
"@tsclass/tsclass": "^4.0.38",
"tldts": "^6.0.3",
"whoiser": "^1.16.0"
@@ -44,4 +42,4 @@
"npmextra.json",
"readme.md"
]
}
}