Skip to content
This repository was archived by the owner on Jun 16, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions evm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/example-liquidity-layer-evm",
"version": "0.0.1",
"version": "0.4.0",
"author": "Wormhole Contributors",
"license": "Apache-2.0",
"main": "./dist/cjs/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
}
},
"dependencies": {
"@wormhole-foundation/example-liquidity-layer-definitions": "0.0.1",
"@wormhole-foundation/example-liquidity-layer-definitions": "0.4.0",
"@wormhole-foundation/sdk-base": "^1.4.4",
"@wormhole-foundation/sdk-definitions": "^1.4.4",
"@wormhole-foundation/sdk-evm": "^1.4.4",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@wormhole-foundation/example-liquidity-layer",
"version": "0.0.1",
"version": "0.4.0",
"author": "Wormhole Contributors",
"license": "Apache-2.0",
"scripts": {
"build": "npm run build --workspaces --if-present",
"generate":"npm run generate --workspaces --if-present",
"pack":"npm run build && npm pack --workspaces",
"build:universal":"npm run build --workspace universal/ts",
"clean":"npm run clean --workspaces --if-present"
"generate": "npm run generate --workspaces --if-present",
"pack": "npm run build && npm pack --workspaces",
"build:universal": "npm run build --workspace universal/ts",
"clean": "npm run clean --workspaces --if-present"
},
"devDependencies": {
"typescript": "^5.4.5"
Expand Down
4 changes: 2 additions & 2 deletions solana/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/example-liquidity-layer-solana",
"version": "0.0.1",
"version": "0.4.0",
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"@solana/spl-token-metadata": "^0.1.5",
"@solana/web3.js": "^1.95.3",
"@types/node-fetch": "^2.6.11",
"@wormhole-foundation/example-liquidity-layer-definitions": "0.0.1",
"@wormhole-foundation/example-liquidity-layer-definitions": "0.4.0",
"@wormhole-foundation/sdk-base": "^1.4.4",
"@wormhole-foundation/sdk-definitions": "^1.4.4",
"@wormhole-foundation/sdk-evm": "^1.4.4",
Expand Down
42 changes: 21 additions & 21 deletions solver/package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "@wormhole-foundation/example-liquidity-layer-solver",
"version": "0.0.1",
"author": "Wormhole Contributors",
"license": "Apache-2.0",
"main": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts",
"module": "./dist/esm/index.js",
"scripts": {
"execute": "tsx src/executeOrder/app.ts",
"improve": "tsx src/improveOffer/app.ts",
"relayer": "tsx src/vaaAuctionRelayer/app.ts",
"clean": "rm -rf node_modules"
},
"dependencies": {
"@solana/spl-token": "^0.4.6",
"@wormhole-foundation/example-liquidity-layer-evm": "0.0.1",
"@wormhole-foundation/example-liquidity-layer-solana": "0.0.1",
"@wormhole-foundation/sdk-base": "^1.4.4",
"@wormhole-foundation/sdk-definitions": "^1.4.4",
"@wormhole-foundation/sdk-solana": "^1.4.4"
}
"name": "@wormhole-foundation/example-liquidity-layer-solver",
"version": "0.4.0",
"author": "Wormhole Contributors",
"license": "Apache-2.0",
"main": "./dist/cjs/index.js",
"types": "./dist/cjs/index.d.ts",
"module": "./dist/esm/index.js",
"scripts": {
"execute": "tsx src/executeOrder/app.ts",
"improve": "tsx src/improveOffer/app.ts",
"relayer": "tsx src/vaaAuctionRelayer/app.ts",
"clean": "rm -rf node_modules"
},
"dependencies": {
"@solana/spl-token": "^0.4.6",
"@wormhole-foundation/example-liquidity-layer-evm": "0.4.0",
"@wormhole-foundation/example-liquidity-layer-solana": "0.4.0",
"@wormhole-foundation/sdk-base": "^1.4.4",
"@wormhole-foundation/sdk-definitions": "^1.4.4",
"@wormhole-foundation/sdk-solana": "^1.4.4"
}
}
2 changes: 1 addition & 1 deletion universal/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wormhole-foundation/example-liquidity-layer-definitions",
"version": "0.0.1",
"version": "0.4.0",
"author": "Wormhole Contributors",
"license": "Apache-2.0",
"main": "./dist/cjs/index.js",
Expand Down