global-tld-list 0.0.653 → 0.0.657

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/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
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
+ ### 0.0.657 (2022-02-22)
6
+
7
+ ### 0.0.656 (2022-02-21)
8
+
9
+ ### 0.0.655 (2022-02-20)
10
+
11
+ ### 0.0.654 (2022-02-19)
12
+
13
+
14
+ ### Features
15
+
16
+ * generate new TLD list ([4ef98b4](https://github.com/mastermunj/global-tld-list/commit/4ef98b425124aca32ae6491be64a3aafae1cbcda))
17
+
5
18
  ### 0.0.653 (2022-02-18)
6
19
 
7
20
  ### 0.0.652 (2022-02-17)
package/dist/index.js CHANGED
@@ -179,7 +179,6 @@ exports.TLDs = [
179
179
  'brussels',
180
180
  'bs',
181
181
  'bt',
182
- 'budapest',
183
182
  'bugatti',
184
183
  'build',
185
184
  'builders',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "global-tld-list",
3
- "version": "0.0.653",
3
+ "version": "0.0.657",
4
4
  "description": "List of Global TLDs",
5
5
  "keywords": [
6
6
  "tld",
package/src/index.ts CHANGED
@@ -176,7 +176,6 @@ export const TLDs = [
176
176
  'brussels',
177
177
  'bs',
178
178
  'bt',
179
- 'budapest',
180
179
  'bugatti',
181
180
  'build',
182
181
  'builders',