Skip to content

Commit 1dd6d39

Browse files
committed
Bump version to: v7.0.21 [skip ci]
1 parent 58be8dc commit 1dd6d39

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.20",
3+
"version": "7.0.21",
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.20",
3+
"version": "7.0.21",
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.20",
3+
"version": "7.0.21",
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.10",
6464
"rollup": "^4.57.1",
6565
"rollup-plugin-sourcemaps2": "^0.5.4",
66-
"tldts-tests": "^7.0.20",
66+
"tldts-tests": "^7.0.21",
6767
"typescript": "^5.5.4"
6868
},
6969
"dependencies": {
70-
"tldts-core": "^7.0.20"
70+
"tldts-core": "^7.0.21"
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.20",
3+
"version": "7.0.21",
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.10",
6464
"rollup": "^4.57.1",
6565
"rollup-plugin-sourcemaps2": "^0.5.4",
66-
"tldts-tests": "^7.0.20",
66+
"tldts-tests": "^7.0.21",
6767
"typescript": "^5.5.4"
6868
},
6969
"dependencies": {
70-
"tldts-core": "^7.0.20"
70+
"tldts-core": "^7.0.21"
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.20",
3+
"version": "7.0.21",
44
"description": "tests for different tldts implementations",
55
"author": {
66
"name": "Rémi Berson"
@@ -52,7 +52,7 @@
5252
"devDependencies": {
5353
"@types/node": "^24.10.9",
5454
"rimraf": "^5.0.10",
55-
"tldts-utils": "^7.0.20",
55+
"tldts-utils": "^7.0.21",
5656
"ts-node": "^10.9.2",
5757
"typescript": "^5.5.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.20",
3+
"version": "7.0.21",
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.20",
3+
"version": "7.0.21",
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.10",
6565
"rollup": "^4.57.1",
6666
"rollup-plugin-sourcemaps2": "^0.5.4",
67-
"tldts-tests": "^7.0.20",
67+
"tldts-tests": "^7.0.21",
6868
"typescript": "^5.5.4"
6969
},
7070
"dependencies": {
71-
"tldts-core": "^7.0.20"
71+
"tldts-core": "^7.0.21"
7272
},
7373
"keywords": [
7474
"tld",

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8851,7 +8851,7 @@ __metadata:
88518851
languageName: node
88528852
linkType: hard
88538853

8854-
"tldts-core@npm:^7.0.20, tldts-core@workspace:packages/tldts-core":
8854+
"tldts-core@npm:^7.0.21, tldts-core@workspace:packages/tldts-core":
88558855
version: 0.0.0-use.local
88568856
resolution: "tldts-core@workspace:packages/tldts-core"
88578857
dependencies:
@@ -8886,8 +8886,8 @@ __metadata:
88868886
rimraf: "npm:^5.0.10"
88878887
rollup: "npm:^4.57.1"
88888888
rollup-plugin-sourcemaps2: "npm:^0.5.4"
8889-
tldts-core: "npm:^7.0.20"
8890-
tldts-tests: "npm:^7.0.20"
8889+
tldts-core: "npm:^7.0.21"
8890+
tldts-tests: "npm:^7.0.21"
88918891
typescript: "npm:^5.5.4"
88928892
languageName: unknown
88938893
linkType: soft
@@ -8908,8 +8908,8 @@ __metadata:
89088908
rimraf: "npm:^5.0.10"
89098909
rollup: "npm:^4.57.1"
89108910
rollup-plugin-sourcemaps2: "npm:^0.5.4"
8911-
tldts-core: "npm:^7.0.20"
8912-
tldts-tests: "npm:^7.0.20"
8911+
tldts-core: "npm:^7.0.21"
8912+
tldts-tests: "npm:^7.0.21"
89138913
typescript: "npm:^5.5.4"
89148914
languageName: unknown
89158915
linkType: soft
@@ -8931,7 +8931,7 @@ __metadata:
89318931
languageName: unknown
89328932
linkType: soft
89338933

8934-
"tldts-tests@npm:^7.0.20, tldts-tests@workspace:packages/tldts-tests":
8934+
"tldts-tests@npm:^7.0.21, tldts-tests@workspace:packages/tldts-tests":
89358935
version: 0.0.0-use.local
89368936
resolution: "tldts-tests@workspace:packages/tldts-tests"
89378937
dependencies:
@@ -8941,13 +8941,13 @@ __metadata:
89418941
chai: "npm:^4.5.0"
89428942
mocha: "npm:^11.7.5"
89438943
rimraf: "npm:^5.0.10"
8944-
tldts-utils: "npm:^7.0.20"
8944+
tldts-utils: "npm:^7.0.21"
89458945
ts-node: "npm:^10.9.2"
89468946
typescript: "npm:^5.5.4"
89478947
languageName: unknown
89488948
linkType: soft
89498949

8950-
"tldts-utils@npm:^7.0.20, tldts-utils@workspace:packages/tldts-utils":
8950+
"tldts-utils@npm:^7.0.21, tldts-utils@workspace:packages/tldts-utils":
89518951
version: 0.0.0-use.local
89528952
resolution: "tldts-utils@workspace:packages/tldts-utils"
89538953
dependencies:
@@ -8985,8 +8985,8 @@ __metadata:
89858985
rimraf: "npm:^5.0.10"
89868986
rollup: "npm:^4.57.1"
89878987
rollup-plugin-sourcemaps2: "npm:^0.5.4"
8988-
tldts-core: "npm:^7.0.20"
8989-
tldts-tests: "npm:^7.0.20"
8988+
tldts-core: "npm:^7.0.21"
8989+
tldts-tests: "npm:^7.0.21"
89908990
typescript: "npm:^5.5.4"
89918991
bin:
89928992
tldts: bin/cli.js

0 commit comments

Comments
 (0)