@layerzerolabs/onesig-evm 0.2.97 → 0.2.99

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 +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/onesig-evm",
3
- "version": "0.2.97",
3
+ "version": "0.2.99",
4
4
  "private": false,
5
5
  "license": "GPL-3.0-only",
6
6
  "exports": {
@@ -25,11 +25,11 @@
25
25
  ],
26
26
  "dependencies": {
27
27
  "ethers": "^5.8.0",
28
- "@layerzerolabs/onesig-core": "0.2.97"
28
+ "@layerzerolabs/onesig-core": "0.2.99"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@ethersproject/abstract-provider": "^5.8.0",
32
- "@layerzerolabs/hardhat-tron": "3.0.167",
32
+ "@layerzerolabs/hardhat-tron": "3.0.168",
33
33
  "@layerzerolabs/toolbox-foundry": "^0.1.13",
34
34
  "@matterlabs/hardhat-zksync-solc": "1.3.2",
35
35
  "@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
@@ -54,10 +54,10 @@
54
54
  "typechain": "^8.3.2",
55
55
  "typescript": "^5.8.2",
56
56
  "vitest": "^3.2.3",
57
- "@layerzerolabs/eslint-configuration": "0.2.97",
58
- "@layerzerolabs/tsup-configuration": "0.2.97",
59
- "@layerzerolabs/typescript-configuration": "0.2.97",
60
- "@layerzerolabs/vm-tooling-evm": "0.2.97"
57
+ "@layerzerolabs/eslint-configuration": "0.2.99",
58
+ "@layerzerolabs/vm-tooling-evm": "0.2.99",
59
+ "@layerzerolabs/typescript-configuration": "0.2.99",
60
+ "@layerzerolabs/tsup-configuration": "0.2.99"
61
61
  },
62
62
  "publishConfig": {
63
63
  "access": "public",
@@ -76,9 +76,9 @@
76
76
  "clean": "rm -rf ./node_modules .turbo ./dist hh-cache cache out artifacts artifacts-zk artifacts-tron typechain-types",
77
77
  "forge:build": "pnpm lz-tool forge build",
78
78
  "forge:test": "pnpm lz-tool forge test",
79
- "hardhat:build": "pnpm hardhat compile --config ./hardhat.config.ts",
80
- "hardhat:build:tron": "pnpm hardhat compile --config ./hardhat.config.ts --network tron",
81
- "hardhat:build:zk": "pnpm hardhat compile --config ./hardhat.config.ts --network zksync",
79
+ "hardhat:build": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"CommonJS\",\"moduleResolution\":\"node\"}' pnpm hardhat compile --config ./hardhat.config.ts",
80
+ "hardhat:build:tron": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"CommonJS\",\"moduleResolution\":\"node\"}' pnpm hardhat compile --config ./hardhat.config.ts --network tron",
81
+ "hardhat:build:zk": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"CommonJS\",\"moduleResolution\":\"node\"}' pnpm hardhat compile --config ./hardhat.config.ts --network zksync",
82
82
  "hardhat:test": "pnpm hardhat:build && TS_NODE_PROJECT=tsconfig.hardhat.json pnpm hardhat test --config ./hardhat.config.ts",
83
83
  "lint": "eslint . --max-warnings 0 || (eslint . --fix --max-warnings 0 && false)",
84
84
  "lint:sol": "solhint 'contracts/**/*.sol'",