Skip to content

Commit

Permalink
Update public suffix list to 6f2b9e75eaf65bb75da83677655a59110088ebc5 (
Browse files Browse the repository at this point in the history
  • Loading branch information
remusao authored Oct 3, 2018
1 parent cd16964 commit d471c33
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 23 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## Change Log

### 3.0.1
### 3.0.2 (2018/10/03 15h46)

- [#6](https://github.com/remusao/tldts/pull/6) Update Public Suffix Lists
* https://github.com/publicsuffix/list/commit/6f2b9e75eaf65bb75da83677655a59110088ebc5

### 3.0.1 (2018/10/02 22:43 +00:00)

- [#5](https://github.com/remusao/tldts/pull/5) Update Public Suffix Lists
* https://github.com/publicsuffix/list/commit/1422e8a1dfa290b11a483ec660435e33841cf96a
Expand Down
2 changes: 1 addition & 1 deletion dist/tldts.es.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tldts.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tldts.min.js

Large diffs are not rendered by default.

15 changes: 0 additions & 15 deletions lib/rules.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8349,9 +8349,6 @@ golf
// goo : 2014-12-18 NTT Resonant Inc.
goo
// goodhands : 2015-07-31 Allstate Fire and Casualty Insurance Company
goodhands
// goodyear : 2015-07-02 The Goodyear Tire & Rubber Company
goodyear
Expand Down Expand Up @@ -8652,9 +8649,6 @@ jewelry
// jio : 2015-04-02 Reliance Industries Limited
jio
// jlc : 2014-12-04 Richemont DNS Inc.
jlc
// jll : 2015-04-02 Jones Lang LaSalle Incorporated
jll
Expand Down Expand Up @@ -9297,9 +9291,6 @@ page
// panasonic : 2015-07-30 Panasonic Corporation
panasonic
// panerai : 2014-11-07 Richemont DNS Inc.
panerai
// paris : 2014-01-30 City of Paris
paris
Expand Down Expand Up @@ -10002,9 +9993,6 @@ tech
// technology : 2013-09-13 Binky Moon, LLC
technology
// telecity : 2015-02-19 TelecityGroup International Limited
telecity
// telefonica : 2014-10-16 Telefónica S.A.
telefonica
Expand Down Expand Up @@ -10212,9 +10200,6 @@ visa
// vision : 2013-12-05 Binky Moon, LLC
vision
// vista : 2014-09-18 Vistaprint Limited
vista
// vistaprint : 2014-09-18 Vistaprint Limited
vistaprint
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tldts",
"description": "Library to work against complex domain names, subdomains and URIs.",
"version": "3.0.1",
"version": "3.0.2",
"homepage": "https://github.com/remusao/tldts",
"author": "Rémi Berson",
"contributors": [
Expand Down Expand Up @@ -34,7 +34,8 @@
"build": "tsc -p . --module ES6 --outDir build",
"bundle": "rollup -c rollup.config.js && google-closure-compiler --js=./dist/tldts.js --js_output_file=./dist/tldts.min.js",
"benchmark": "./bin/benchmark.js",
"test": "jest --coverage"
"test": "jest --coverage",
"all": "npm install && npm run update && npm run clean && npm run build && npm run bundle"
},
"jest": {
"globals": {
Expand Down
2 changes: 1 addition & 1 deletion publicsuffix

0 comments on commit d471c33

Please sign in to comment.