Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
asheswook committed Feb 11, 2025
1 parent 59dbc4d commit 430bc5b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tranjs/core",
"version": "1.0.18",
"version": "1.0.19",
"description": "Node.js transaction management framework inspired by Spring's `@Transactional` annotation.",
"scripts": {
"build": "tsc -b",
Expand Down
4 changes: 2 additions & 2 deletions packages/mysql2/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@tranjs/mysql2",
"version": "1.0.15",
"version": "1.0.16",
"description": "TranJS driver for mysql2. (MySQL)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"@tranjs/core": "^1.0.18",
"@tranjs/core": "^1.0.19",
"mysql2": "*"
},
"gitHead": "7eff63661a41cb6adecdafb88eea4adb7726ef61",
Expand Down
4 changes: 2 additions & 2 deletions packages/pg/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@tranjs/pg",
"version": "1.0.12",
"version": "1.0.13",
"description": "TranJS driver for pg. (PostgreSQL)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"@tranjs/core": "^1.0.18",
"@tranjs/core": "^1.0.19",
"@types/pg": "^8.11.11",
"pg": "*"
},
Expand Down

0 comments on commit 430bc5b

Please sign in to comment.