From 58e1341c5cb25287f176a12efec325eedf18729e Mon Sep 17 00:00:00 2001 From: Paul Noel Date: Thu, 6 Feb 2025 07:36:21 -0600 Subject: [PATCH 1/2] update version number --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4c319526..d68fdf55 100644 --- a/package.json +++ b/package.json @@ -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" From 9dfff808294f6b6a9d82fa8283068263ca55e04e Mon Sep 17 00:00:00 2001 From: Paul Noel Date: Thu, 6 Feb 2025 09:51:58 -0600 Subject: [PATCH 2/2] Update the version numbers in all the package.json files. --- evm/package.json | 4 ++-- solana/package.json | 4 ++-- solver/package.json | 42 +++++++++++++++++++-------------------- universal/ts/package.json | 2 +- 4 files changed, 26 insertions(+), 26 deletions(-) diff --git a/evm/package.json b/evm/package.json index a8876698..2bb4ddfa 100644 --- a/evm/package.json +++ b/evm/package.json @@ -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", @@ -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", diff --git a/solana/package.json b/solana/package.json index 5e4b5190..46ee27c1 100644 --- a/solana/package.json +++ b/solana/package.json @@ -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", @@ -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", diff --git a/solver/package.json b/solver/package.json index 41826013..5992d1db 100644 --- a/solver/package.json +++ b/solver/package.json @@ -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" + } } diff --git a/universal/ts/package.json b/universal/ts/package.json index 3db63701..5335ee86 100644 --- a/universal/ts/package.json +++ b/universal/ts/package.json @@ -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",