Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
taybenlor committed Jan 27, 2022
1 parent 773e55f commit 2e80bd7
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages": ["packages/*"],
"version": "0.2.1"
"version": "0.3.0"
}
2 changes: 1 addition & 1 deletion packages/client/package-lock.json

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

8 changes: 4 additions & 4 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git",
"url": "git://github.com/taybenlor/runno.git"
},
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -29,9 +29,9 @@
"vite": "^2.6.13"
},
"dependencies": {
"@runno/host": "^0.2.0",
"@runno/runtime": "^0.2.0",
"@runno/terminal": "^0.2.0",
"@runno/host": "^0.3.0",
"@runno/runtime": "^0.3.0",
"@runno/terminal": "^0.3.0",
"normalize.css": "^8.0.1",
"post-me": "^0.4.5",
"url-safe-base64": "^1.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/host/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/host/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@runno/host",
"version": "0.2.0",
"version": "0.3.0",
"author": "Ben Taylor <[email protected]>",
"description": "iframe host for @runno",
"website": "https://runno.dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/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/runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "git://github.com/taybenlor/runno.git"
},
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -54,8 +54,8 @@
"@codemirror/lang-javascript": "^0.19.1",
"@codemirror/lang-python": "^0.19.2",
"@codemirror/lang-sql": "^0.19.3",
"@runno/host": "^0.2.0",
"@runno/terminal": "^0.2.0",
"@runno/host": "^0.3.0",
"@runno/terminal": "^0.3.0",
"@wasmer/wasm-transformer": "^0.10.2",
"buffer": "^6.0.3",
"events": "^3.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/terminal/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/terminal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@runno/terminal",
"version": "0.2.0",
"version": "0.3.0",
"author": "Ben Taylor <[email protected]>",
"description": "A terminal-like component for the browser, that fetches and runs Wasm modules in the context of a shell. Forked from wasmer.",
"website": "https://github.com/taybenlor/runno",
Expand Down Expand Up @@ -31,8 +31,8 @@
"docs": "npx typedoc src/ --out docs --target es6 --theme minimal --mode file"
},
"dependencies": {
"@runno/host": "^0.2.0",
"@runno/wasi": "^0.2.0",
"@runno/host": "^0.3.0",
"@runno/wasi": "^0.3.0",
"@wasmer/io-devices": "^0.10.2",
"@wasmer/wasmfs": "^0.10.2",
"comlink": "^4.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/wasi/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/wasi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@runno/wasi",
"version": "0.2.0",
"version": "0.3.0",
"description": "Javascript library for interacting with WASI Modules in the Browser. Forked from wasmer.",
"author": "Ben Taylor <[email protected]>",
"website": "https://github.com/taybenlor/runno",
Expand Down
2 changes: 1 addition & 1 deletion packages/website/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/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": "true",
"name": "@runno/website",
"description": "Runtime for @runno",
"version": "0.2.1",
"version": "0.3.0",
"author": "Ben Taylor <[email protected]>",
"license": "MIT",
"repository": {
Expand All @@ -29,8 +29,8 @@
"vite": "^2.6.13"
},
"dependencies": {
"@runno/host": "^0.2.0",
"@runno/runtime": "^0.2.0"
"@runno/host": "^0.3.0",
"@runno/runtime": "^0.3.0"
},
"gitHead": "812d21ec7c0c5d57c0274caaf7ff21c79ca79c1f"
}

0 comments on commit 2e80bd7

Please sign in to comment.