Skip to content

Commit

Permalink
fix: versions (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gozala authored Nov 12, 2022
1 parent 5d32470 commit 88b87a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ucanto/server",
"description": "UCAN RPC Server",
"version": "3.0.3",
"version": "3.0.4",
"types": "./dist/src/lib.d.ts",
"main": "./src/lib.js",
"keywords": [
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@ucanto/core": "^3.0.2",
"@ucanto/interface": "^3.0.1",
"@ucanto/validator": "^3.0.3"
"@ucanto/validator": "^3.0.4"
},
"devDependencies": {
"@types/chai": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ucanto/validator",
"description": "UCAN RPC validators",
"version": "3.0.3",
"version": "3.0.4",
"keywords": [
"UCAN",
"ed25519",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 88b87a7

Please sign in to comment.