Skip to content

Commit

Permalink
chore: publish 0.50.0 (#1489)
Browse files Browse the repository at this point in the history
  • Loading branch information
MantisClone authored Nov 13, 2024
1 parent 9af0ebd commit ccfaf0d
Show file tree
Hide file tree
Showing 22 changed files with 118 additions and 118 deletions.
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.44.0",
"version": "0.45.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -39,9 +39,9 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/currency": "0.18.0",
"@requestnetwork/types": "0.45.0",
"@requestnetwork/utils": "0.45.0",
"@requestnetwork/currency": "0.19.0",
"@requestnetwork/types": "0.45.1",
"@requestnetwork/utils": "0.45.1",
"tslib": "2.5.0"
},
"devDependencies": {
Expand Down
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.18.0",
"version": "0.19.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -43,8 +43,8 @@
},
"dependencies": {
"@metamask/contract-metadata": "1.31.0",
"@requestnetwork/types": "0.45.0",
"@requestnetwork/utils": "0.45.0",
"@requestnetwork/types": "0.45.1",
"@requestnetwork/utils": "0.45.1",
"multicoin-address-validator": "0.5.15",
"node-dijkstra": "2.5.0",
"tslib": "2.5.0"
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.36.0",
"version": "0.36.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -39,9 +39,9 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/multi-format": "0.19.0",
"@requestnetwork/types": "0.45.0",
"@requestnetwork/utils": "0.45.0",
"@requestnetwork/multi-format": "0.19.1",
"@requestnetwork/types": "0.45.1",
"@requestnetwork/utils": "0.45.1",
"tslib": "2.5.0"
},
"devDependencies": {
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.19.0",
"version": "0.19.1",
"publishConfig": {
"access": "public"
},
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.7.0",
"version": "0.7.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -41,9 +41,9 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/multi-format": "0.19.0",
"@requestnetwork/types": "0.45.0",
"@requestnetwork/utils": "0.45.0",
"@requestnetwork/multi-format": "0.19.1",
"@requestnetwork/types": "0.45.1",
"@requestnetwork/utils": "0.45.1",
"tslib": "2.5.0"
},
"devDependencies": {
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.9.0",
"version": "0.9.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -41,8 +41,8 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/types": "0.45.0",
"@requestnetwork/utils": "0.45.0",
"@requestnetwork/types": "0.45.1",
"@requestnetwork/utils": "0.45.1",
"tslib": "2.5.0"
},
"devDependencies": {
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.36.0",
"version": "0.36.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -41,9 +41,9 @@
},
"dependencies": {
"@rainbow-me/fee-suggestions": "2.1.0",
"@requestnetwork/smart-contracts": "0.38.0",
"@requestnetwork/types": "0.45.0",
"@requestnetwork/utils": "0.45.0",
"@requestnetwork/smart-contracts": "0.39.0",
"@requestnetwork/types": "0.45.1",
"@requestnetwork/utils": "0.45.1",
"ethers": "5.7.2",
"form-data": "3.0.0",
"qs": "6.11.2",
Expand Down
32 changes: 16 additions & 16 deletions packages/integration-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/integration-test",
"version": "0.38.0",
"version": "0.38.1",
"private": true,
"description": "Integration tests for the request system.",
"keywords": [
Expand Down Expand Up @@ -40,21 +40,21 @@
"test:btc": "jest test/scheduled/btc.test.ts --forceExit"
},
"devDependencies": {
"@requestnetwork/advanced-logic": "0.44.0",
"@requestnetwork/currency": "0.18.0",
"@requestnetwork/data-access": "0.36.0",
"@requestnetwork/epk-decryption": "0.7.0",
"@requestnetwork/epk-signature": "0.9.0",
"@requestnetwork/ethereum-storage": "0.36.0",
"@requestnetwork/multi-format": "0.19.0",
"@requestnetwork/payment-detection": "0.45.0",
"@requestnetwork/payment-processor": "0.47.0",
"@requestnetwork/request-client.js": "0.49.0",
"@requestnetwork/request-logic": "0.35.0",
"@requestnetwork/thegraph-data-access": "0.42.0",
"@requestnetwork/transaction-manager": "0.36.0",
"@requestnetwork/types": "0.45.0",
"@requestnetwork/utils": "0.45.0",
"@requestnetwork/advanced-logic": "0.45.0",
"@requestnetwork/currency": "0.19.0",
"@requestnetwork/data-access": "0.36.1",
"@requestnetwork/epk-decryption": "0.7.1",
"@requestnetwork/epk-signature": "0.9.1",
"@requestnetwork/ethereum-storage": "0.36.1",
"@requestnetwork/multi-format": "0.19.1",
"@requestnetwork/payment-detection": "0.45.1",
"@requestnetwork/payment-processor": "0.48.0",
"@requestnetwork/request-client.js": "0.50.0",
"@requestnetwork/request-logic": "0.35.1",
"@requestnetwork/thegraph-data-access": "0.42.1",
"@requestnetwork/transaction-manager": "0.36.1",
"@requestnetwork/types": "0.45.1",
"@requestnetwork/utils": "0.45.1",
"@types/jest": "29.5.6",
"@types/node": "18.11.9",
"ethers": "5.7.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/multi-format/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/multi-format",
"version": "0.19.0",
"version": "0.19.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -40,7 +40,7 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/types": "0.45.0",
"@requestnetwork/types": "0.45.1",
"tslib": "2.5.0"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions packages/payment-detection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/payment-detection",
"version": "0.45.0",
"version": "0.45.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -41,10 +41,10 @@
"codegen": "graphql-codegen --config codegen.yml ; graphql-codegen --config codegen-superfluid.yml; graphql-codegen --config codegen-near.yml"
},
"dependencies": {
"@requestnetwork/currency": "0.18.0",
"@requestnetwork/smart-contracts": "0.38.0",
"@requestnetwork/types": "0.45.0",
"@requestnetwork/utils": "0.45.0",
"@requestnetwork/currency": "0.19.0",
"@requestnetwork/smart-contracts": "0.39.0",
"@requestnetwork/types": "0.45.1",
"@requestnetwork/utils": "0.45.1",
"ethers": "5.7.2",
"graphql": "16.8.1",
"graphql-request": "6.1.0",
Expand All @@ -61,7 +61,7 @@
"@graphql-codegen/typescript-operations": "4.0.1",
"@graphql-codegen/typescript-resolvers": "4.0.1",
"@jridgewell/gen-mapping": "0.3.2",
"@requestnetwork/advanced-logic": "0.44.0",
"@requestnetwork/advanced-logic": "0.45.0",
"@types/jest": "29.5.6",
"jest": "29.5.0",
"jest-junit": "16.0.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/payment-processor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/payment-processor",
"version": "0.47.0",
"version": "0.48.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -40,11 +40,11 @@
},
"dependencies": {
"@openzeppelin/contracts": "4.9.6",
"@requestnetwork/currency": "0.18.0",
"@requestnetwork/payment-detection": "0.45.0",
"@requestnetwork/smart-contracts": "0.38.0",
"@requestnetwork/types": "0.45.0",
"@requestnetwork/utils": "0.45.0",
"@requestnetwork/currency": "0.19.0",
"@requestnetwork/payment-detection": "0.45.1",
"@requestnetwork/smart-contracts": "0.39.0",
"@requestnetwork/types": "0.45.1",
"@requestnetwork/utils": "0.45.1",
"@superfluid-finance/sdk-core": "0.5.0",
"ethers": "5.7.2",
"near-api-js": "4.0.2",
Expand Down
26 changes: 13 additions & 13 deletions packages/request-client.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/request-client.js",
"version": "0.49.0",
"version": "0.50.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -42,18 +42,18 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/advanced-logic": "0.44.0",
"@requestnetwork/currency": "0.18.0",
"@requestnetwork/data-access": "0.36.0",
"@requestnetwork/data-format": "0.19.0",
"@requestnetwork/epk-signature": "0.9.0",
"@requestnetwork/multi-format": "0.19.0",
"@requestnetwork/payment-detection": "0.45.0",
"@requestnetwork/request-logic": "0.35.0",
"@requestnetwork/smart-contracts": "0.38.0",
"@requestnetwork/transaction-manager": "0.36.0",
"@requestnetwork/types": "0.45.0",
"@requestnetwork/utils": "0.45.0",
"@requestnetwork/advanced-logic": "0.45.0",
"@requestnetwork/currency": "0.19.0",
"@requestnetwork/data-access": "0.36.1",
"@requestnetwork/data-format": "0.19.1",
"@requestnetwork/epk-signature": "0.9.1",
"@requestnetwork/multi-format": "0.19.1",
"@requestnetwork/payment-detection": "0.45.1",
"@requestnetwork/request-logic": "0.35.1",
"@requestnetwork/smart-contracts": "0.39.0",
"@requestnetwork/transaction-manager": "0.36.1",
"@requestnetwork/types": "0.45.1",
"@requestnetwork/utils": "0.45.1",
"ethers": "5.7.2",
"qs": "6.11.2",
"tslib": "2.5.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/request-logic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/request-logic",
"version": "0.35.0",
"version": "0.35.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -40,10 +40,10 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/advanced-logic": "0.44.0",
"@requestnetwork/multi-format": "0.19.0",
"@requestnetwork/types": "0.45.0",
"@requestnetwork/utils": "0.45.0",
"@requestnetwork/advanced-logic": "0.45.0",
"@requestnetwork/multi-format": "0.19.1",
"@requestnetwork/types": "0.45.1",
"@requestnetwork/utils": "0.45.1",
"semver": "7.5.4",
"tslib": "2.5.0"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/request-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/request-node",
"version": "0.36.0",
"version": "0.36.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -42,13 +42,13 @@
},
"dependencies": {
"@ethersproject/experimental": "5.7.0",
"@requestnetwork/currency": "0.18.0",
"@requestnetwork/data-access": "0.36.0",
"@requestnetwork/ethereum-storage": "0.36.0",
"@requestnetwork/smart-contracts": "0.38.0",
"@requestnetwork/thegraph-data-access": "0.42.0",
"@requestnetwork/types": "0.45.0",
"@requestnetwork/utils": "0.45.0",
"@requestnetwork/currency": "0.19.0",
"@requestnetwork/data-access": "0.36.1",
"@requestnetwork/ethereum-storage": "0.36.1",
"@requestnetwork/smart-contracts": "0.39.0",
"@requestnetwork/thegraph-data-access": "0.42.1",
"@requestnetwork/types": "0.45.1",
"@requestnetwork/utils": "0.45.1",
"chalk": "4.1.0",
"cors": "2.8.5",
"dotenv": "8.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/smart-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/smart-contracts",
"version": "0.38.0",
"version": "0.39.0",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -66,9 +66,9 @@
"@nomiclabs/hardhat-web3": "2.0.0",
"@openzeppelin/contracts": "4.9.6",
"@rainbow-me/fee-suggestions": "2.1.0",
"@requestnetwork/currency": "0.18.0",
"@requestnetwork/types": "0.45.0",
"@requestnetwork/utils": "0.45.0",
"@requestnetwork/currency": "0.19.0",
"@requestnetwork/types": "0.45.1",
"@requestnetwork/utils": "0.45.1",
"@safe-global/api-kit": "1.3.1",
"@safe-global/protocol-kit": "1.3.0",
"@superfluid-finance/ethereum-contracts": "1.1.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/thegraph-data-access/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@requestnetwork/thegraph-data-access",
"version": "0.42.0",
"version": "0.42.1",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -40,10 +40,10 @@
"test:watch": "yarn test --watch"
},
"dependencies": {
"@requestnetwork/data-access": "0.36.0",
"@requestnetwork/smart-contracts": "0.38.0",
"@requestnetwork/types": "0.45.0",
"@requestnetwork/utils": "0.45.0",
"@requestnetwork/data-access": "0.36.1",
"@requestnetwork/smart-contracts": "0.39.0",
"@requestnetwork/types": "0.45.1",
"@requestnetwork/utils": "0.45.1",
"ethers": "5.7.2",
"graphql-request": "6.1.0",
"tslib": "2.5.0"
Expand Down
Loading

0 comments on commit ccfaf0d

Please sign in to comment.