Skip to content

Commit

Permalink
Release new version 2.3.40
Browse files Browse the repository at this point in the history
  • Loading branch information
sammyluo authored and github-actions[bot] committed Dec 2, 2024
1 parent 5699a49 commit c3a662f
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.3.40 - 2024-12-02

- Added supported TLD academy, agency, boomer, boston, chat, club, company, design, email, family, finance, fyi, games, global, guru, hockey, llc, media, miami, money, network, news, rip, rocks, services, social, solutions, studio, systems, tea, team, technology, today, vip, work, world, wtf, zone

## 2.3.39 - 2024-11-25

- Added supported TLD moon
Expand Down
40 changes: 39 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
const udTlds = [
"888",
"academy",
"agency",
"altimist",
"anime",
"austin",
Expand All @@ -10,23 +12,37 @@ const udTlds = [
"bitcoin",
"bitget",
"blockchain",
"boomer",
"boston",
"ca",
"chat",
"chomp",
"clay",
"club",
"co",
"com",
"company",
"crypto",
"dao",
"design",
"dfz",
"digital",
"dream",
"email",
"eth",
"ethermail",
"family",
"farms",
"finance",
"fun",
"fyi",
"games",
"global",
"go",
"group",
"guru",
"hi",
"hockey",
"host",
"info",
"io",
Expand All @@ -36,12 +52,18 @@ const udTlds = [
"lfg",
"life",
"live",
"llc",
"ltd",
"manga",
"media",
"metropolis",
"miami",
"money",
"moon",
"mumu",
"net",
"network",
"news",
"nft",
"online",
"org",
Expand All @@ -53,26 +75,42 @@ const udTlds = [
"pudgy",
"pw",
"raiin",
"rip",
"rocks",
"secret",
"services",
"site",
"smobler",
"social",
"solutions",
"space",
"stepn",
"store",
"studio",
"systems",
"tball",
"tea",
"team",
"tech",
"technology",
"today",
"ubu",
"uno",
"unstoppable",
"vip",
"wallet",
"website",
"wifi",
"witg",
"work",
"world",
"wrkx",
"wtf",
"x",
"xmr",
"xyz",
"zil"
"zil",
"zone"
];

const udResolverKeys = {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unstoppabledomains/tldsresolverkeys",
"version": "2.3.39",
"version": "2.3.40",
"description": "a helper package containing all of the TLDs and Resolver Keys for Unstoppable Domains",
"main": "index.js",
"repository": "https://github.com/unstoppabledomains/tlds-and-resolver-keys-package",
Expand Down

0 comments on commit c3a662f

Please sign in to comment.