@layerzerolabs/evm-sdks-build
Advanced tools
Comparing version 2.3.7 to 2.3.8
# @layerzerolabs/evm-sdks-build | ||
## 2.3.8 | ||
### Patch Changes | ||
- e0f5d04: deploy contracts to Ebi mainnet | ||
## 2.3.7 | ||
@@ -4,0 +10,0 @@ |
@@ -5,3 +5,5 @@ type AllowedFiles = 'artifacts' | 'deployments'; | ||
}; | ||
type CopyTargets = Record<string, SrcFiles>; | ||
interface CopyTargets { | ||
[key: string]: SrcFiles; | ||
} | ||
declare function populate(copyTargets: CopyTargets, callerRootFile: string): Promise<void>; | ||
@@ -39,3 +41,3 @@ | ||
type File = string; | ||
type Directory = Array<File | NestedDirectory>; | ||
type Directory = (File | NestedDirectory)[]; | ||
interface NestedDirectory { | ||
@@ -42,0 +44,0 @@ [key: string]: Directory | NestedDirectory; |
{ | ||
"name": "@layerzerolabs/evm-sdks-build", | ||
"version": "2.3.7", | ||
"version": "2.3.8", | ||
"license": "BUSL-1.1", | ||
@@ -27,4 +27,4 @@ "exports": { | ||
"devDependencies": { | ||
"@layerzerolabs/tsup-config-next": "^2.3.7", | ||
"@layerzerolabs/typescript-config-next": "^2.3.7", | ||
"@layerzerolabs/tsup-config-next": "^2.3.8", | ||
"@layerzerolabs/typescript-config-next": "^2.3.8", | ||
"@types/glob": "^8.1.0", | ||
@@ -31,0 +31,0 @@ "@types/jest": "^29.5.10", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
44545
326