Skip to content

Commit 793bc4d

Browse files
committed
Bump version to: v7.0.20 [skip ci]
1 parent 8bc9272 commit 793bc4d

File tree

8 files changed

+24
-24
lines changed

8 files changed

+24
-24
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "yarn",
3-
"version": "7.0.19",
3+
"version": "7.0.20",
44
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
55
}

packages/tldts-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tldts-core",
3-
"version": "7.0.19",
3+
"version": "7.0.20",
44
"description": "tldts core primitives (internal module)",
55
"author": {
66
"name": "Rémi Berson"

packages/tldts-experimental/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tldts-experimental",
3-
"version": "7.0.19",
3+
"version": "7.0.20",
44
"description": "Library to work against complex domain names, subdomains and URIs.",
55
"author": {
66
"name": "Rémi Berson"
@@ -63,11 +63,11 @@
6363
"rimraf": "^5.0.1",
6464
"rollup": "^4.1.0",
6565
"rollup-plugin-sourcemaps2": "^0.5.4",
66-
"tldts-tests": "^7.0.19",
66+
"tldts-tests": "^7.0.20",
6767
"typescript": "^5.0.4"
6868
},
6969
"dependencies": {
70-
"tldts-core": "^7.0.19"
70+
"tldts-core": "^7.0.20"
7171
},
7272
"keywords": [
7373
"tld",

packages/tldts-icann/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tldts-icann",
3-
"version": "7.0.19",
3+
"version": "7.0.20",
44
"description": "Library to work against complex domain names, subdomains and URIs. Only contains ICANN section.",
55
"author": {
66
"name": "Rémi Berson"
@@ -63,11 +63,11 @@
6363
"rimraf": "^5.0.1",
6464
"rollup": "^4.1.0",
6565
"rollup-plugin-sourcemaps2": "^0.5.4",
66-
"tldts-tests": "^7.0.19",
66+
"tldts-tests": "^7.0.20",
6767
"typescript": "^5.0.4"
6868
},
6969
"dependencies": {
70-
"tldts-core": "^7.0.19"
70+
"tldts-core": "^7.0.20"
7171
},
7272
"keywords": [
7373
"tld",

packages/tldts-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tldts-tests",
3-
"version": "7.0.19",
3+
"version": "7.0.20",
44
"description": "tests for different tldts implementations",
55
"author": {
66
"name": "Rémi Berson"
@@ -52,7 +52,7 @@
5252
"devDependencies": {
5353
"@types/node": "^24.3.1",
5454
"rimraf": "^5.0.1",
55-
"tldts-utils": "^7.0.19",
55+
"tldts-utils": "^7.0.20",
5656
"ts-node": "^10.0.0",
5757
"typescript": "^5.0.4"
5858
},

packages/tldts-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tldts-utils",
3-
"version": "7.0.19",
3+
"version": "7.0.20",
44
"description": "tldts internal utils (internal module)",
55
"author": {
66
"name": "Rémi Berson"

packages/tldts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tldts",
3-
"version": "7.0.19",
3+
"version": "7.0.20",
44
"description": "Library to work against complex domain names, subdomains and URIs.",
55
"author": {
66
"name": "Rémi Berson"
@@ -64,11 +64,11 @@
6464
"rimraf": "^5.0.1",
6565
"rollup": "^4.1.0",
6666
"rollup-plugin-sourcemaps2": "^0.5.4",
67-
"tldts-tests": "^7.0.19",
67+
"tldts-tests": "^7.0.20",
6868
"typescript": "^5.0.4"
6969
},
7070
"dependencies": {
71-
"tldts-core": "^7.0.19"
71+
"tldts-core": "^7.0.20"
7272
},
7373
"keywords": [
7474
"tld",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8818,7 +8818,7 @@ __metadata:
88188818
languageName: node
88198819
linkType: hard
88208820

8821-
"tldts-core@npm:^7.0.19, tldts-core@workspace:packages/tldts-core":
8821+
"tldts-core@npm:^7.0.20, tldts-core@workspace:packages/tldts-core":
88228822
version: 0.0.0-use.local
88238823
resolution: "tldts-core@workspace:packages/tldts-core"
88248824
dependencies:
@@ -8853,8 +8853,8 @@ __metadata:
88538853
rimraf: "npm:^5.0.1"
88548854
rollup: "npm:^4.1.0"
88558855
rollup-plugin-sourcemaps2: "npm:^0.5.4"
8856-
tldts-core: "npm:^7.0.19"
8857-
tldts-tests: "npm:^7.0.19"
8856+
tldts-core: "npm:^7.0.20"
8857+
tldts-tests: "npm:^7.0.20"
88588858
typescript: "npm:^5.0.4"
88598859
languageName: unknown
88608860
linkType: soft
@@ -8875,8 +8875,8 @@ __metadata:
88758875
rimraf: "npm:^5.0.1"
88768876
rollup: "npm:^4.1.0"
88778877
rollup-plugin-sourcemaps2: "npm:^0.5.4"
8878-
tldts-core: "npm:^7.0.19"
8879-
tldts-tests: "npm:^7.0.19"
8878+
tldts-core: "npm:^7.0.20"
8879+
tldts-tests: "npm:^7.0.20"
88808880
typescript: "npm:^5.0.4"
88818881
languageName: unknown
88828882
linkType: soft
@@ -8898,7 +8898,7 @@ __metadata:
88988898
languageName: unknown
88998899
linkType: soft
89008900

8901-
"tldts-tests@npm:^7.0.19, tldts-tests@workspace:packages/tldts-tests":
8901+
"tldts-tests@npm:^7.0.20, tldts-tests@workspace:packages/tldts-tests":
89028902
version: 0.0.0-use.local
89038903
resolution: "tldts-tests@workspace:packages/tldts-tests"
89048904
dependencies:
@@ -8908,13 +8908,13 @@ __metadata:
89088908
chai: "npm:^4.4.1"
89098909
mocha: "npm:^11.0.1"
89108910
rimraf: "npm:^5.0.1"
8911-
tldts-utils: "npm:^7.0.19"
8911+
tldts-utils: "npm:^7.0.20"
89128912
ts-node: "npm:^10.0.0"
89138913
typescript: "npm:^5.0.4"
89148914
languageName: unknown
89158915
linkType: soft
89168916

8917-
"tldts-utils@npm:^7.0.19, tldts-utils@workspace:packages/tldts-utils":
8917+
"tldts-utils@npm:^7.0.20, tldts-utils@workspace:packages/tldts-utils":
89188918
version: 0.0.0-use.local
89198919
resolution: "tldts-utils@workspace:packages/tldts-utils"
89208920
dependencies:
@@ -8952,8 +8952,8 @@ __metadata:
89528952
rimraf: "npm:^5.0.1"
89538953
rollup: "npm:^4.1.0"
89548954
rollup-plugin-sourcemaps2: "npm:^0.5.4"
8955-
tldts-core: "npm:^7.0.19"
8956-
tldts-tests: "npm:^7.0.19"
8955+
tldts-core: "npm:^7.0.20"
8956+
tldts-tests: "npm:^7.0.20"
89578957
typescript: "npm:^5.0.4"
89588958
bin:
89598959
tldts: bin/cli.js

0 commit comments

Comments
 (0)