diggy 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "diggy",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Multi-backend DNS resolver for Node.js/Browser — supports dig, DNS over HTTPS, and native Node.js DNS.",
|
|
5
|
-
"repository": "
|
|
5
|
+
"repository": "OzzyCzech/diggy",
|
|
6
|
+
"website": "https://ozzyczech.github.io/diggy/",
|
|
6
7
|
"author": "Roman Ožana <roman@ozana.cz>",
|
|
7
8
|
"keywords": [
|
|
8
9
|
"dns",
|
|
@@ -43,7 +44,7 @@
|
|
|
43
44
|
"docs": "typedoc"
|
|
44
45
|
},
|
|
45
46
|
"devDependencies": {
|
|
46
|
-
"@biomejs/biome": "^2.
|
|
47
|
+
"@biomejs/biome": "^2.2.0",
|
|
47
48
|
"@types/node": "^24.2.1",
|
|
48
49
|
"np": "^10.2.0",
|
|
49
50
|
"tsx": "^4.20.4",
|