File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 7.0.1] ( https://github.com/hexonet/node-sdk/compare/v7.0.0...v7.0.1 ) (2020-04-27)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** npm:** fixed main property path in package.json ([ 8a24bd5] ( https://github.com/hexonet/node-sdk/commit/8a24bd57575719f7f8a45fcf28e88c7813e733bd ) )
7
+
1
8
# [ 7.0.0] ( https://github.com/hexonet/node-sdk/compare/v6.0.2...v7.0.0 ) (2020-04-24)
2
9
3
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hexonet/ispapi-apiconnector" ,
3
3
"description" : " Node.js SDK for the insanely fast HEXONET API" ,
4
- "version" : " 6 .0.2 " ,
4
+ "version" : " 7 .0.0 " ,
5
5
"private" : false ,
6
6
"author" : {
7
7
"name" : " Kai Schwarz" ,
8
8
"email" : " kschwarz@hexonet.net"
9
9
},
10
- "main" : " dist/index.js" ,
10
+ "main" : " dist/src/ index.js" ,
11
11
"license" : " MIT" ,
12
12
"engines" : {
13
13
"node" : " >=10.18.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hexonet/ispapi-apiconnector" ,
3
3
"description" : " Node.js SDK for the insanely fast HEXONET API" ,
4
- "version" : " 7.0.0 " ,
4
+ "version" : " 7.0.1 " ,
5
5
"private" : false ,
6
6
"author" : {
7
7
"name" : " Kai Schwarz" ,
You can’t perform that action at this time.
0 commit comments