Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: publish 0.49.0 #1439

Merged
merged 1 commit into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
97 changes: 97 additions & 0 deletions packages/advanced-logic/CHANGELOG.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions packages/advanced-logic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/advanced-logic",
"version": "0.43.0",
"version": "0.44.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -39,9 +39,9 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/currency": "0.17.0",
"@requestnetwork/types": "0.44.0",
"@requestnetwork/utils": "0.44.0",
"@requestnetwork/currency": "0.18.0",
"@requestnetwork/types": "0.45.0",
"@requestnetwork/utils": "0.45.0",
"tslib": "2.5.0"
},
"devDependencies": {
Expand Down
121 changes: 121 additions & 0 deletions packages/currency/CHANGELOG.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/currency/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/currency",
"version": "0.17.0",
"version": "0.18.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -43,8 +43,8 @@
},
"dependencies": {
"@metamask/contract-metadata": "1.31.0",
"@requestnetwork/types": "0.44.0",
"@requestnetwork/utils": "0.44.0",
"@requestnetwork/types": "0.45.0",
"@requestnetwork/utils": "0.45.0",
"multicoin-address-validator": "0.5.15",
"node-dijkstra": "2.5.0",
"tslib": "2.5.0"
Expand Down
25 changes: 25 additions & 0 deletions packages/data-access/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.36.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/[email protected]...@requestnetwork/[email protected]) (2024-07-24)

### Bug Fixes

