@layerzerolabs/lz-corekit-tron 3.0.123 → 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 +10 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
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
+
3
13
  ## 3.0.123
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/lz-corekit-tron",
3
- "version": "3.0.123",
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.123",
27
- "@layerzerolabs/lz-utilities": "^3.0.123",
28
- "@layerzerolabs/tron-utilities": "^3.0.123",
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.123",
37
- "@layerzerolabs/typescript-config-next": "^3.0.123",
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",