Skip to content

Commit

Permalink
Upgrade package versions to 0.1.15 (#132)
Browse files Browse the repository at this point in the history
Co-authored-by: neeraj <[email protected]>
  • Loading branch information
nikugogoi and neerajvijay1997 authored Oct 17, 2023
1 parent 5ee4b9d commit 663c8be
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useWorkspaces": true,
"version": "0.1.14"
"version": "0.1.15"
}
4 changes: 2 additions & 2 deletions packages/example-web-app/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@cerc-io/example-web-app",
"version": "0.1.14",
"version": "0.1.15",
"private": true,
"dependencies": {
"@cerc-io/nitro-node": "^0.1.14",
"@cerc-io/nitro-node": "^0.1.15",
"@libp2p/crypto": "^1.0.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/nitro-node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerc-io/nitro-node",
"version": "0.1.14",
"version": "0.1.15",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -54,8 +54,8 @@
},
"dependencies": {
"@cerc-io/libp2p": "0.42.2-laconic-0.1.4",
"@cerc-io/nitro-util": "^0.1.14",
"@cerc-io/peer": "^0.2.63",
"@cerc-io/nitro-util": "^0.1.15",
"@cerc-io/peer": "^0.2.65",
"@cerc-io/ts-channel": "1.0.3-ts-nitro-0.1.1",
"@jpwilliams/waitgroup": "^2.1.0",
"@libp2p/crypto": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/nitro-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerc-io/nitro-util",
"version": "0.1.14",
"version": "0.1.15",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cerc-io/server",
"version": "0.1.14",
"version": "0.1.15",
"main": "index.js",
"license": "MIT",
"private": true,
Expand Down Expand Up @@ -32,8 +32,8 @@
"chain:anvil": "hardhat --config hardhat.anvil.config.ts node"
},
"dependencies": {
"@cerc-io/nitro-node": "^0.1.14",
"@cerc-io/nitro-util": "^0.1.14",
"@cerc-io/nitro-node": "^0.1.15",
"@cerc-io/nitro-util": "^0.1.15",
"assert": "^2.0.0",
"debug": "^4.3.4",
"dotenv": "^16.0.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1188,10 +1188,10 @@
wherearewe "^2.0.0"
xsalsa20 "^1.1.0"

"@cerc-io/peer@^0.2.63":
version "0.2.63"
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fpeer/-/0.2.63/peer-0.2.63.tgz#d932f1ec3181aae5add62eded567128b6faf7cc8"
integrity sha512-595Il+/t6ZuknVR/zm08D0uZ95YNlJvCg13zCC4GFPeFWwVFxUhK6H88/yaeXod+xCSf1nmtuq24mq3e4QFEAA==
"@cerc-io/peer@^0.2.65":
version "0.2.65"
resolved "https://git.vdb.to/api/packages/cerc-io/npm/%40cerc-io%2Fpeer/-/0.2.65/peer-0.2.65.tgz#56a56377792bfc4a9018322cba7b2cdbe4ca5cc7"
integrity sha512-JgE4r6V0ybOSa4Co/NYsRJWtk5MvbLQKbf8E0S6I4v77ivTHOvudROzIuMQMG/AW7t99MpP2B8nmEIj4Znqdcg==
dependencies:
"@cerc-io/libp2p" "^0.42.2-laconic-0.1.4"
"@cerc-io/prometheus-metrics" "1.1.4"
Expand Down

0 comments on commit 663c8be

Please sign in to comment.