Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
sixmen committed Apr 16, 2024
1 parent be94ffa commit 6e9eb86
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/cormo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cormo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cormo",
"description": "ORM framework for Node.js",
"version": "1.3.0",
"version": "1.3.1",
"keywords": [
"orm",
"mongodb",
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cormo-graphql",
"version": "1.3.0",
"version": "1.3.1",
"description": "GraphQL support for CORMO",
"main": "./lib",
"types": "./lib/index.d.ts",
Expand All @@ -25,7 +25,7 @@
"homepage": "https://github.com/croquiscom/cormo",
"dependencies": {
"@croquiscom/crary-graphql": "^1.0.1",
"cormo": "^1.3.0",
"cormo": "^1.3.1",
"graphql": "^16.8.1",
"lodash": "^4.17.21"
},
Expand Down

0 comments on commit 6e9eb86

Please sign in to comment.