Skip to content

Commit

Permalink
2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zth committed Sep 11, 2024
1 parent c794297 commit e8d9c64
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# main

# 2.6.0

- Improve `pg` bindings.
- Upgrade `@rescript/core` to `1.6.0`.

Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pgtyped-rescript",
"version": "2.5.0",
"version": "2.6.0",
"type": "module",
"main": "lib/index.js",
"exports": {
Expand Down Expand Up @@ -38,7 +38,8 @@
"dependencies": {
"@pgtyped/parser": "^2.1.0",
"@pgtyped/wire": "^2.2.0",
"@rescript/tools": "^0.6.2",
"@rescript/tools": "0.6.4",
"@rescript/core": "1.6.0",
"camel-case": "^4.1.1",
"chalk": "^4.0.0",
"chokidar": "^3.3.1",
Expand All @@ -57,7 +58,6 @@
"yargs": "^17.0.1"
},
"devDependencies": {
"@rescript/core": "1.6.0",
"@types/debug": "4.1.8",
"@types/fs-extra": "11.0.1",
"@types/glob": "8.1.0",
Expand Down

0 comments on commit e8d9c64

Please sign in to comment.