fix: change version to 3.12.2 (#3801)
### Description <!-- What's included in this PR? --> ### Drive-by changes <!-- Are there any minor or drive-by changes also included? --> ### Related issues <!-- - Fixes #[issue number here] --> ### Backward compatibility <!-- Are these changes backward compatible? Are there any infrastructure implications, e.g. changes that would prohibit deploying older commits using this infra tooling? Yes/No --> ### Testing <!-- What kind of testing have these changes undergone? None/Manual/Unit Tests -->dynamic-cli-version
parent
7294ea963f
commit
3145be2543
@ -1,39 +1,39 @@ |
||||
{ |
||||
"name": "@hyperlane-xyz/ccip-server", |
||||
"version": "3.12.0", |
||||
"description": "CCIP server", |
||||
"typings": "dist/index.d.ts", |
||||
"typedocMain": "src/index.ts", |
||||
"private": true, |
||||
"files": [ |
||||
"src" |
||||
], |
||||
"engines": { |
||||
"node": ">=16" |
||||
}, |
||||
"scripts": { |
||||
"start": "tsx src/server.ts", |
||||
"dev": "nodemon src/server.ts", |
||||
"test": "jest", |
||||
"prettier": "prettier --write ./src/* ./tests/" |
||||
}, |
||||
"author": "brolee", |
||||
"license": "Apache-2.0", |
||||
"devDependencies": { |
||||
"@jest/globals": "^29.7.0", |
||||
"@types/node": "^16.9.1", |
||||
"jest": "^29.7.0", |
||||
"nodemon": "^3.0.3", |
||||
"prettier": "^2.8.8", |
||||
"ts-jest": "^29.1.2", |
||||
"ts-node": "^10.8.0", |
||||
"tsx": "^4.7.1", |
||||
"typescript": "5.3.3" |
||||
}, |
||||
"dependencies": { |
||||
"@chainlink/ccip-read-server": "^0.2.1", |
||||
"dotenv-flow": "^4.1.0", |
||||
"ethers": "5.7.2", |
||||
"hyperlane-explorer": "https://github.com/hyperlane-xyz/hyperlane-explorer.git" |
||||
} |
||||
"name": "@hyperlane-xyz/ccip-server", |
||||
"version": "3.12.2", |
||||
"description": "CCIP server", |
||||
"typings": "dist/index.d.ts", |
||||
"typedocMain": "src/index.ts", |
||||
"private": true, |
||||
"files": [ |
||||
"src" |
||||
], |
||||
"engines": { |
||||
"node": ">=16" |
||||
}, |
||||
"scripts": { |
||||
"start": "tsx src/server.ts", |
||||
"dev": "nodemon src/server.ts", |
||||
"test": "jest", |
||||
"prettier": "prettier --write ./src/* ./tests/" |
||||
}, |
||||
"author": "brolee", |
||||
"license": "Apache-2.0", |
||||
"devDependencies": { |
||||
"@jest/globals": "^29.7.0", |
||||
"@types/node": "^16.9.1", |
||||
"jest": "^29.7.0", |
||||
"nodemon": "^3.0.3", |
||||
"prettier": "^2.8.8", |
||||
"ts-jest": "^29.1.2", |
||||
"ts-node": "^10.8.0", |
||||
"tsx": "^4.7.1", |
||||
"typescript": "5.3.3" |
||||
}, |
||||
"dependencies": { |
||||
"@chainlink/ccip-read-server": "^0.2.1", |
||||
"dotenv-flow": "^4.1.0", |
||||
"ethers": "5.7.2", |
||||
"hyperlane-explorer": "https://github.com/hyperlane-xyz/hyperlane-explorer.git" |
||||
} |
||||
} |
||||
|
@ -1 +1 @@ |
||||
export const VERSION = '3.12.0'; |
||||
export const VERSION = '3.12.2'; |
||||
|
Loading…
Reference in new issue