Skip to content

Commit b9430ae

Browse files
authored
[sdk] Add new SDK packages to lerna (#630)
1 parent bf49774 commit b9430ae

File tree

27 files changed

+13461
-82686
lines changed

27 files changed

+13461
-82686
lines changed

governance/multisig_wh_message_builder/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@
88
"files": [
99
"lib/**/*"
1010
],
11-
"repository": "https://github.com/pyth-network/pyth-crosschain",
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/pyth-network/pyth-crosschain.git",
14+
"directory": "governance/multisig_wh_message_builder"
15+
},
1216
"scripts": {
1317
"test": "jest src/ --passWithNoTests",
1418
"build": "tsc",

governance/xc_admin/packages/xc_admin_frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@solana/web3.js": "^1.73.0",
2323
"@sqds/mesh": "^1.0.6",
2424
"@tanstack/react-table": "^8.7.6",
25-
"@types/node": "18.11.18",
25+
"@types/node": "^18.11.18",
2626
"@types/react": "18.0.26",
2727
"@types/react-dom": "18.0.10",
2828
"copy-to-clipboard": "^3.3.3",

governance/xc_governance_sdk_js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"files": [
99
"lib/**/*"
1010
],
11-
"repository": "https://github.com/pyth-crosschain",
11+
"repository": "https://github.com/pyth-network/pyth-crosschain/",
1212
"scripts": {
1313
"test": "jest src/ --passWithNoTests",
1414
"build": "tsc",

package-lock.json

Lines changed: 13375 additions & 8455 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@
44
"governance/xc_admin/packages/*",
55
"governance/xc_governance_sdk_js",
66
"governance/multisig_wh_message_builder",
7+
"price_pusher",
78
"price_service/server",
89
"price_service/sdk/js",
910
"price_service/client/js",
11+
"target_chains/aptos/sdk/js",
12+
"target_chains/cosmwasm/sdk/js",
1013
"target_chains/ethereum/contracts",
14+
"target_chains/ethereum/sdk/js",
1115
"third_party/pyth/p2w-relay",
1216
"wormhole_attester/sdk/js"
1317
],

0 commit comments

Comments
 (0)