@layerzerolabs/lz-definitions 3.0.80 → 3.0.81

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 +6 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @layerzerolabs/lz-definitions
2
2
 
3
+ ## 3.0.81
4
+
5
+ ### Patch Changes
6
+
7
+ - 84bf762: refactor ton sdk
8
+
3
9
  ## 3.0.80
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/lz-definitions",
3
- "version": "3.0.80",
3
+ "version": "3.0.81",
4
4
  "description": "LayerZero Utility",
5
5
  "license": "BUSL-1.1",
6
6
  "type": "module",
@@ -20,8 +20,8 @@
20
20
  "scripts": {
21
21
  "build": "$npm_execpath clean-prebuild && $npm_execpath build-ts",
22
22
  "build-ts": "$npm_execpath tsc --noEmit && $npm_execpath tsup",
23
- "clean": "$npm_execpath clean-prebuild && rimraf .turbo",
24
- "clean-prebuild": "rimraf dist",
23
+ "clean": "$npm_execpath clean-prebuild && rm -rf .turbo",
24
+ "clean-prebuild": "rm -rf dist",
25
25
  "test": "jest"
26
26
  },
27
27
  "dependencies": {
@@ -29,8 +29,8 @@
29
29
  },
30
30
  "devDependencies": {
31
31
  "@jest/globals": "^29.7.0",
32
- "@layerzerolabs/tsup-config-next": "^3.0.80",
33
- "@layerzerolabs/typescript-config-next": "^3.0.80",
32
+ "@layerzerolabs/tsup-config-next": "^3.0.81",
33
+ "@layerzerolabs/typescript-config-next": "^3.0.81",
34
34
  "@types/jest": "^29.5.10",
35
35
  "jest": "^29.7.0",
36
36
  "rimraf": "^5.0.5",