@yarigai/iana-tlds 1.0.3 → 1.0.5
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/README.md +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@yarigai/iana-tlds)
|
|
4
4
|
[](LICENSE)
|
|
5
|
-
[](https://github.com/yarigai/iana-tlds/actions/workflows/ci.yml)
|
|
6
6
|
[](https://data.iana.org/TLD/tlds-alpha-by-domain.txt)
|
|
7
7
|
|
|
8
8
|
Always up-to-date IANA TLD list for domain validation in production systems.
|
|
@@ -131,7 +131,7 @@ pnpm run build
|
|
|
131
131
|
## Contributing
|
|
132
132
|
|
|
133
133
|
Bug reports and pull requests are welcome at
|
|
134
|
-
[
|
|
134
|
+
[github.com/yarigai/iana-tlds](https://github.com/yarigai/iana-tlds).
|
|
135
135
|
|
|
136
136
|
Please open an issue first for non-trivial changes.
|
|
137
137
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yarigai/iana-tlds",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "Always up-to-date list of valid Top-Level Domains (TLDs) sourced directly from IANA",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
],
|
|
36
36
|
"author": {
|
|
37
37
|
"name": "Yarigai",
|
|
38
|
-
"email": "
|
|
38
|
+
"email": "hola@yarigai.mx",
|
|
39
39
|
"url": "https://yarigai.mx"
|
|
40
40
|
},
|
|
41
41
|
"funding": {
|
|
@@ -45,12 +45,12 @@
|
|
|
45
45
|
"license": "MIT",
|
|
46
46
|
"repository": {
|
|
47
47
|
"type": "git",
|
|
48
|
-
"url": "https://
|
|
48
|
+
"url": "https://github.com/yarigai/iana-tlds.git"
|
|
49
49
|
},
|
|
50
50
|
"bugs": {
|
|
51
|
-
"url": "https://
|
|
51
|
+
"url": "https://github.com/yarigai/iana-tlds/issues"
|
|
52
52
|
},
|
|
53
|
-
"homepage": "https://
|
|
53
|
+
"homepage": "https://github.com/yarigai/iana-tlds#readme",
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public"
|
|
56
56
|
},
|