- **security:** vulnerabilities + remove coveralls ([#1333](https://github.com/RequestNetwork/requestNetwork/issues/1333)) ([384818b](https://github.com/RequestNetwork/requestNetwork/commit/384818bceac7443e19a194a0209941b7f883c3be))
- **storage:** in memory indexer metadata ([#1234](https://github.com/RequestNetwork/requestNetwork/issues/1234)) ([9088c79](https://github.com/RequestNetwork/requestNetwork/commit/9088c793db4acb9afabcf1f0e3767f30927618bc))
- yarn clean. Replace shx with native rm. Remove rimraf. ([#1343](https://github.com/RequestNetwork/requestNetwork/issues/1343)) ([62e3d7f](https://github.com/RequestNetwork/requestNetwork/commit/62e3d7f928fc531b831c7722d4dc401771b92ca3))

### Features

- Publish ([#1374](https://github.com/RequestNetwork/requestNetwork/issues/1374)) ([04db0d1](https://github.com/RequestNetwork/requestNetwork/commit/04db0d12dde819183da31d471bbb56d319023714))
- Publish ([#1375](https://github.com/RequestNetwork/requestNetwork/issues/1375)) ([ac7d0f2](https://github.com/RequestNetwork/requestNetwork/commit/ac7d0f254f2ad377bfc9c9afb931f7e82041c724))
- Publish ([#1378](https://github.com/RequestNetwork/requestNetwork/issues/1378)) ([a306ecf](https://github.com/RequestNetwork/requestNetwork/commit/a306ecfcf4f92f55cfe918f54f2b8deef88a68d4))
- **request-node:** use subgraph for confirmation ([#1286](https://github.com/RequestNetwork/requestNetwork/issues/1286)) ([11d3ca8](https://github.com/RequestNetwork/requestNetwork/commit/11d3ca80901f00b06bdd1d782676a00a210d00f0))

# 0.41.0 (2023-10-06)

### Bug Fixes

- typescript lint for test files ([#778](https://github.com/RequestNetwork/requestNetwork/issues/778)) ([048e876](https://github.com/RequestNetwork/requestNetwork/commit/048e876a905516be0de8a31d446e4572eb74eccb))

### Features

- graceful shutdown of request-node ([#463](https://github.com/RequestNetwork/requestNetwork/issues/463)) ([ba5b7c2](https://github.com/RequestNetwork/requestNetwork/commit/ba5b7c257d65996c971dedf71ac6fa1ea44ec891))

# [0.35.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/[email protected]...@requestnetwork/[email protected]) (2024-07-21)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/data-access/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/data-access",
"version": "0.35.0",
"version": "0.36.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -39,9 +39,9 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/multi-format": "0.18.0",
"@requestnetwork/types": "0.44.0",
"@requestnetwork/utils": "0.44.0",
"@requestnetwork/multi-format": "0.19.0",
"@requestnetwork/types": "0.45.0",
"@requestnetwork/utils": "0.45.0",
"tslib": "2.5.0"
},
"devDependencies": {
Expand Down
32 changes: 32 additions & 0 deletions packages/data-format/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,38 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.19.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/[email protected]...@requestnetwork/[email protected]) (2024-07-24)

### Bug Fixes

- **security:** vulnerabilities + remove coveralls ([#1333](https://github.com/RequestNetwork/requestNetwork/issues/1333)) ([384818b](https://github.com/RequestNetwork/requestNetwork/commit/384818bceac7443e19a194a0209941b7f883c3be))
- yarn clean. Replace shx with native rm. Remove rimraf. ([#1343](https://github.com/RequestNetwork/requestNetwork/issues/1343)) ([62e3d7f](https://github.com/RequestNetwork/requestNetwork/commit/62e3d7f928fc531b831c7722d4dc401771b92ca3))

### Features

- Publish ([#1374](https://github.com/RequestNetwork/requestNetwork/issues/1374)) ([04db0d1](https://github.com/RequestNetwork/requestNetwork/commit/04db0d12dde819183da31d471bbb56d319023714))
- Publish ([#1375](https://github.com/RequestNetwork/requestNetwork/issues/1375)) ([ac7d0f2](https://github.com/RequestNetwork/requestNetwork/commit/ac7d0f254f2ad377bfc9c9afb931f7e82041c724))
- Publish ([#1378](https://github.com/RequestNetwork/requestNetwork/issues/1378)) ([a306ecf](https://github.com/RequestNetwork/requestNetwork/commit/a306ecfcf4f92f55cfe918f54f2b8deef88a68d4))

# 0.41.0 (2023-10-06)

### Bug Fixes

- allow currency with more than 6 decimals ([#820](https://github.com/RequestNetwork/requestNetwork/issues/820)) ([490303f](https://github.com/RequestNetwork/requestNetwork/commit/490303f07a0576c2cbdfdec22dcdee88d0673688))
- **data-format:** remove invoice item currency constraints ([#852](https://github.com/RequestNetwork/requestNetwork/issues/852)) ([33b957d](https://github.com/RequestNetwork/requestNetwork/commit/33b957d31dea178ac10fee0df9d2a248ca8cc8b2))
- enable tree-shaking on data-format ([#411](https://github.com/RequestNetwork/requestNetwork/issues/411)) ([c6e34ed](https://github.com/RequestNetwork/requestNetwork/commit/c6e34edc74417456fdec91a280a6a5905babffaf))
- invoice total types + upgrade ethers ([#514](https://github.com/RequestNetwork/requestNetwork/issues/514)) ([c2b98b2](https://github.com/RequestNetwork/requestNetwork/commit/c2b98b2bd3c93f063f340d58c6b95ad026fd9519))
- price calculation ([#774](https://github.com/RequestNetwork/requestNetwork/issues/774)) ([6773e0c](https://github.com/RequestNetwork/requestNetwork/commit/6773e0c4353499dba3a8c27c70b51f2dc47e40c2))
- tax calculation ([#775](https://github.com/RequestNetwork/requestNetwork/issues/775)) ([d1281e6](https://github.com/RequestNetwork/requestNetwork/commit/d1281e6f3c21f59bfd144fdae8a7b048f401a1ec))
- tax calculation ([#777](https://github.com/RequestNetwork/requestNetwork/issues/777)) ([629b908](https://github.com/RequestNetwork/requestNetwork/commit/629b9089cde8e346c0b6705a4fd57feabedcc65a))
- typescript lint for test files ([#778](https://github.com/RequestNetwork/requestNetwork/issues/778)) ([048e876](https://github.com/RequestNetwork/requestNetwork/commit/048e876a905516be0de8a31d446e4572eb74eccb))
- upgrade ethers to 5.2.0 ([#532](https://github.com/RequestNetwork/requestNetwork/issues/532)) ([6c7cf35](https://github.com/RequestNetwork/requestNetwork/commit/6c7cf350a04e280b77ce6fd758b6f065f28fd1cc))

### Features

- **data-format:** increase currency maxLength to 6 ([#598](https://github.com/RequestNetwork/requestNetwork/issues/598)) ([a35da28](https://github.com/RequestNetwork/requestNetwork/commit/a35da284adb26bb5e4e8c9f3128e9e881b157cf0))
- invoice utils ([#513](https://github.com/RequestNetwork/requestNetwork/issues/513)) ([b1d2064](https://github.com/RequestNetwork/requestNetwork/commit/b1d206476dfb031df8b970d4f46f80a571faafde))

# [0.18.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/[email protected]...@requestnetwork/[email protected]) (2024-07-21)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/data-format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/data-format",
"version": "0.18.0",
"version": "0.19.0",
"publishConfig": {
"access": "public"
},
Expand Down
20 changes: 20 additions & 0 deletions packages/epk-decryption/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.7.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/[email protected]...@requestnetwork/[email protected]) (2024-07-24)

### Bug Fixes

- **security:** vulnerabilities + remove coveralls ([#1333](https://github.com/RequestNetwork/requestNetwork/issues/1333)) ([384818b](https://github.com/RequestNetwork/requestNetwork/commit/384818bceac7443e19a194a0209941b7f883c3be))
- yarn clean. Replace shx with native rm. Remove rimraf. ([#1343](https://github.com/RequestNetwork/requestNetwork/issues/1343)) ([62e3d7f](https://github.com/RequestNetwork/requestNetwork/commit/62e3d7f928fc531b831c7722d4dc401771b92ca3))

### Features

- Publish ([#1374](https://github.com/RequestNetwork/requestNetwork/issues/1374)) ([04db0d1](https://github.com/RequestNetwork/requestNetwork/commit/04db0d12dde819183da31d471bbb56d319023714))
- Publish ([#1375](https://github.com/RequestNetwork/requestNetwork/issues/1375)) ([ac7d0f2](https://github.com/RequestNetwork/requestNetwork/commit/ac7d0f254f2ad377bfc9c9afb931f7e82041c724))
- Publish ([#1378](https://github.com/RequestNetwork/requestNetwork/issues/1378)) ([a306ecf](https://github.com/RequestNetwork/requestNetwork/commit/a306ecfcf4f92f55cfe918f54f2b8deef88a68d4))

# 0.41.0 (2023-10-06)

### Bug Fixes

- typescript lint for test files ([#778](https://github.com/RequestNetwork/requestNetwork/issues/778)) ([048e876](https://github.com/RequestNetwork/requestNetwork/commit/048e876a905516be0de8a31d446e4572eb74eccb))
- webpack ts-loader build conf ([#779](https://github.com/RequestNetwork/requestNetwork/issues/779)) ([4288234](https://github.com/RequestNetwork/requestNetwork/commit/4288234726248ebabdc6d01e0fb3c6222e41f58a))

# [0.6.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/[email protected]...@requestnetwork/[email protected]) (2024-07-21)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/epk-decryption/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/epk-decryption",
"version": "0.6.0",
"version": "0.7.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -41,9 +41,9 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/multi-format": "0.18.0",
"@requestnetwork/types": "0.44.0",
"@requestnetwork/utils": "0.44.0",
"@requestnetwork/multi-format": "0.19.0",
"@requestnetwork/types": "0.45.0",
"@requestnetwork/utils": "0.45.0",
"tslib": "2.5.0"
},
"devDependencies": {
Expand Down
20 changes: 20 additions & 0 deletions packages/epk-signature/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.9.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/[email protected]...@requestnetwork/[email protected]) (2024-07-24)

### Bug Fixes

- **security:** vulnerabilities + remove coveralls ([#1333](https://github.com/RequestNetwork/requestNetwork/issues/1333)) ([384818b](https://github.com/RequestNetwork/requestNetwork/commit/384818bceac7443e19a194a0209941b7f883c3be))
- yarn clean. Replace shx with native rm. Remove rimraf. ([#1343](https://github.com/RequestNetwork/requestNetwork/issues/1343)) ([62e3d7f](https://github.com/RequestNetwork/requestNetwork/commit/62e3d7f928fc531b831c7722d4dc401771b92ca3))

### Features

- Publish ([#1374](https://github.com/RequestNetwork/requestNetwork/issues/1374)) ([04db0d1](https://github.com/RequestNetwork/requestNetwork/commit/04db0d12dde819183da31d471bbb56d319023714))
- Publish ([#1375](https://github.com/RequestNetwork/requestNetwork/issues/1375)) ([ac7d0f2](https://github.com/RequestNetwork/requestNetwork/commit/ac7d0f254f2ad377bfc9c9afb931f7e82041c724))
- Publish ([#1378](https://github.com/RequestNetwork/requestNetwork/issues/1378)) ([a306ecf](https://github.com/RequestNetwork/requestNetwork/commit/a306ecfcf4f92f55cfe918f54f2b8deef88a68d4))

# 0.41.0 (2023-10-06)

### Bug Fixes

- typescript lint for test files ([#778](https://github.com/RequestNetwork/requestNetwork/issues/778)) ([048e876](https://github.com/RequestNetwork/requestNetwork/commit/048e876a905516be0de8a31d446e4572eb74eccb))
- webpack ts-loader build conf ([#779](https://github.com/RequestNetwork/requestNetwork/issues/779)) ([4288234](https://github.com/RequestNetwork/requestNetwork/commit/4288234726248ebabdc6d01e0fb3c6222e41f58a))

# [0.8.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/[email protected]...@requestnetwork/[email protected]) (2024-07-21)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/epk-signature/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/epk-signature",
"version": "0.8.0",
"version": "0.9.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -41,8 +41,8 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/types": "0.44.0",
"@requestnetwork/utils": "0.44.0",
"@requestnetwork/types": "0.45.0",
"@requestnetwork/utils": "0.45.0",
"tslib": "2.5.0"
},
"devDependencies": {
Expand Down
39 changes: 39 additions & 0 deletions packages/ethereum-storage/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,45 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.36.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/[email protected]...@requestnetwork/[email protected]) (2024-07-24)

### Bug Fixes

- **security:** vulnerabilities + remove coveralls ([#1333](https://github.com/RequestNetwork/requestNetwork/issues/1333)) ([384818b](https://github.com/RequestNetwork/requestNetwork/commit/384818bceac7443e19a194a0209941b7f883c3be))
- yarn clean. Replace shx with native rm. Remove rimraf. ([#1343](https://github.com/RequestNetwork/requestNetwork/issues/1343)) ([62e3d7f](https://github.com/RequestNetwork/requestNetwork/commit/62e3d7f928fc531b831c7722d4dc401771b92ca3))

### Features

- **ethereum-storage:** gas fee multiplier & max gas fee ([#1318](https://github.com/RequestNetwork/requestNetwork/issues/1318)) ([98997ed](https://github.com/RequestNetwork/requestNetwork/commit/98997ed16aee7d09184c98bc88c337745d2aa928))
- Publish ([#1374](https://github.com/RequestNetwork/requestNetwork/issues/1374)) ([04db0d1](https://github.com/RequestNetwork/requestNetwork/commit/04db0d12dde819183da31d471bbb56d319023714))
- Publish ([#1375](https://github.com/RequestNetwork/requestNetwork/issues/1375)) ([ac7d0f2](https://github.com/RequestNetwork/requestNetwork/commit/ac7d0f254f2ad377bfc9c9afb931f7e82041c724))
- Publish ([#1378](https://github.com/RequestNetwork/requestNetwork/issues/1378)) ([a306ecf](https://github.com/RequestNetwork/requestNetwork/commit/a306ecfcf4f92f55cfe918f54f2b8deef88a68d4))

# 0.41.0 (2023-10-06)

### Bug Fixes

- **ethereum-storage:** OldNonce error, wait for 1 confirmation when submitting hashes ([#1078](https://github.com/RequestNetwork/requestNetwork/issues/1078)) ([35f2ede](https://github.com/RequestNetwork/requestNetwork/commit/35f2edee22fbc68c06abc7c455e8d58e9c7717b1))
- **gas-fee:** catch estimation errors ([#1121](https://github.com/RequestNetwork/requestNetwork/issues/1121)) ([e0e9151](https://github.com/RequestNetwork/requestNetwork/commit/e0e91517759e404faf3be4d3811ffd9245f31dc9))
- getDataIdMeta heavy load ([#613](https://github.com/RequestNetwork/requestNetwork/issues/613)) ([fa8bf9e](https://github.com/RequestNetwork/requestNetwork/commit/fa8bf9e77a98d27ad6e21a8118995e6930a99407))
- invoice total types + upgrade ethers ([#514](https://github.com/RequestNetwork/requestNetwork/issues/514)) ([c2b98b2](https://github.com/RequestNetwork/requestNetwork/commit/c2b98b2bd3c93f063f340d58c6b95ad026fd9519))
- min gas ([#940](https://github.com/RequestNetwork/requestNetwork/issues/940)) ([ce9990f](https://github.com/RequestNetwork/requestNetwork/commit/ce9990f704cd374218769ff4cd9f4d2e8e041bbd))
- min priority fee ([#998](https://github.com/RequestNetwork/requestNetwork/issues/998)) ([21e1bbd](https://github.com/RequestNetwork/requestNetwork/commit/21e1bbdfd7cafe593a938462cffd0360108ef4b7))
- **smart-contract-manager:** save the real confirmationNumber ([#659](https://github.com/RequestNetwork/requestNetwork/issues/659)) ([c6f4b85](https://github.com/RequestNetwork/requestNetwork/commit/c6f4b85ac6998c0d6172ee036dd353ba175b6f0b))
- **toolbox:** addAggregator fees ([#1010](https://github.com/RequestNetwork/requestNetwork/issues/1010)) ([8ff7690](https://github.com/RequestNetwork/requestNetwork/commit/8ff76906005ed42e7624e73d7e2b579731508a0d))
- typescript lint for test files ([#778](https://github.com/RequestNetwork/requestNetwork/issues/778)) ([048e876](https://github.com/RequestNetwork/requestNetwork/commit/048e876a905516be0de8a31d446e4572eb74eccb))
- upgrade ethers to 5.2.0 ([#532](https://github.com/RequestNetwork/requestNetwork/issues/532)) ([6c7cf35](https://github.com/RequestNetwork/requestNetwork/commit/6c7cf350a04e280b77ce6fd758b6f065f28fd1cc))

### Features

- **ethereum-storage:** add minimum gas price option ([#997](https://github.com/RequestNetwork/requestNetwork/issues/997)) ([121aeaa](https://github.com/RequestNetwork/requestNetwork/commit/121aeaaed4c8f65a57b9f20a1cf1e31d75e09d3f))
- goerli storage ([#890](https://github.com/RequestNetwork/requestNetwork/issues/890)) ([6aa9849](https://github.com/RequestNetwork/requestNetwork/commit/6aa9849e7c5795de6ec3cbd2a1607af15416a833))
- increase XDaiFixedProvider prices ([#523](https://github.com/RequestNetwork/requestNetwork/issues/523)) ([eeca1e7](https://github.com/RequestNetwork/requestNetwork/commit/eeca1e7657e74579da66112045855a5d7dea8078))
- **ipfs-manager:** adapt RPC usage with POST methods ([#871](https://github.com/RequestNetwork/requestNetwork/issues/871)) ([9b99d72](https://github.com/RequestNetwork/requestNetwork/commit/9b99d726512320999b94d8635772ceadc773f6ca))
- **smart-contracts:** xdeployer gas fee eip1559 ([#1014](https://github.com/RequestNetwork/requestNetwork/issues/1014)) ([054fc63](https://github.com/RequestNetwork/requestNetwork/commit/054fc6307177d9dd56f690e37fdaf4a965bbfbfe))
- **toolbox:** troubleshooting utilities ([#995](https://github.com/RequestNetwork/requestNetwork/issues/995)) ([1818e08](https://github.com/RequestNetwork/requestNetwork/commit/1818e080fee237aec3ba411e15bc864e82adaf7c))
- xdai gas price ([#457](https://github.com/RequestNetwork/requestNetwork/issues/457)) ([8f0822d](https://github.com/RequestNetwork/requestNetwork/commit/8f0822de91cb2d9f617fa94c4d11dcd9adf806b2))

# [0.35.0](https://github.com/RequestNetwork/requestNetwork/compare/@requestnetwork/[email protected]...@requestnetwork/[email protected]) (2024-07-21)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/ethereum-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/ethereum-storage",
"version": "0.35.0",
"version": "0.36.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -41,9 +41,9 @@
},
"dependencies": {
"@rainbow-me/fee-suggestions": "2.1.0",
"@requestnetwork/smart-contracts": "0.37.0",
"@requestnetwork/types": "0.44.0",
"@requestnetwork/utils": "0.44.0",
"@requestnetwork/smart-contracts": "0.38.0",
"@requestnetwork/types": "0.45.0",
"@requestnetwork/utils": "0.45.0",
"ethers": "5.5.1",
"form-data": "3.0.0",
"qs": "6.11.2",
Expand Down
Loading
Loading