Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @gptbundle/client@0.0.2
 - @gptbundle/server@0.0.2
  • Loading branch information
felipefarias committed Mar 4, 2024
1 parent bbb5a67 commit 9d4743c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@gptbundle/client",
"version": "0.0.1",
"version": "0.0.2",
"private": false,
"type": "module",
"files": [
"dist"
Expand Down Expand Up @@ -33,5 +34,6 @@
},
"devDependencies": {
"@types/react": "^18.2.46"
}
},
"gitHead": "716f195fffe6f6f5add6a1eee0c47693474fab58"
}
6 changes: 4 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "@gptbundle/server",
"version": "0.0.1",
"version": "0.0.2",
"private": false,
"type": "module",
"files": [
"dist"
Expand Down Expand Up @@ -35,5 +36,6 @@
},
"devDependencies": {
"@types/node": "^20.10.4"
}
},
"gitHead": "716f195fffe6f6f5add6a1eee0c47693474fab58"
}

0 comments on commit 9d4743c

Please sign in to comment.