Skip to content

Commit

Permalink
chore(version): release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FranklinWaller committed Jul 17, 2024
1 parent dfb270e commit 0111158
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/as-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@seda-protocol/as-sdk",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"types": "./assembly/index.ts",
"dependencies": {
"@assemblyscript/wasi-shim": "^0.1.0",
Expand Down
3 changes: 2 additions & 1 deletion libs/dev-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@seda-protocol/dev-tools",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"scripts": {
"build:cli": "bun build src/cli/index.ts --target node --outdir bin",
"build": "bun run build:cli && bun run build:lib",
Expand All @@ -19,6 +19,7 @@
"@cosmjs/stargate": "^0.32.3",
"@cosmjs/tendermint-rpc": "^0.32.3",
"dotenv": "^16.3.1",
"node-fetch": "^3.3.2",
"node-gzip": "^1.1.2",
"true-myth": "^7.3.0",
"valibot": "^0.35.0"
Expand Down
2 changes: 1 addition & 1 deletion libs/vm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@seda-protocol/vm",
"type": "module",
"version": "0.0.2",
"version": "0.0.3",
"dependencies": {
"@wasmer/wasi": "^1.2.2"
}
Expand Down

0 comments on commit 0111158

Please sign in to comment.