@layerzerolabs/lz-ton-sdk-v2 3.0.79 → 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.
- package/CHANGELOG.md +12 -0
- package/dist/index.cjs +5326 -4407
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +5 -52
- package/dist/index.d.ts +5 -52
- package/dist/index.mjs +5328 -4408
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/lz-ton-sdk-v2",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.81",
|
|
4
4
|
"license": "BUSL-1.1",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"scripts": {
|
|
23
23
|
"build": "$npm_execpath clean-prebuild && $npm_execpath copy-compiled && $npm_execpath build-ts",
|
|
24
24
|
"build-ts": "$npm_execpath tsc --noEmit && $npm_execpath tsup",
|
|
25
|
-
"clean": "$npm_execpath clean-prebuild &&
|
|
26
|
-
"clean-prebuild": "
|
|
25
|
+
"clean": "$npm_execpath clean-prebuild && rm -rf .turbo",
|
|
26
|
+
"clean-prebuild": "rm -rf dist",
|
|
27
27
|
"compile": "$npm_execpath compile-sdk && $npm_execpath compile-test",
|
|
28
28
|
"compile-offchain": "ts-node scripts/offchain-generator.ts && $npm_execpath eslint src/offchain-helpers --ext .ts --no-error-on-unmatched-pattern --fix",
|
|
29
29
|
"compile-sdk": "ts-node scripts/sdk-generator.ts && $npm_execpath eslint src/constants src/wrappers --ext .ts --no-error-on-unmatched-pattern --fix",
|
|
@@ -44,10 +44,10 @@
|
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@aws-crypto/sha256-js": "^5.2.0",
|
|
46
46
|
"@jest/globals": "^29.7.0",
|
|
47
|
-
"@layerzerolabs/layerzero-v2-ton": "^3.0.
|
|
48
|
-
"@layerzerolabs/ton-sdk-tools": "^3.0.
|
|
49
|
-
"@layerzerolabs/tsup-config-next": "^3.0.
|
|
50
|
-
"@layerzerolabs/typescript-config-next": "^3.0.
|
|
47
|
+
"@layerzerolabs/layerzero-v2-ton": "^3.0.81",
|
|
48
|
+
"@layerzerolabs/ton-sdk-tools": "^3.0.81",
|
|
49
|
+
"@layerzerolabs/tsup-config-next": "^3.0.81",
|
|
50
|
+
"@layerzerolabs/typescript-config-next": "^3.0.81",
|
|
51
51
|
"@ston-fi/funcbox": "^0.1.1",
|
|
52
52
|
"@ton/sandbox": "^0.22.0",
|
|
53
53
|
"@ton/test-utils": "^0.4.2",
|