@layerzerolabs/create-oapp 3.0.116-placeholder.4 → 3.0.122-ton.0
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 +31 -0
- package/dist/index.cjs +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @layerzerolabs/create-oapp
|
|
2
2
|
|
|
3
|
+
## 0.0.143
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3495a88: Redeploy TON ULNManager On Testnet At 5 Aug
|
|
8
|
+
|
|
9
|
+
## 0.0.142
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 44adcc6: rename dinari contract
|
|
14
|
+
|
|
15
|
+
## 0.0.141
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- f628cc4: endpoints: testnet plasma2 and dinari
|
|
20
|
+
|
|
21
|
+
## 0.0.140
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- c28a672: Upload Aptos V1 Executor V2 Deployments
|
|
26
|
+
- 2fba4c6: fix(solana-sdk): handle BlockedMessageLib program ID correctly in endpoint sdk. Prevent undefined program IDs by adding special case handling for BlockedMessageLib since it doesn't initialize its PDA
|
|
27
|
+
|
|
28
|
+
## 0.0.139
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- fd54ee9: fix bugs that caused TypeScript SDK to behave differently from Rust contracts.
|
|
33
|
+
|
|
3
34
|
## 0.0.138
|
|
4
35
|
|
|
5
36
|
### Patch Changes
|
package/dist/index.cjs
CHANGED
|
@@ -104768,7 +104768,7 @@ var LOGO_SMALL = `
|
|
|
104768
104768
|
var printLogo = () => (0, import_ink5.render)(/* @__PURE__ */ import_react6.default.createElement(Logo, null)).unmount();
|
|
104769
104769
|
|
|
104770
104770
|
// package.json
|
|
104771
|
-
var version2 = "3.0.
|
|
104771
|
+
var version2 = "3.0.122-ton.0";
|
|
104772
104772
|
|
|
104773
104773
|
// src/options.ts
|
|
104774
104774
|
var import_path4 = require("path");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/create-oapp",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.122-ton.0",
|
|
4
4
|
"description": "Create LayerZero Omni DApp with one command",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"LayerZero",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@layerzerolabs/io-devtools": "~0.1.8",
|
|
29
|
-
"@layerzerolabs/typescript-config-next": "^3.0.
|
|
29
|
+
"@layerzerolabs/typescript-config-next": "^3.0.122-ton.0",
|
|
30
30
|
"@solana/web3.js": "1.95.8",
|
|
31
31
|
"@types/ink-spinner": "^3.0.4",
|
|
32
32
|
"@types/node": "^20.10.5",
|