Skip to content

Commit

Permalink
v0.0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
pygman committed Nov 5, 2022
1 parent e11e0a5 commit 536049a
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion offchain-modules/lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.37",
"version": "0.0.38",
"workspaces": [
"packages/*"
],
Expand Down
14 changes: 7 additions & 7 deletions offchain-modules/packages/app-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@force-bridge/cli",
"main": "dist",
"version": "0.0.37",
"version": "0.0.38",
"bin": {
"forcecli": "./dist/index.js"
},
Expand All @@ -17,12 +17,12 @@
"@ckb-lumos/common-scripts": "0.18.0-rc3",
"@ckb-lumos/hd": "0.18.0-rc3",
"@ckb-lumos/helpers": "0.18.0-rc3",
"@force-bridge/app-monitor": "^0.0.37",
"@force-bridge/app-multisign-server": "^0.0.37",
"@force-bridge/app-relayer": "^0.0.37",
"@force-bridge/app-rpc-server": "^0.0.37",
"@force-bridge/keystore": "^0.0.37",
"@force-bridge/x": "^0.0.37",
"@force-bridge/app-monitor": "^0.0.38",
"@force-bridge/app-multisign-server": "^0.0.38",
"@force-bridge/app-relayer": "^0.0.38",
"@force-bridge/app-rpc-server": "^0.0.38",
"@force-bridge/keystore": "^0.0.38",
"@force-bridge/x": "^0.0.38",
"@lay2/pw-core": "^0.3.22",
"@nervosnetwork/ckb-sdk-core": "^0.101.0",
"commander": "^8.1.0",
Expand Down
6 changes: 3 additions & 3 deletions offchain-modules/packages/app-monitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@force-bridge/app-monitor",
"version": "0.0.37",
"version": "0.0.38",
"main": "dist",
"scripts": {
"build": "yarn run clean && yarn run compile",
Expand All @@ -13,7 +13,7 @@
"access": "public"
},
"dependencies": {
"@force-bridge/x": "^0.0.37",
"@force-bridge/xchain-eth": "^0.0.37"
"@force-bridge/x": "^0.0.38",
"@force-bridge/xchain-eth": "^0.0.38"
}
}
4 changes: 2 additions & 2 deletions offchain-modules/packages/app-multisign-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"test": "yarn run build"
},
"dependencies": {
"@force-bridge/x": "^0.0.37"
"@force-bridge/x": "^0.0.38"
},
"publishConfig": {
"access": "public"
},
"version": "0.0.37"
"version": "0.0.38"
}
4 changes: 2 additions & 2 deletions offchain-modules/packages/app-relayer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"test": "yarn run build"
},
"dependencies": {
"@force-bridge/x": "^0.0.37"
"@force-bridge/x": "^0.0.38"
},
"publishConfig": {
"access": "public"
},
"version": "0.0.37"
"version": "0.0.38"
}
4 changes: 2 additions & 2 deletions offchain-modules/packages/app-rpc-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"test": "yarn run build"
},
"dependencies": {
"@force-bridge/x": "^0.0.37"
"@force-bridge/x": "^0.0.38"
},
"publishConfig": {
"access": "public"
},
"version": "0.0.37"
"version": "0.0.38"
}
2 changes: 1 addition & 1 deletion offchain-modules/packages/ckb-indexer-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@force-bridge/ckb-indexer-client",
"version": "0.0.37",
"version": "0.0.38",
"main": "dist",
"scripts": {
"build": "yarn run clean && yarn run compile",
Expand Down
4 changes: 2 additions & 2 deletions offchain-modules/packages/internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@force-bridge/internal",
"version": "0.0.37",
"version": "0.0.38",
"main": "dist",
"scripts": {
"build": "yarn run clean && yarn run compile",
Expand All @@ -13,6 +13,6 @@
"access": "public"
},
"dependencies": {
"@force-bridge/keystore": "^0.0.37"
"@force-bridge/keystore": "^0.0.38"
}
}
2 changes: 1 addition & 1 deletion offchain-modules/packages/keystore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@force-bridge/keystore",
"version": "0.0.37",
"version": "0.0.38",
"main": "dist",
"scripts": {
"build": "yarn run clean && yarn run compile",
Expand Down
2 changes: 1 addition & 1 deletion offchain-modules/packages/reconc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@force-bridge/reconc",
"version": "0.0.37",
"version": "0.0.38",
"main": "dist",
"scripts": {
"build": "yarn run clean && yarn run compile",
Expand Down
16 changes: 8 additions & 8 deletions offchain-modules/packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
"test": "yarn run build"
},
"dependencies": {
"@force-bridge/app-monitor": "^0.0.37",
"@force-bridge/ckb-indexer-client": "^0.0.37",
"@force-bridge/internal": "^0.0.37",
"@force-bridge/keystore": "^0.0.37",
"@force-bridge/reconc": "^0.0.37",
"@force-bridge/x": "^0.0.37",
"@force-bridge/xchain-eth": "^0.0.37",
"@force-bridge/app-monitor": "^0.0.38",
"@force-bridge/ckb-indexer-client": "^0.0.38",
"@force-bridge/internal": "^0.0.38",
"@force-bridge/keystore": "^0.0.38",
"@force-bridge/reconc": "^0.0.38",
"@force-bridge/x": "^0.0.38",
"@force-bridge/xchain-eth": "^0.0.38",
"cheerio": "^1.0.0-rc.10",
"dotenv": "^10.0.0",
"mustache": "^4.2.0",
"node-fetch": "^1.7.3",
"shelljs": "^0.8.4"
},
"version": "0.0.37",
"version": "0.0.38",
"devDependencies": {
"@types/shelljs": "^0.8.9"
}
Expand Down
10 changes: 5 additions & 5 deletions offchain-modules/packages/x/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@force-bridge/x",
"version": "0.0.37",
"version": "0.0.38",
"main": "./dist/index.js",
"license": "MIT",
"scripts": {
Expand All @@ -21,10 +21,10 @@
"@ckb-lumos/helpers": "0.18.0-rc3",
"@ckb-lumos/rpc": "0.18.0-rc3",
"@ckb-lumos/transaction-manager": "0.18.0-rc3",
"@force-bridge/ckb-indexer-client": "^0.0.37",
"@force-bridge/internal": "^0.0.37",
"@force-bridge/keystore": "^0.0.37",
"@force-bridge/reconc": "^0.0.37",
"@force-bridge/ckb-indexer-client": "^0.0.38",
"@force-bridge/internal": "^0.0.38",
"@force-bridge/keystore": "^0.0.38",
"@force-bridge/reconc": "^0.0.38",
"@lay2/pw-core": "^0.3.22",
"@nervosnetwork/ckb-sdk-core": "^0.101.0",
"@nervosnetwork/ckb-sdk-utils": "^0.101.0",
Expand Down
8 changes: 4 additions & 4 deletions offchain-modules/packages/xchain-eth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@force-bridge/xchain-eth",
"version": "0.0.37",
"version": "0.0.38",
"main": "dist",
"scripts": {
"build": "yarn run clean && yarn run compile",
Expand All @@ -13,9 +13,9 @@
"patch-typechain": "node scripts/patch-typechain.js"
},
"dependencies": {
"@force-bridge/ckb-indexer-client": "^0.0.37",
"@force-bridge/reconc": "^0.0.37",
"@force-bridge/x": "^0.0.37",
"@force-bridge/ckb-indexer-client": "^0.0.38",
"@force-bridge/reconc": "^0.0.38",
"@force-bridge/x": "^0.0.38",
"@typechain/ethers-v5": "^7.0.0",
"rxjs": "^7.1.0",
"typechain": "^5.0.0"
Expand Down

0 comments on commit 536049a

Please sign in to comment.