File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tranjs/core" ,
3
- "version" : " 1.0.17 " ,
3
+ "version" : " 1.0.18 " ,
4
4
"description" : " Node.js transaction management framework inspired by Spring's `@Transactional` annotation." ,
5
5
"scripts" : {
6
6
"build" : " tsc -b" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tranjs/mysql2" ,
3
- "version" : " 1.0.14 " ,
3
+ "version" : " 1.0.15 " ,
4
4
"description" : " TranJS driver for mysql2. (MySQL)" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
7
7
"scripts" : {
8
8
"build" : " tsc"
9
9
},
10
10
"dependencies" : {
11
- "@tranjs/core" : " ^1.0.17 " ,
11
+ "@tranjs/core" : " ^1.0.18 " ,
12
12
"mysql2" : " *"
13
13
},
14
14
"gitHead" : " 7eff63661a41cb6adecdafb88eea4adb7726ef61" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tranjs/pg" ,
3
- "version" : " 1.0.11 " ,
3
+ "version" : " 1.0.12 " ,
4
4
"description" : " TranJS driver for pg. (PostgreSQL)" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
7
7
"scripts" : {
8
8
"build" : " tsc"
9
9
},
10
10
"dependencies" : {
11
- "@tranjs/core" : " ^1.0.17 " ,
11
+ "@tranjs/core" : " ^1.0.18 " ,
12
12
"@types/pg" : " ^8.11.11" ,
13
13
"pg" : " *"
14
14
},
You can’t perform that action at this time.
0 commit comments