Skip to content

Commit 51d5217

Browse files
committed
Fix workspace references
1 parent 4cd321d commit 51d5217

File tree

24 files changed

+82
-82
lines changed

24 files changed

+82
-82
lines changed

apps/price_pusher/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@
5555
"@injectivelabs/networks": "^1.14.6",
5656
"@injectivelabs/sdk-ts": "1.10.72",
5757
"@mysten/sui.js": "^0.49.1",
58-
"@pythnetwork/price-service-client": "*",
58+
"@pythnetwork/price-service-client": "workspace:*",
5959
"@pythnetwork/price-service-sdk": "workspace:^",
60-
"@pythnetwork/pyth-sdk-solidity": "*",
61-
"@pythnetwork/pyth-solana-receiver": "*",
62-
"@pythnetwork/pyth-sui-js": "*",
60+
"@pythnetwork/pyth-sdk-solidity": "workspace:*",
61+
"@pythnetwork/pyth-solana-receiver": "workspace:*",
62+
"@pythnetwork/pyth-sui-js": "workspace:*",
6363
"@pythnetwork/solana-utils": "workspace:*",
6464
"@truffle/hdwallet-provider": "^2.1.3",
6565
"aptos": "^1.8.5",

contract_manager/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"@mysten/sui.js": "^0.49.1",
3030
"@pythnetwork/client": "^2.21.0",
3131
"@pythnetwork/contract-manager": "workspace:*",
32-
"@pythnetwork/cosmwasm-deploy-tools": "*",
33-
"@pythnetwork/entropy-sdk-solidity": "*",
34-
"@pythnetwork/price-service-client": "*",
32+
"@pythnetwork/cosmwasm-deploy-tools": "workspace:*",
33+
"@pythnetwork/entropy-sdk-solidity": "workspace:*",
34+
"@pythnetwork/price-service-client": "workspace:*",
3535
"@pythnetwork/pyth-sdk-solidity": "workspace:^",
36-
"@pythnetwork/pyth-sui-js": "*",
36+
"@pythnetwork/pyth-sui-js": "workspace:*",
3737
"@pythnetwork/solana-utils": "workspace:^",
3838
"@pythnetwork/xc-admin-common": "workspace:*",
3939
"@sqds/mesh": "^1.0.6",

express_relay/examples/easy_lend/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
},
2222
"dependencies": {
2323
"@openzeppelin/contracts": "^4.5.0",
24-
"@pythnetwork/express-relay-evm-js": "*",
25-
"@pythnetwork/express-relay-sdk-solidity": "*",
24+
"@pythnetwork/express-relay-evm-js": "workspace:*",
25+
"@pythnetwork/express-relay-sdk-solidity": "workspace:*",
2626
"@pythnetwork/price-service-client": "workspace:^",
27-
"@pythnetwork/pyth-evm-js": "*",
28-
"@pythnetwork/pyth-sdk-solidity": "*",
27+
"@pythnetwork/pyth-evm-js": "workspace:*",
28+
"@pythnetwork/pyth-sdk-solidity": "workspace:*",
2929
"ts-node": "^10.9.1",
3030
"typescript": "^5.3.3",
3131
"viem": "^2.7.6"

express_relay/sdk/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"ws": "^8.16.0"
4343
},
4444
"devDependencies": {
45-
"@pythnetwork/pyth-evm-js": "*",
45+
"@pythnetwork/pyth-evm-js": "workspace:*",
4646
"@types/node": "^20.12.7",
4747
"@types/yargs": "^17.0.10",
4848
"@typescript-eslint/eslint-plugin": "^6.0.0",

express_relay/sdk/solidity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
"devDependencies": {
3030
"prettier": "^2.7.1",
3131
"prettier-plugin-solidity": "^1.0.0-rc.1",
32-
"abi_generator": "*"
32+
"abi_generator": "workspace:*"
3333
}
3434
}

governance/xc_admin/packages/crank_executor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@coral-xyz/anchor": "^0.29.0",
2424
"@project-serum/anchor": "^0.25.0",
2525
"@pythnetwork/client": "^2.9.0",
26-
"@pythnetwork/xc-admin-common": "*",
26+
"@pythnetwork/xc-admin-common": "workspace:*",
2727
"@solana/web3.js": "^1.73.0",
2828
"@sqds/mesh": "^1.0.6",
2929
"ts-node": "^10.9.1"

governance/xc_admin/packages/crank_pythnet_relayer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
"@solana/web3.js": "^1.73.0",
2626
"@sqds/mesh": "^1.0.6",
2727
"ts-node": "^10.9.1",
28-
"@pythnetwork/xc-admin-common": "*"
28+
"@pythnetwork/xc-admin-common": "workspace:*"
2929
}
3030
}

governance/xc_admin/packages/proposer_server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@coral-xyz/anchor": "^0.29.0",
2323
"@pythnetwork/client": "^2.17.0",
24-
"@pythnetwork/xc-admin-common": "*",
24+
"@pythnetwork/xc-admin-common": "workspace:*",
2525
"@solana/web3.js": "^1.76.0",
2626
"@sqds/mesh": "^1.0.6",
2727
"@types/cors": "^2.8.17",

governance/xc_admin/packages/xc_admin_cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"@ledgerhq/hw-transport": "^6.27.10",
2525
"@ledgerhq/hw-transport-node-hid": "^6.27.10",
2626
"@pythnetwork/client": "^2.9.0",
27-
"@pythnetwork/pyth-solana-receiver": "*",
27+
"@pythnetwork/pyth-solana-receiver": "workspace:*",
2828
"@pythnetwork/solana-utils": "workspace:^",
29-
"@pythnetwork/xc-admin-common": "*",
29+
"@pythnetwork/xc-admin-common": "workspace:*",
3030
"@solana/spl-token": "^0.3.7",
3131
"@solana/web3.js": "^1.73.0",
3232
"@sqds/mesh": "^1.0.6",

governance/xc_admin/packages/xc_admin_common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"@injectivelabs/token-metadata": "~1.10.42",
3232
"@project-serum/anchor": "^0.25.0",
3333
"@pythnetwork/client": "^2.17.0",
34-
"@pythnetwork/pyth-solana-receiver": "*",
35-
"@pythnetwork/solana-utils": "*",
34+
"@pythnetwork/pyth-solana-receiver": "workspace:*",
35+
"@pythnetwork/solana-utils": "workspace:*",
3636
"@solana/buffer-layout": "^4.0.1",
3737
"@solana/web3.js": "^1.73.0",
3838
"@sqds/mesh": "^1.0.6",

0 commit comments

Comments
 (0)