Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit fb1817c

Browse files
chore(dep-bump): upgrade ci dependencies and engine versions
1 parent 47e8bcb commit fb1817c

File tree

1 file changed

+43
-43
lines changed

1 file changed

+43
-43
lines changed

package.json

+43-43
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
{
2-
"name": "perl-sdk",
3-
"description": "Perl SDK for the insanely fast HEXONET API",
4-
"version": "0.0.0-development",
5-
"private": true,
6-
"author": {
7-
"name": "Kai Schwarz",
8-
"email": "[email protected]"
9-
},
10-
"license": "MIT",
11-
"engines": {
12-
"node": ">=12.0.0"
13-
},
14-
"homepage": "https://github.com/hexonet/perl-sdk",
15-
"repository": "github:hexonet/perl-sdk",
16-
"bugs": "https://github.com/hexonet/perl-sdk/issues",
17-
"maintainers": [
18-
{
19-
"name": "Kai Schwarz",
20-
"email": "[email protected]"
21-
}
22-
],
23-
"keywords": [
24-
"hexonet",
25-
"domain",
26-
"api",
27-
"connector",
28-
"isp",
29-
"ispapi",
30-
"ssl",
31-
"cert",
32-
"dns",
33-
"backorder",
34-
"premium",
35-
"preregistration",
36-
"registration",
37-
"application"
38-
],
39-
"devDependencies": {
40-
"npm": ">=6.13.4",
41-
"@semantic-release/changelog": "^5.0.0",
42-
"@semantic-release/exec": "^5.0.0",
43-
"@semantic-release/git": "^9.0.0",
44-
"semantic-release": "^18.0.1"
2+
"name": "perl-sdk",
3+
"description": "Perl SDK for the insanely fast HEXONET API",
4+
"version": "0.0.0-development",
5+
"private": true,
6+
"author": {
7+
"name": "Kai Schwarz",
8+
"email": "[email protected]"
9+
},
10+
"license": "MIT",
11+
"engines": {
12+
"node": ">=14.17.0",
13+
"npm": ">=6.14.13"
14+
},
15+
"homepage": "https://github.com/hexonet/perl-sdk",
16+
"repository": "github:hexonet/perl-sdk",
17+
"bugs": "https://github.com/hexonet/perl-sdk/issues",
18+
"maintainers": [
19+
{
20+
"name": "Kai Schwarz",
21+
"email": "[email protected]"
4522
}
23+
],
24+
"keywords": [
25+
"hexonet",
26+
"domain",
27+
"api",
28+
"connector",
29+
"isp",
30+
"ispapi",
31+
"ssl",
32+
"cert",
33+
"dns",
34+
"backorder",
35+
"premium",
36+
"preregistration",
37+
"registration",
38+
"application"
39+
],
40+
"devDependencies": {
41+
"@semantic-release/changelog": "^6.0.1",
42+
"@semantic-release/exec": "^6.0.2",
43+
"@semantic-release/git": "^10.0.1",
44+
"semantic-release": "^18.0.1"
45+
}
4646
}

0 commit comments

Comments
 (0)