Skip to content

Commit 430bc5b

Browse files
committed
Publish
- @tranjs/[email protected] - @tranjs/[email protected] - @tranjs/[email protected]
1 parent 59dbc4d commit 430bc5b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tranjs/core",
3-
"version": "1.0.18",
3+
"version": "1.0.19",
44
"description": "Node.js transaction management framework inspired by Spring's `@Transactional` annotation.",
55
"scripts": {
66
"build": "tsc -b",

packages/mysql2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@tranjs/mysql2",
3-
"version": "1.0.15",
3+
"version": "1.0.16",
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.18",
11+
"@tranjs/core": "^1.0.19",
1212
"mysql2": "*"
1313
},
1414
"gitHead": "7eff63661a41cb6adecdafb88eea4adb7726ef61",

packages/pg/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@tranjs/pg",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
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.18",
11+
"@tranjs/core": "^1.0.19",
1212
"@types/pg": "^8.11.11",
1313
"pg": "*"
1414
},

0 commit comments

Comments
 (0)