@layerzerolabs/lz-corekit-tron 3.0.122 → 3.0.124

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 (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @layerzerolabs/lz-corekit-tron
2
2
 
3
+ ## 3.0.124
4
+
5
+ ### Patch Changes
6
+
7
+ - de36b28: Restore the previously removed execute instruction in the executor program. Update the IDL and regenerate the TypeScript SDK to include the new instruction and types.
8
+ - Updated dependencies [de36b28]
9
+ - @layerzerolabs/lz-core@3.0.124
10
+ - @layerzerolabs/tron-utilities@3.0.124
11
+ - @layerzerolabs/lz-utilities@3.0.124
12
+
13
+ ## 3.0.123
14
+
15
+ ### Patch Changes
16
+
17
+ - 9efc74b: Update Aptos V1 Executor V2 Deployments
18
+ - Updated dependencies [9efc74b]
19
+ - @layerzerolabs/lz-core@3.0.123
20
+ - @layerzerolabs/tron-utilities@3.0.123
21
+ - @layerzerolabs/lz-utilities@3.0.123
22
+
3
23
  ## 3.0.122
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/lz-corekit-tron",
3
- "version": "3.0.122",
3
+ "version": "3.0.124",
4
4
  "description": "LayerZero Core Library",
5
5
  "license": "BUSL-1.1",
6
6
  "exports": {
@@ -23,9 +23,9 @@
23
23
  "clean-prebuild": "rm -rf dist"
24
24
  },
25
25
  "dependencies": {
26
- "@layerzerolabs/lz-core": "^3.0.122",
27
- "@layerzerolabs/lz-utilities": "^3.0.122",
28
- "@layerzerolabs/tron-utilities": "^3.0.122",
26
+ "@layerzerolabs/lz-core": "^3.0.124",
27
+ "@layerzerolabs/lz-utilities": "^3.0.124",
28
+ "@layerzerolabs/tron-utilities": "^3.0.124",
29
29
  "ethers": "^5.8.0",
30
30
  "memoizee": "^0.4.17",
31
31
  "tronweb": "^5.3.1"
@@ -33,8 +33,8 @@
33
33
  "devDependencies": {
34
34
  "@jest/globals": "^29.7.0",
35
35
  "@layerzerolabs/tronweb-typescript": "^0.0.0",
36
- "@layerzerolabs/tsup-config-next": "^3.0.122",
37
- "@layerzerolabs/typescript-config-next": "^3.0.122",
36
+ "@layerzerolabs/tsup-config-next": "^3.0.124",
37
+ "@layerzerolabs/typescript-config-next": "^3.0.124",
38
38
  "@types/jest": "^29.5.10",
39
39
  "@types/tronweb": "npm:@layerzerolabs/tronweb-typescript@workspace:^",
40
40
  "jest": "^29.7.0",