@layerzerolabs/create-oapp 0.0.19 → 0.0.21
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/dist/index.cjs +1 -1
- package/package.json +3 -3
- package/CHANGELOG.md +0 -129
package/dist/index.cjs
CHANGED
|
@@ -106846,7 +106846,7 @@ var LOGO_SMALL = `
|
|
|
106846
106846
|
var printLogo = () => (0, import_ink5.render)(/* @__PURE__ */ import_react6.default.createElement(Logo, null)).unmount();
|
|
106847
106847
|
|
|
106848
106848
|
// package.json
|
|
106849
|
-
var version2 = "0.0.
|
|
106849
|
+
var version2 = "0.0.21";
|
|
106850
106850
|
|
|
106851
106851
|
// src/options.ts
|
|
106852
106852
|
var import_path4 = require("path");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@layerzerolabs/create-oapp",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.21",
|
|
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": "
|
|
29
|
+
"@layerzerolabs/typescript-config-next": "workspace:^",
|
|
30
30
|
"@solana/web3.js": "^1.92.1",
|
|
31
31
|
"@types/ink-spinner": "^3.0.4",
|
|
32
32
|
"@types/node": "^20.10.5",
|
|
@@ -66,4 +66,4 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
}
|
|
69
|
-
}
|
|
69
|
+
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
# @layerzerolabs/create-oapp
|
|
2
|
-
|
|
3
|
-
## 0.0.19
|
|
4
|
-
|
|
5
|
-
### Patch Changes
|
|
6
|
-
|
|
7
|
-
- b01c51c: mainnet: Reya
|
|
8
|
-
|
|
9
|
-
## 0.0.18
|
|
10
|
-
|
|
11
|
-
### Patch Changes
|
|
12
|
-
|
|
13
|
-
- c631c6e: mainnet: Ape chain endpoint
|
|
14
|
-
|
|
15
|
-
## 0.0.17
|
|
16
|
-
|
|
17
|
-
### Patch Changes
|
|
18
|
-
|
|
19
|
-
- 01a6cb7: testnets: bitlayer, dm2verse, story
|
|
20
|
-
|
|
21
|
-
## 0.0.16
|
|
22
|
-
|
|
23
|
-
### Patch Changes
|
|
24
|
-
|
|
25
|
-
- 5ddfb3b: remove `OFT_DEFAULT_PROGRAM_ID` from soalan sdk
|
|
26
|
-
|
|
27
|
-
## 0.0.15
|
|
28
|
-
|
|
29
|
-
### Patch Changes
|
|
30
|
-
|
|
31
|
-
- 883c143: mainnet endpoints: Lyra, Codex, testnets: root redeploy, reya
|
|
32
|
-
|
|
33
|
-
## 0.0.14
|
|
34
|
-
|
|
35
|
-
### Patch Changes
|
|
36
|
-
|
|
37
|
-
- 291ef75: fix solana sdk
|
|
38
|
-
|
|
39
|
-
## 0.0.13
|
|
40
|
-
|
|
41
|
-
### Patch Changes
|
|
42
|
-
|
|
43
|
-
- 9913f53: new endpoints
|
|
44
|
-
- 21a267f: testnets: otherworld, abstract, root
|
|
45
|
-
|
|
46
|
-
## 0.0.13-aptos.0
|
|
47
|
-
|
|
48
|
-
### Patch Changes
|
|
49
|
-
|
|
50
|
-
- 7744b25: Add Aptos v1 support in testify, all tests passed.
|
|
51
|
-
|
|
52
|
-
## 0.0.12
|
|
53
|
-
|
|
54
|
-
### Patch Changes
|
|
55
|
-
|
|
56
|
-
- 5a99681: Fix an issue in Solana
|
|
57
|
-
|
|
58
|
-
## 0.0.11
|
|
59
|
-
|
|
60
|
-
### Patch Changes
|
|
61
|
-
|
|
62
|
-
- d9c0c10: testnets: new solana devnet, codex(evm), bahamut (evm)
|
|
63
|
-
- 1099b5f: testnets: lif3,iota,lyra,lightlink
|
|
64
|
-
|
|
65
|
-
## 0.0.10
|
|
66
|
-
|
|
67
|
-
### Patch Changes
|
|
68
|
-
|
|
69
|
-
- e846939: testnets: lif3,iota,lyra,lightlink
|
|
70
|
-
- 334b51e: endpoints, including flare mainnet
|
|
71
|
-
- 334b51e: zklink mainnet, and testnets
|
|
72
|
-
- 334b51e: testnet endpoints
|
|
73
|
-
|
|
74
|
-
## 0.0.9
|
|
75
|
-
|
|
76
|
-
### Patch Changes
|
|
77
|
-
|
|
78
|
-
- 29fecfc: testnets: zksyncsep v2 redeploy, curtis
|
|
79
|
-
|
|
80
|
-
## 0.0.8
|
|
81
|
-
|
|
82
|
-
### Patch Changes
|
|
83
|
-
|
|
84
|
-
- 32f8ebd: peaq,zircuit mainnet, and plume testnet
|
|
85
|
-
- b602b9f: peaq,zircuit mainnet, and plume testnet
|
|
86
|
-
|
|
87
|
-
## 0.0.7
|
|
88
|
-
|
|
89
|
-
### Patch Changes
|
|
90
|
-
|
|
91
|
-
- a42fff0: endpoints, including flare mainnet
|
|
92
|
-
- a42fff0: zklink mainnet, and testnets
|
|
93
|
-
- a42fff0: testnet endpoints
|
|
94
|
-
|
|
95
|
-
## 0.0.6
|
|
96
|
-
|
|
97
|
-
### Patch Changes
|
|
98
|
-
|
|
99
|
-
- 23d7ea0: endpoints, including flare mainnet
|
|
100
|
-
- 23d7ea0: zklink mainnet, and testnets
|
|
101
|
-
- 8a40261: Fix some known issues in Solana
|
|
102
|
-
- 23d7ea0: testnet endpoints
|
|
103
|
-
|
|
104
|
-
## 0.0.5
|
|
105
|
-
|
|
106
|
-
### Patch Changes
|
|
107
|
-
|
|
108
|
-
- e382bef: Update the access property of the `hardhat-tron` package
|
|
109
|
-
- d41cbe9: endpoints, including flare mainnet
|
|
110
|
-
- d41cbe9: testnet endpoints
|
|
111
|
-
|
|
112
|
-
## 0.0.4
|
|
113
|
-
|
|
114
|
-
### Patch Changes
|
|
115
|
-
|
|
116
|
-
- 92a9a2e: upgrade solana mainnet executor/uln
|
|
117
|
-
|
|
118
|
-
## 0.0.3
|
|
119
|
-
|
|
120
|
-
### Patch Changes
|
|
121
|
-
|
|
122
|
-
- 003371b: endpoints, including flare mainnet
|
|
123
|
-
- 003371b: testnet endpoints
|
|
124
|
-
|
|
125
|
-
## 0.0.2
|
|
126
|
-
|
|
127
|
-
### Patch Changes
|
|
128
|
-
|
|
129
|
-
- 255da39: Fix some known issues in the OFT SDK
|