@layerzerolabs/lz-proof-utility 3.0.132 → 3.0.134-sui.0
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 +12 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @layerzerolabs/lz-proof-utility
|
|
2
2
|
|
|
3
|
+
## 3.0.134
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 73a8bf5: mainnet endpoints: zkverify, og, ethereal
|
|
8
|
+
|
|
9
|
+
## 3.0.133
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 4bb99b3: Redeploy dockerio sui images
|
|
14
|
+
|
|
3
15
|
## 3.0.132
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/lz-proof-utility",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.134-sui.0",
|
|
4
4
|
"description": "LayerZero Proof Utility",
|
|
5
5
|
"license": "BUSL-1.1",
|
|
6
6
|
"exports": {
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"tiny-invariant": "^1.3.1"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@layerzerolabs/tsup-config-next": "^3.0.
|
|
34
|
-
"@layerzerolabs/typescript-config-next": "^3.0.
|
|
33
|
+
"@layerzerolabs/tsup-config-next": "^3.0.134-sui.0",
|
|
34
|
+
"@layerzerolabs/typescript-config-next": "^3.0.134-sui.0",
|
|
35
35
|
"@types/safer-buffer": "^2.1.3",
|
|
36
36
|
"rimraf": "^5.0.5",
|
|
37
37
|
"tsup": "^8.3.5",
|