Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nionis committed Jan 18, 2023
1 parent f8187b5 commit 4d818a7
Show file tree
Hide file tree
Showing 15 changed files with 73 additions and 18 deletions.
8 changes: 8 additions & 0 deletions apps/discovery-platform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @rpch/discovery-platform

## 0.0.1

### Patch Changes

- Updated dependencies
- @rpch/common@0.1.4
4 changes: 2 additions & 2 deletions apps/discovery-platform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpch/discovery-platform",
"version": "0.0.0",
"version": "0.0.1",
"license": "LGPL-3.0",
"private": true,
"scripts": {
Expand Down Expand Up @@ -30,6 +30,6 @@
"graphql-request": "^5.0.0",
"node-fetch": "^2.6.2",
"pg-promise": "^11.0.0",
"@rpch/common": "0.1.3"
"@rpch/common": "0.1.4"
}
}
8 changes: 8 additions & 0 deletions apps/exit-node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rpch/exit-node

## 0.0.5

### Patch Changes

- Updated dependencies
- @rpch/crypto-bridge@0.1.4
- @rpch/common@0.1.4

## 0.0.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions apps/exit-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpch/exit-node",
"version": "0.0.4",
"version": "0.0.5",
"license": "LGPL-3.0",
"private": true,
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"leveldown": "^6.1.1",
"levelup": "^5.1.1",
"node-fetch": "^2.6.2",
"@rpch/common": "0.1.3",
"@rpch/crypto-bridge": "0.1.3"
"@rpch/common": "0.1.4",
"@rpch/crypto-bridge": "0.1.4"
}
}
7 changes: 7 additions & 0 deletions apps/funding-service/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @rpch/funding-service

## 0.0.5

### Patch Changes

- Updated dependencies
- @rpch/common@0.1.4

## 0.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions apps/funding-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpch/funding-service",
"version": "0.0.4",
"version": "0.0.5",
"license": "LGPL-3.0",
"private": true,
"scripts": {
Expand Down Expand Up @@ -35,6 +35,6 @@
"express-validator": "^6.14.2",
"lowdb": "^5.0.5",
"pg-promise": "^10.15.4",
"@rpch/common": "0.1.3"
"@rpch/common": "0.1.4"
}
}
4 changes: 2 additions & 2 deletions devkit/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@rpch/configs-eslint": "*",
"@rpch/configs-prettier": "*",
"@rpch/configs-jest": "*",
"@rpch/ethers": "0.1.3",
"@rpch/common": "0.1.3"
"@rpch/ethers": "0.1.4",
"@rpch/common": "0.1.4"
}
}
8 changes: 8 additions & 0 deletions packages/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @rpch/common

## 0.1.4

### Patch Changes

- Release of Sandbox v2
- Updated dependencies
- @rpch/crypto-bridge@0.1.4

## 0.1.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpch/common",
"version": "0.1.3",
"version": "0.1.4",
"license": "LGPL-3.0",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"ethers": "^5.7.2",
"isomorphic-ws": "^5.0.0",
"peer-id": "^0.16.0",
"@rpch/crypto-bridge": "0.1.3",
"@rpch/crypto-bridge": "0.1.4",
"ws": "^8.11.0"
}
}
6 changes: 6 additions & 0 deletions packages/crypto-bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @rpch/crypto-bridge

## 0.1.4

### Patch Changes

- Release of Sandbox v2

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpch/crypto-bridge",
"version": "0.1.3",
"version": "0.1.4",
"license": "LGPL-3.0",
"main": "./index.js",
"types": "./index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rpch/ethers

## 0.1.4

### Patch Changes

- Release of Sandbox v2
- Updated dependencies
- @rpch/common@0.1.4
- @rpch/sdk@0.1.4

## 0.1.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpch/ethers",
"version": "0.1.3",
"version": "0.1.4",
"license": "LGPL-3.0",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand All @@ -20,8 +20,8 @@
"nock": "^13.2.9"
},
"dependencies": {
"@rpch/common": "0.1.3",
"@rpch/sdk": "0.1.3"
"@rpch/common": "0.1.4",
"@rpch/sdk": "0.1.4"
},
"peerDependencies": {
"ethers": "^5.7.2"
Expand Down
9 changes: 9 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @rpch/sdk

## 0.1.4

### Patch Changes

- Release of Sandbox v2
- Updated dependencies
- @rpch/crypto-bridge@0.1.4
- @rpch/common@0.1.4

## 0.1.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rpch/sdk",
"version": "0.1.3",
"version": "0.1.4",
"license": "LGPL-3.0",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand All @@ -20,8 +20,8 @@
"nock": "^13.2.9"
},
"dependencies": {
"@rpch/common": "0.1.3",
"@rpch/crypto-bridge": "0.1.3",
"@rpch/common": "0.1.4",
"@rpch/crypto-bridge": "0.1.4",
"cross-fetch": "^3.1.5",
"peer-id": "^0.16.0"
}
Expand Down

0 comments on commit 4d818a7

Please sign in to comment.