Skip to content

Commit d0228f0

Browse files
authored
update version number (#212)
1 parent 86d6806 commit d0228f0

File tree

5 files changed

+31
-31
lines changed

5 files changed

+31
-31
lines changed

evm/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/example-liquidity-layer-evm",
3-
"version": "0.0.1",
3+
"version": "0.4.0",
44
"author": "Wormhole Contributors",
55
"license": "Apache-2.0",
66
"main": "./dist/cjs/index.js",
@@ -30,7 +30,7 @@
3030
}
3131
},
3232
"dependencies": {
33-
"@wormhole-foundation/example-liquidity-layer-definitions": "0.0.1",
33+
"@wormhole-foundation/example-liquidity-layer-definitions": "0.4.0",
3434
"@wormhole-foundation/sdk-base": "^1.4.4",
3535
"@wormhole-foundation/sdk-definitions": "^1.4.4",
3636
"@wormhole-foundation/sdk-evm": "^1.4.4",

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "@wormhole-foundation/example-liquidity-layer",
3-
"version": "0.0.1",
3+
"version": "0.4.0",
44
"author": "Wormhole Contributors",
55
"license": "Apache-2.0",
66
"scripts": {
77
"build": "npm run build --workspaces --if-present",
8-
"generate":"npm run generate --workspaces --if-present",
9-
"pack":"npm run build && npm pack --workspaces",
10-
"build:universal":"npm run build --workspace universal/ts",
11-
"clean":"npm run clean --workspaces --if-present"
8+
"generate": "npm run generate --workspaces --if-present",
9+
"pack": "npm run build && npm pack --workspaces",
10+
"build:universal": "npm run build --workspace universal/ts",
11+
"clean": "npm run clean --workspaces --if-present"
1212
},
1313
"devDependencies": {
1414
"typescript": "^5.4.5"

solana/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/example-liquidity-layer-solana",
3-
"version": "0.0.1",
3+
"version": "0.4.0",
44
"main": "dist/cjs/index.js",
55
"types": "dist/cjs/index.d.ts",
66
"module": "dist/esm/index.js",
@@ -36,7 +36,7 @@
3636
"@solana/spl-token-metadata": "^0.1.5",
3737
"@solana/web3.js": "^1.95.3",
3838
"@types/node-fetch": "^2.6.11",
39-
"@wormhole-foundation/example-liquidity-layer-definitions": "0.0.1",
39+
"@wormhole-foundation/example-liquidity-layer-definitions": "0.4.0",
4040
"@wormhole-foundation/sdk-base": "^1.4.4",
4141
"@wormhole-foundation/sdk-definitions": "^1.4.4",
4242
"@wormhole-foundation/sdk-evm": "^1.4.4",

solver/package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
"name": "@wormhole-foundation/example-liquidity-layer-solver",
3-
"version": "0.0.1",
4-
"author": "Wormhole Contributors",
5-
"license": "Apache-2.0",
6-
"main": "./dist/cjs/index.js",
7-
"types": "./dist/cjs/index.d.ts",
8-
"module": "./dist/esm/index.js",
9-
"scripts": {
10-
"execute": "tsx src/executeOrder/app.ts",
11-
"improve": "tsx src/improveOffer/app.ts",
12-
"relayer": "tsx src/vaaAuctionRelayer/app.ts",
13-
"clean": "rm -rf node_modules"
14-
},
15-
"dependencies": {
16-
"@solana/spl-token": "^0.4.6",
17-
"@wormhole-foundation/example-liquidity-layer-evm": "0.0.1",
18-
"@wormhole-foundation/example-liquidity-layer-solana": "0.0.1",
19-
"@wormhole-foundation/sdk-base": "^1.4.4",
20-
"@wormhole-foundation/sdk-definitions": "^1.4.4",
21-
"@wormhole-foundation/sdk-solana": "^1.4.4"
22-
}
2+
"name": "@wormhole-foundation/example-liquidity-layer-solver",
3+
"version": "0.4.0",
4+
"author": "Wormhole Contributors",
5+
"license": "Apache-2.0",
6+
"main": "./dist/cjs/index.js",
7+
"types": "./dist/cjs/index.d.ts",
8+
"module": "./dist/esm/index.js",
9+
"scripts": {
10+
"execute": "tsx src/executeOrder/app.ts",
11+
"improve": "tsx src/improveOffer/app.ts",
12+
"relayer": "tsx src/vaaAuctionRelayer/app.ts",
13+
"clean": "rm -rf node_modules"
14+
},
15+
"dependencies": {
16+
"@solana/spl-token": "^0.4.6",
17+
"@wormhole-foundation/example-liquidity-layer-evm": "0.4.0",
18+
"@wormhole-foundation/example-liquidity-layer-solana": "0.4.0",
19+
"@wormhole-foundation/sdk-base": "^1.4.4",
20+
"@wormhole-foundation/sdk-definitions": "^1.4.4",
21+
"@wormhole-foundation/sdk-solana": "^1.4.4"
22+
}
2323
}

universal/ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wormhole-foundation/example-liquidity-layer-definitions",
3-
"version": "0.0.1",
3+
"version": "0.4.0",
44
"author": "Wormhole Contributors",
55
"license": "Apache-2.0",
66
"main": "./dist/cjs/index.js",

0 commit comments

Comments
 (0)