global-tld-list 1.16.7 → 1.16.9
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/.husky/commit-msg +0 -3
- package/.husky/pre-commit +0 -3
- package/CHANGELOG.md +9 -0
- package/package.json +16 -16
package/.husky/commit-msg
CHANGED
package/.husky/pre-commit
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### 1.16.9 (2024-07-23)
|
|
6
|
+
|
|
7
|
+
### 1.16.8 (2024-07-22)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* husky commit msg ([6b3ce12](https://github.com/mastermunj/global-tld-list/commit/6b3ce1230c98a56f055f8420775e64538dc8fbd2))
|
|
13
|
+
|
|
5
14
|
### 1.16.7 (2024-07-18)
|
|
6
15
|
|
|
7
16
|
### 1.16.6 (2024-07-17)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "global-tld-list",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.9",
|
|
4
4
|
"description": "List of Global TLDs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tld",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"generate": "node dist/generate.js",
|
|
29
29
|
"lint": "eslint --ext .ts .",
|
|
30
30
|
"lint:fix": "npm run lint -- --fix",
|
|
31
|
-
"prepare": "husky
|
|
31
|
+
"prepare": "husky",
|
|
32
32
|
"release": "standard-version",
|
|
33
33
|
"release:mock": "npm run release -- --dry-run",
|
|
34
34
|
"test": "jest --detectOpenHandles --coverage",
|
|
@@ -40,28 +40,28 @@
|
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@commitlint/cli": "^19.
|
|
44
|
-
"@commitlint/config-conventional": "^19.
|
|
43
|
+
"@commitlint/cli": "^19.3.0",
|
|
44
|
+
"@commitlint/config-conventional": "^19.2.2",
|
|
45
45
|
"@types/axios": "^0.14.0",
|
|
46
46
|
"@types/jest": "^29.5.12",
|
|
47
|
-
"@types/node": "^20.11
|
|
48
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
49
|
-
"@typescript-eslint/parser": "^7.
|
|
50
|
-
"axios": "^1.
|
|
47
|
+
"@types/node": "^20.14.11",
|
|
48
|
+
"@typescript-eslint/eslint-plugin": "^7.16.1",
|
|
49
|
+
"@typescript-eslint/parser": "^7.16.1",
|
|
50
|
+
"axios": "^1.7.2",
|
|
51
51
|
"cz-conventional-changelog": "^3.3.0",
|
|
52
52
|
"eslint": "^8.57.0",
|
|
53
53
|
"eslint-config-prettier": "^9.1.0",
|
|
54
|
-
"eslint-plugin-jest": "^28.
|
|
55
|
-
"eslint-plugin-prettier": "^5.1
|
|
56
|
-
"husky": "^9.
|
|
54
|
+
"eslint-plugin-jest": "^28.6.0",
|
|
55
|
+
"eslint-plugin-prettier": "^5.2.1",
|
|
56
|
+
"husky": "^9.1.1",
|
|
57
57
|
"jest": "^29.7.0",
|
|
58
|
-
"lint-staged": "^15.2.
|
|
59
|
-
"prettier": "^3.
|
|
58
|
+
"lint-staged": "^15.2.7",
|
|
59
|
+
"prettier": "^3.3.3",
|
|
60
60
|
"punycode": "^2.3.1",
|
|
61
|
-
"rimraf": "^6.0.
|
|
61
|
+
"rimraf": "^6.0.1",
|
|
62
62
|
"sort-package-json": "^1.55.0",
|
|
63
63
|
"standard-version": "^9.5.0",
|
|
64
|
-
"ts-jest": "^29.
|
|
65
|
-
"typescript": "^5.
|
|
64
|
+
"ts-jest": "^29.2.3",
|
|
65
|
+
"typescript": "^5.5.3"
|
|
66
66
|
}
|
|
67
67
|
}
|