Skip to content

Commit

Permalink
Merge branch 'develop' into 'master'
Browse files Browse the repository at this point in the history
Develop

See merge request papers/airgap/airgap-coin-lib!650
  • Loading branch information
godenzim committed Feb 14, 2023
2 parents 1a268aa + 57296af commit 5d0bf20
Show file tree
Hide file tree
Showing 41 changed files with 206 additions and 203 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/*"],
"version": "0.13.9",
"version": "0.13.10",
"command": {
"publish": {
"ignoreChanges": ["*.sh", "*.md", "*.yml", ".*", "tsconfig.json", "tslint.json"]
Expand Down
110 changes: 55 additions & 55 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions packages/aeternity/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/aeternity/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/aeternity",
"version": "0.13.9",
"version": "0.13.10",
"description": "The @airgap/aeternity is an Aeternity implementation of the ICoinProtocol interface from @airgap/coinlib-core.",
"keywords": [
"airgap",
Expand Down Expand Up @@ -31,9 +31,9 @@
},
"author": "Papers GmbH <[email protected]> (https://papers.ch)",
"peerDependencies": {
"@airgap/coinlib-core": "^0.13.9",
"@airgap/module-kit": "^0.13.9",
"@airgap/serializer": "^0.13.9",
"@airgap/coinlib-core": "^0.13.10",
"@airgap/module-kit": "^0.13.10",
"@airgap/serializer": "^0.13.10",
"@stablelib/ed25519": "1.0.3"
},
"localDependencies": {},
Expand Down
12 changes: 6 additions & 6 deletions packages/astar/package-lock.json

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

10 changes: 5 additions & 5 deletions packages/astar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/astar",
"version": "0.13.9",
"version": "0.13.10",
"description": "The @airgap/astar is an Astar implementation of the ICoinProtocol interface from @airgap/coinlib-core.",
"keywords": [
"airgap",
Expand Down Expand Up @@ -37,10 +37,10 @@
"@polkadot/wasm-crypto": "0.20.1"
},
"peerDependencies": {
"@airgap/coinlib-core": "^0.13.9",
"@airgap/module-kit": "^0.13.9",
"@airgap/serializer": "^0.13.9",
"@airgap/substrate": "^0.13.9"
"@airgap/coinlib-core": "^0.13.10",
"@airgap/module-kit": "^0.13.10",
"@airgap/serializer": "^0.13.10",
"@airgap/substrate": "^0.13.10"
},
"localDependencies": {},
"nyc": {
Expand Down
10 changes: 5 additions & 5 deletions packages/bitcoin/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/bitcoin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/bitcoin",
"version": "0.13.9",
"version": "0.13.10",
"description": "The @airgap/bitcoin is a Bitcoin implementation of the ICoinProtocol interface from @airgap/coinlib-core.",
"keywords": [
"airgap",
Expand Down Expand Up @@ -34,9 +34,9 @@
"bitcoinjs-lib": "5.2.0"
},
"peerDependencies": {
"@airgap/coinlib-core": "^0.13.9",
"@airgap/module-kit": "^0.13.9",
"@airgap/serializer": "^0.13.9"
"@airgap/coinlib-core": "^0.13.10",
"@airgap/module-kit": "^0.13.10",
"@airgap/serializer": "^0.13.10"
},
"localDependencies": {
"bitcoinjs-message": "2.1.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package-lock.json

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

Loading

0 comments on commit 5d0bf20

Please sign in to comment.