Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

Commit

Permalink
v1.0.0-beta.30 (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
Umair Sarfraz authored Jun 18, 2020
1 parent 268aa42 commit 8f92229
Show file tree
Hide file tree
Showing 43 changed files with 11,132 additions and 11,132 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"preid": "alpha",
"message": "chore(release): publish %s"
},
"version": "1.0.0-beta.29"
"version": "1.0.0-beta.30"
}
2 changes: 1 addition & 1 deletion packages/account/package-lock.json

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

24 changes: 12 additions & 12 deletions packages/account/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iota/account",
"version": "1.0.0-beta.29",
"version": "1.0.0-beta.30",
"description": "Account module in JavaScript.",
"main": "out/account/src/account.js",
"typings": "typings/account/src/account.d.ts",
Expand Down Expand Up @@ -51,18 +51,18 @@
],
"license": "MIT",
"dependencies": {
"@iota/async-buffer": "^1.0.0-beta.23",
"@iota/bundle": "^1.0.0-beta.29",
"@iota/cda": "^1.0.0-beta.23",
"@iota/converter": "^1.0.0-beta.23",
"@iota/core": "^1.0.0-beta.29",
"@iota/async-buffer": "^1.0.0-beta.30",
"@iota/bundle": "^1.0.0-beta.30",
"@iota/cda": "^1.0.0-beta.30",
"@iota/converter": "^1.0.0-beta.30",
"@iota/core": "^1.0.0-beta.30",
"@iota/curl": "^1.0.0-beta.19",
"@iota/http-client": "^1.0.0-beta.23",
"@iota/persistence": "^1.0.0-beta.23",
"@iota/persistence-adapter-level": "^1.0.0-beta.23",
"@iota/signing": "^1.0.0-beta.23",
"@iota/transaction": "^1.0.0-beta.23",
"@iota/transaction-converter": "^1.0.0-beta.23",
"@iota/http-client": "^1.0.0-beta.30",
"@iota/persistence": "^1.0.0-beta.30",
"@iota/persistence-adapter-level": "^1.0.0-beta.30",
"@iota/signing": "^1.0.0-beta.30",
"@iota/transaction": "^1.0.0-beta.30",
"@iota/transaction-converter": "^1.0.0-beta.30",
"@types/nock": "^9.3.1",
"bluebird": "^3.7.2",
"nock": "^10.0.6"
Expand Down
2 changes: 1 addition & 1 deletion packages/async-buffer/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/async-buffer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iota/async-buffer",
"version": "1.0.0-beta.23",
"version": "1.0.0-beta.30",
"description": "Async buffer",
"main": "out/src/asyncBuffer.js",
"typings": "typings/src/asyncBuffer.d.ts",
Expand Down
Loading

0 comments on commit 8f92229

Please sign in to comment.