Skip to content

Commit 9655155

Browse files
committed
update package version
1 parent 27bf62b commit 9655155

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@daniel-nagy/transporter-browser",
33
"type": "module",
4-
"version": "1.0.0-beta.4",
4+
"version": "1.0.0-beta.5",
55
"description": "Typesafe distributed computing in the browser.",
66
"author": "Daniel Nagy <1622446+daniel-nagy@users.noreply.github.com>",
77
"repository": "github:daniel-nagy/transporter",
@@ -59,6 +59,6 @@
5959
"typescript": "^5.3.3"
6060
},
6161
"peerDependencies": {
62-
"@daniel-nagy/transporter": "1.0.0-beta.4"
62+
"@daniel-nagy/transporter": "1.0.0-beta.5"
6363
}
6464
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@daniel-nagy/transporter",
33
"type": "module",
4-
"version": "1.0.0-beta.4",
4+
"version": "1.0.0-beta.5",
55
"description": "Typesafe distributed computing in TypeScript.",
66
"author": "Daniel Nagy <1622446+daniel-nagy@users.noreply.github.com>",
77
"repository": "github:daniel-nagy/transporter",

0 commit comments

Comments
 (0)