File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @tranjs/core" ,
3- "version" : " 1.0.17 " ,
3+ "version" : " 1.0.18 " ,
44 "description" : " Node.js transaction management framework inspired by Spring's `@Transactional` annotation." ,
55 "scripts" : {
66 "build" : " tsc -b" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @tranjs/mysql2" ,
3- "version" : " 1.0.14 " ,
3+ "version" : " 1.0.15 " ,
44 "description" : " TranJS driver for mysql2. (MySQL)" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
77 "scripts" : {
88 "build" : " tsc"
99 },
1010 "dependencies" : {
11- "@tranjs/core" : " ^1.0.17 " ,
11+ "@tranjs/core" : " ^1.0.18 " ,
1212 "mysql2" : " *"
1313 },
1414 "gitHead" : " 7eff63661a41cb6adecdafb88eea4adb7726ef61" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @tranjs/pg" ,
3- "version" : " 1.0.11 " ,
3+ "version" : " 1.0.12 " ,
44 "description" : " TranJS driver for pg. (PostgreSQL)" ,
55 "main" : " dist/index.js" ,
66 "types" : " dist/index.d.ts" ,
77 "scripts" : {
88 "build" : " tsc"
99 },
1010 "dependencies" : {
11- "@tranjs/core" : " ^1.0.17 " ,
11+ "@tranjs/core" : " ^1.0.18 " ,
1212 "@types/pg" : " ^8.11.11" ,
1313 "pg" : " *"
1414 },
You can’t perform that action at this time.
0 commit comments