File tree 2 files changed +13
-6
lines changed 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 1
1
# idb-connector changelog
2
2
3
+ ## 1.1.8
4
+
5
+ - Skip build unless installing on IBM i(#54 )
6
+ - Moved the repository to GitHub
7
+
3
8
## 1.1.7
4
9
5
10
- Fixed the connection failure(#52 ) with user/password provided
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " idb-connector" ,
3
- "version" : " 1.1.7 " ,
3
+ "version" : " 1.1.8 " ,
4
4
"description" : " A Node.js DB2 driver for IBM i" ,
5
- "os" : [ " aix" ],
5
+ "os" : [
6
+ " aix"
7
+ ],
6
8
"main" : " lib/db2a.js" ,
7
9
"directories" : {
8
10
"lib" : " lib" ,
14
16
},
15
17
"repository" : {
16
18
"type" : " git" ,
17
- "url" : " git+ssh://git@bitbucket.org/litmis /nodejs-idb-connector.git"
19
+ "url" : " git+ssh://git@github.com/IBM /nodejs-idb-connector.git"
18
20
},
19
21
"keywords" : [
20
22
" DB2" ,
25
27
"author" : " IBM" ,
26
28
"license" : " MIT" ,
27
29
"gypfile" : true ,
28
- "homepage" : " https://bitbucket.org/litmis /nodejs-idb-connector#readme " ,
30
+ "homepage" : " https://github.com/IBM /nodejs-idb-connector" ,
29
31
"contributors" : [
30
32
{
31
33
"name" : " Xu Meng" ,
55
57
"binary" : {
56
58
"module_name" : " db2ia" ,
57
59
"module_path" : " ./lib/binding/{configuration}/{node_abi}-ibmi-{arch}/" ,
58
- "remote_path" : " ." ,
60
+ "remote_path" : " ./{version}/ " ,
59
61
"package_name" : " {module_name}-v{version}-{node_abi}-ibmi-{arch}.tar.gz" ,
60
- "host" : " https://bitbucket.org/litmis /nodejs-idb-connector/downloads "
62
+ "host" : " https://github.com/IBM /nodejs-idb-connector/releases/download "
61
63
}
62
64
}
You can’t perform that action at this time.
0 commit comments