Skip to content

Commit

Permalink
Update upstream public suffix list (#2205)
Browse files Browse the repository at this point in the history
* Update upstream public suffix list

* Clean-up

* Fix updates

---------

Co-authored-by: remusao <[email protected]>
  • Loading branch information
remusao and remusao authored Nov 7, 2024
1 parent 939c93f commit 639a8d5
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ node_modules/

bench/requests.json

.nx/cache
.nx/cache
.nx/workspace-data
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"lint": "eslint --config .eslintrc.cjs .",
"test": "lerna run --concurrency 2 test",
"bench": "make -C bench",
"update": "git submodule foreach git pull origin master && ts-node -O '{\"module\": \"commonjs\"}' ./packages/tldts-utils/bin/update.js",
"update": "git submodule foreach git pull origin main && ts-node -O '{\"module\": \"commonjs\"}' ./packages/tldts-utils/bin/update.js",
"release": "auto shipit"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/tldts-experimental/src/data/hashes.ts

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions packages/tldts-icann/src/data/trie.ts

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/tldts/src/data/trie.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion publicsuffix

0 comments on commit 639a8d5

Please sign in to comment.