@layerzerolabs/lz-ton-sdk-v2 3.0.27 → 3.0.28

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/lz-ton-sdk-v2",
3
- "version": "3.0.27",
3
+ "version": "3.0.28",
4
4
  "license": "BUSL-1.1",
5
5
  "exports": {
6
6
  ".": {
@@ -25,7 +25,8 @@
25
25
  "clean": "$npm_execpath clean-prebuild && rimraf .turbo",
26
26
  "clean-prebuild": "rimraf dist",
27
27
  "compile": "$npm_execpath compile-sdk && $npm_execpath compile-test",
28
- "compile-sdk": "ts-node scripts/sdk-generator.ts && $npm_execpath eslint src/constants src/offchain-helpers src/wrappers --ext .ts --no-error-on-unmatched-pattern --fix",
28
+ "compile-offchain": "ts-node scripts/offchain-generator.ts && $npm_execpath eslint src/offchain-helpers --ext .ts --no-error-on-unmatched-pattern --fix",
29
+ "compile-sdk": "ts-node scripts/sdk-generator.ts && $npm_execpath eslint src/constants src/wrappers --ext .ts --no-error-on-unmatched-pattern --fix",
29
30
  "compile-test": "ts-node scripts/test-utils-generator.ts && $npm_execpath eslint 'tests/utils/auto-utils-*.ts' --no-error-on-unmatched-pattern --fix",
30
31
  "test": "jest --ci"
31
32
  },
@@ -40,10 +41,10 @@
40
41
  "devDependencies": {
41
42
  "@aws-crypto/sha256-js": "^5.2.0",
42
43
  "@jest/globals": "^29.7.0",
43
- "@layerzerolabs/layerzero-v2-ton": "^3.0.27",
44
- "@layerzerolabs/ton-sdk-tools": "^3.0.27",
45
- "@layerzerolabs/tsup-config-next": "^3.0.27",
46
- "@layerzerolabs/typescript-config-next": "^3.0.27",
44
+ "@layerzerolabs/layerzero-v2-ton": "^3.0.28",
45
+ "@layerzerolabs/ton-sdk-tools": "^3.0.28",
46
+ "@layerzerolabs/tsup-config-next": "^3.0.28",
47
+ "@layerzerolabs/typescript-config-next": "^3.0.28",
47
48
  "@ston-fi/funcbox": "^0.1.1",
48
49
  "@ton/sandbox": "^0.22.0",
49
50
  "@ton/test-utils": "^0.4.2",