Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
richardo2016 committed Jul 12, 2024
1 parent 345fa58 commit 14b4764
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fxjs/orm-cli",
"version": "0.2.9",
"version": "0.2.10",
"private": false,
"description": "cli for @fxjs/orm developer",
"main": "lib",
Expand All @@ -27,7 +27,7 @@
"@fibcli/ora": "^0.1.0",
"@fibjs/chalk": "^1.0.0",
"@fxjs/db-driver": "^0.5.3",
"@fxjs/orm": "^1.16.9",
"@fxjs/orm": "^1.16.10",
"@fxjs/sql-ddl-sync": "^0.11.6",
"@fxjs/sql-query": "^0.10.1",
"@types/diff": "^5.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/orm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fxjs/orm",
"version": "1.16.9",
"version": "1.16.10",
"description": "",
"main": "lib",
"types": "typings/index.d.ts",
Expand Down Expand Up @@ -41,8 +41,8 @@
"@fxjs/sql-ddl-sync": "^0.11.6",
"@fxjs/sql-query": "^0.10.1",
"@types/knex": "^0.16.1",
"fib-pool": "^1.6.0",
"fib-cache": "^1.1.0",
"fib-pool": "^1.6.0",
"knex": "^2.5.1",
"lodash.clonedeep": "^4.5.0",
"lodash.flatten": "^4.4.0",
Expand Down

0 comments on commit 14b4764

Please sign in to comment.