@layerzerolabs/lz-evm-oapp-v1 1.5.47 → 1.5.49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/lz-evm-oapp-v1",
3
- "version": "1.5.47",
3
+ "version": "1.5.49",
4
4
  "license": "BUSL-1.1",
5
5
  "exports": {
6
6
  ".": {
@@ -21,22 +21,22 @@
21
21
  "scripts": {
22
22
  "build": "forge build && $npm_execpath build-hardhat && $npm_execpath build-ts",
23
23
  "build-hardhat": "$npm_execpath hardhat compile",
24
- "build-ts": "$npm_execpath tsup",
24
+ "build-ts": "$npm_execpath tsc --noEmit && $npm_execpath tsup",
25
25
  "clean": "rimraf .turbo && rimraf cache && rimraf out && rimraf node_modules && rimraf hh-cache && rimraf artifacts && rimraf dist src/typechain-types",
26
26
  "format": "prettier --ignore-path $(git rev-parse --show-toplevel)/.prettierignore --plugin=prettier-plugin-solidity --write .",
27
27
  "lint": "eslint --no-error-on-unmatched-pattern . --ext .ts --fix",
28
28
  "test": "forge test"
29
29
  },
30
30
  "dependencies": {
31
- "@layerzerolabs/lz-evm-v1-0.7": "^1.5.47",
31
+ "@layerzerolabs/lz-evm-v1-0.7": "^1.5.49",
32
32
  "solidity-bytes-utils": "^0.8.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@ethersproject/abi": "^5.7.0",
36
36
  "@ethersproject/providers": "^5.7.2",
37
- "@layerzerolabs-internal/tsup-config": "^1.5.47",
38
- "@layerzerolabs-internal/typescript-config": "^1.5.47",
39
- "@layerzerolabs/hardhat-config": "^1.5.47",
37
+ "@layerzerolabs-internal/tsup-config": "^1.5.49",
38
+ "@layerzerolabs-internal/typescript-config": "^1.5.49",
39
+ "@layerzerolabs/hardhat-config": "^1.5.49",
40
40
  "@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
41
41
  "@nomicfoundation/hardhat-network-helpers": "^1.0.8",
42
42
  "@nomicfoundation/hardhat-toolbox": "^2.0.1",