@layerzerolabs/test-utils-stellar 1.2.18 → 1.2.20
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/test-utils-stellar",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.20",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Shared Stellar/Soroban test harness (localnet, funding, deploy helpers) for LayerZero V2 protocol SDK and custom OApp/OFT tests",
|
|
6
6
|
"license": "MIT",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"tsup": "^8.4.0",
|
|
27
27
|
"typescript": "^6.0.3",
|
|
28
28
|
"vitest": "^3.2.6",
|
|
29
|
-
"@layerzerolabs/tsup-configuration": "1.2.
|
|
30
|
-
"@layerzerolabs/typescript-configuration": "1.2.
|
|
29
|
+
"@layerzerolabs/tsup-configuration": "1.2.20",
|
|
30
|
+
"@layerzerolabs/typescript-configuration": "1.2.20"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public",
|