Skip to content

Commit 0c74697

Browse files
committed
Bump version to: v7.0.24 [skip ci]
1 parent a6855e3 commit 0c74697

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

yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8882,7 +8882,7 @@ __metadata:
88828882
languageName: node
88838883
linkType: hard
88848884

8885-
"tldts-core@npm:^7.0.23, tldts-core@workspace:packages/tldts-core":
8885+
"tldts-core@npm:^7.0.24, tldts-core@workspace:packages/tldts-core":
88868886
version: 0.0.0-use.local
88878887
resolution: "tldts-core@workspace:packages/tldts-core"
88888888
dependencies:
@@ -8917,8 +8917,8 @@ __metadata:
89178917
rimraf: "npm:^6.1.2"
89188918
rollup: "npm:^4.57.1"
89198919
rollup-plugin-sourcemaps2: "npm:^0.5.4"
8920-
tldts-core: "npm:^7.0.23"
8921-
tldts-tests: "npm:^7.0.23"
8920+
tldts-core: "npm:^7.0.24"
8921+
tldts-tests: "npm:^7.0.24"
89228922
typescript: "npm:^5.9.3"
89238923
languageName: unknown
89248924
linkType: soft
@@ -8939,8 +8939,8 @@ __metadata:
89398939
rimraf: "npm:^6.1.2"
89408940
rollup: "npm:^4.57.1"
89418941
rollup-plugin-sourcemaps2: "npm:^0.5.4"
8942-
tldts-core: "npm:^7.0.23"
8943-
tldts-tests: "npm:^7.0.23"
8942+
tldts-core: "npm:^7.0.24"
8943+
tldts-tests: "npm:^7.0.24"
89448944
typescript: "npm:^5.9.3"
89458945
languageName: unknown
89468946
linkType: soft
@@ -8964,7 +8964,7 @@ __metadata:
89648964
languageName: unknown
89658965
linkType: soft
89668966

8967-
"tldts-tests@npm:^7.0.23, tldts-tests@workspace:packages/tldts-tests":
8967+
"tldts-tests@npm:^7.0.24, tldts-tests@workspace:packages/tldts-tests":
89688968
version: 0.0.0-use.local
89698969
resolution: "tldts-tests@workspace:packages/tldts-tests"
89708970
dependencies:
@@ -8974,13 +8974,13 @@ __metadata:
89748974
chai: "npm:^6.2.2"
89758975
mocha: "npm:^11.7.5"
89768976
rimraf: "npm:^6.1.2"
8977-
tldts-utils: "npm:^7.0.23"
8977+
tldts-utils: "npm:^7.0.24"
89788978
ts-node: "npm:^10.9.2"
89798979
typescript: "npm:^5.9.3"
89808980
languageName: unknown
89818981
linkType: soft
89828982

8983-
"tldts-utils@npm:^7.0.23, tldts-utils@workspace:packages/tldts-utils":
8983+
"tldts-utils@npm:^7.0.24, tldts-utils@workspace:packages/tldts-utils":
89848984
version: 0.0.0-use.local
89858985
resolution: "tldts-utils@workspace:packages/tldts-utils"
89868986
dependencies:
@@ -9018,8 +9018,8 @@ __metadata:
90189018
rimraf: "npm:^6.1.2"
90199019
rollup: "npm:^4.57.1"
90209020
rollup-plugin-sourcemaps2: "npm:^0.5.4"
9021-
tldts-core: "npm:^7.0.23"
9022-
tldts-tests: "npm:^7.0.23"
9021+
tldts-core: "npm:^7.0.24"
9022+
tldts-tests: "npm:^7.0.24"
90239023
typescript: "npm:^5.9.3"
90249024
bin:
90259025
tldts: bin/cli.js

0 commit comments

Comments
 (0)