Skip to content

Commit

Permalink
chore: Bump nova SDK to 2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msarcev committed May 13, 2024
1 parent 444c433 commit 50a1f9d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
14 changes: 7 additions & 7 deletions api/package-lock.json

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

4 changes: 2 additions & 2 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@iota/iota.js-chrysalis": "npm:@iota/iota.js@^1.8.6",
"@iota/mqtt.js": "^1.8.6",
"@iota/sdk-stardust": "npm:@iota/[email protected]",
"@iota/sdk-nova": "npm:@iota/[email protected]alpha.7",
"@iota/sdk-nova": "npm:@iota/[email protected]beta.1",
"@iota/sdk-wasm-stardust": "npm:@iota/[email protected]",
"@iota/util.js": "^1.8.6",
"@iota/validators": "^1.0.0-beta.30",
Expand Down Expand Up @@ -84,4 +84,4 @@
"eslint --fix"
]
}
}
}
14 changes: 7 additions & 7 deletions client/package-lock.json

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

4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@iota/mam-legacy": "github:iotaledger/mam.js#fddc95f60539b9a31a4db1b5b56e0dedb8994883",
"@iota/mam.js": "^1.6.2",
"@iota/sdk-wasm-stardust": "npm:@iota/[email protected]",
"@iota/sdk-wasm-nova": "npm:@iota/sdk-wasm@^2.0.0-alpha.3",
"@iota/sdk-wasm-nova": "npm:@iota/sdk-wasm@^2.0.0-beta.1",
"@iota/util.js": "^1.8.6",
"classnames": "^2.3.1",
"d3-array": "^3.2.1",
Expand Down Expand Up @@ -117,4 +117,4 @@
"src/**/*.{ts,js,tsx,jsx}": "eslint --cache --fix",
"src/**/*.{ts,js,tsx,jsx,scss,css}": "prettier --ignore-path=.prettierignore --write"
}
}
}

0 comments on commit 50a1f9d

Please sign in to comment.