@layerzerolabs/lz-config-types 2.3.45-initia-oft.5 → 3.0.1
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.
- package/CHANGELOG.md +11 -44
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,58 +1,25 @@
|
|
|
1
1
|
# @layerzerolabs/lz-config-types
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 3.0.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
8
|
-
- Updated dependencies
|
|
9
|
-
- @layerzerolabs/lz-core@
|
|
10
|
-
- @layerzerolabs/lz-definitions@
|
|
7
|
+
- a359710: bevm mainnet
|
|
8
|
+
- Updated dependencies [a359710]
|
|
9
|
+
- @layerzerolabs/lz-core@3.0.1
|
|
10
|
+
- @layerzerolabs/lz-definitions@3.0.1
|
|
11
11
|
|
|
12
|
-
##
|
|
12
|
+
## 3.0.0
|
|
13
13
|
|
|
14
|
-
###
|
|
15
|
-
|
|
16
|
-
- Build initia images with newest contracts
|
|
17
|
-
- Updated dependencies
|
|
18
|
-
- @layerzerolabs/lz-core@2.3.45-initia-oft.4
|
|
19
|
-
- @layerzerolabs/lz-definitions@2.3.45-initia-oft.4
|
|
20
|
-
|
|
21
|
-
## 2.3.45-initia-oft.3
|
|
22
|
-
|
|
23
|
-
### Patch Changes
|
|
24
|
-
|
|
25
|
-
- Fix Aptos OFT SDK to fit newest contracts
|
|
26
|
-
- Updated dependencies
|
|
27
|
-
- @layerzerolabs/lz-core@2.3.45-initia-oft.3
|
|
28
|
-
- @layerzerolabs/lz-definitions@2.3.45-initia-oft.3
|
|
29
|
-
|
|
30
|
-
## 2.3.45-initia-oft.2
|
|
31
|
-
|
|
32
|
-
### Patch Changes
|
|
33
|
-
|
|
34
|
-
- Fix bug in Initia OFT sdk
|
|
35
|
-
- Updated dependencies
|
|
36
|
-
- @layerzerolabs/lz-core@2.3.45-initia-oft.2
|
|
37
|
-
- @layerzerolabs/lz-definitions@2.3.45-initia-oft.2
|
|
38
|
-
|
|
39
|
-
## 2.3.45-initia-oft.1
|
|
40
|
-
|
|
41
|
-
### Patch Changes
|
|
42
|
-
|
|
43
|
-
- Build new initia images with newest contracts
|
|
44
|
-
- Updated dependencies
|
|
45
|
-
- @layerzerolabs/lz-core@2.3.45-initia-oft.1
|
|
46
|
-
- @layerzerolabs/lz-definitions@2.3.45-initia-oft.1
|
|
14
|
+
### Major Changes
|
|
47
15
|
|
|
48
|
-
|
|
16
|
+
- 095d9bf: oft v2
|
|
49
17
|
|
|
50
18
|
### Patch Changes
|
|
51
19
|
|
|
52
|
-
-
|
|
53
|
-
-
|
|
54
|
-
- @layerzerolabs/lz-
|
|
55
|
-
- @layerzerolabs/lz-definitions@2.3.45-initia-oft.0
|
|
20
|
+
- Updated dependencies [095d9bf]
|
|
21
|
+
- @layerzerolabs/lz-core@3.0.0
|
|
22
|
+
- @layerzerolabs/lz-definitions@3.0.0
|
|
56
23
|
|
|
57
24
|
## 2.3.31
|
|
58
25
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/lz-config-types",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "LayerZero Core Library",
|
|
5
5
|
"license": "BUSL-1.1",
|
|
6
6
|
"exports": {
|
|
@@ -23,15 +23,15 @@
|
|
|
23
23
|
"clean-prebuild": "rimraf dist"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@layerzerolabs/lz-core": "^
|
|
27
|
-
"@layerzerolabs/lz-definitions": "^
|
|
26
|
+
"@layerzerolabs/lz-core": "^3.0.1",
|
|
27
|
+
"@layerzerolabs/lz-definitions": "^3.0.1",
|
|
28
28
|
"@safe-global/protocol-kit": "^1.3.0",
|
|
29
29
|
"tiny-invariant": "^1.3.1"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@jest/globals": "^29.7.0",
|
|
33
|
-
"@layerzerolabs/tsup-config-next": "^
|
|
34
|
-
"@layerzerolabs/typescript-config-next": "^
|
|
33
|
+
"@layerzerolabs/tsup-config-next": "^3.0.1",
|
|
34
|
+
"@layerzerolabs/typescript-config-next": "^3.0.1",
|
|
35
35
|
"@types/jest": "^29.5.10",
|
|
36
36
|
"jest": "^29.7.0",
|
|
37
37
|
"rimraf": "^5.0.5",
|