Skip to content

Commit

Permalink
we now need to ship our own runtime package since we made changes to …
Browse files Browse the repository at this point in the history
…the runtime
  • Loading branch information
zth committed May 1, 2024
1 parent 7481ffd commit b103145
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
42 changes: 21 additions & 21 deletions 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/query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"watch": "tsc --watch --preserveWatchOutput"
},
"dependencies": {
"@pgtyped/runtime": "^2.1.0",
"pgtyped-rescript-runtime": "^2.2.0",
"@pgtyped/wire": "^2.2.0",
"chalk": "^4.1.0",
"debug": "^4.1.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pgtyped/runtime",
"version": "2.1.0",
"name": "pgtyped-rescript-runtime",
"version": "2.2.0",
"type": "module",
"exports": {
".": {
Expand Down

0 comments on commit b103145

Please sign in to comment.