@layerzerolabs/create-oapp 0.0.21 → 0.0.23-oft-rc.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 ADDED
@@ -0,0 +1,153 @@
1
+ # @layerzerolabs/create-oapp
2
+
3
+ ## 0.0.23-oft-rc.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 7d63aa8: test
8
+
9
+ ## 0.0.22
10
+
11
+ ### Patch Changes
12
+
13
+ - aded88c: Fix issue with workspace:^ protocol in package.json for packages version 2.3.43.
14
+
15
+ ## 0.0.21
16
+
17
+ ### Patch Changes
18
+
19
+ - eced6b4: mainnet: Hedera, testnet: bevm
20
+
21
+ ## 0.0.20
22
+
23
+ ### Patch Changes
24
+
25
+ - 515ca0a: mainnets: Bitlayer, DM2Verse. testnets: morph, ozean
26
+
27
+ ## 0.0.19
28
+
29
+ ### Patch Changes
30
+
31
+ - b01c51c: mainnet: Reya
32
+
33
+ ## 0.0.18
34
+
35
+ ### Patch Changes
36
+
37
+ - c631c6e: mainnet: Ape chain endpoint
38
+
39
+ ## 0.0.17
40
+
41
+ ### Patch Changes
42
+
43
+ - 01a6cb7: testnets: bitlayer, dm2verse, story
44
+
45
+ ## 0.0.16
46
+
47
+ ### Patch Changes
48
+
49
+ - 5ddfb3b: remove `OFT_DEFAULT_PROGRAM_ID` from soalan sdk
50
+
51
+ ## 0.0.15
52
+
53
+ ### Patch Changes
54
+
55
+ - 883c143: mainnet endpoints: Lyra, Codex, testnets: root redeploy, reya
56
+
57
+ ## 0.0.14
58
+
59
+ ### Patch Changes
60
+
61
+ - 291ef75: fix solana sdk
62
+
63
+ ## 0.0.13
64
+
65
+ ### Patch Changes
66
+
67
+ - 9913f53: new endpoints
68
+ - 21a267f: testnets: otherworld, abstract, root
69
+
70
+ ## 0.0.13-aptos.0
71
+
72
+ ### Patch Changes
73
+
74
+ - 7744b25: Add Aptos v1 support in testify, all tests passed.
75
+
76
+ ## 0.0.12
77
+
78
+ ### Patch Changes
79
+
80
+ - 5a99681: Fix an issue in Solana
81
+
82
+ ## 0.0.11
83
+
84
+ ### Patch Changes
85
+
86
+ - d9c0c10: testnets: new solana devnet, codex(evm), bahamut (evm)
87
+ - 1099b5f: testnets: lif3,iota,lyra,lightlink
88
+
89
+ ## 0.0.10
90
+
91
+ ### Patch Changes
92
+
93
+ - e846939: testnets: lif3,iota,lyra,lightlink
94
+ - 334b51e: endpoints, including flare mainnet
95
+ - 334b51e: zklink mainnet, and testnets
96
+ - 334b51e: testnet endpoints
97
+
98
+ ## 0.0.9
99
+
100
+ ### Patch Changes
101
+
102
+ - 29fecfc: testnets: zksyncsep v2 redeploy, curtis
103
+
104
+ ## 0.0.8
105
+
106
+ ### Patch Changes
107
+
108
+ - 32f8ebd: peaq,zircuit mainnet, and plume testnet
109
+ - b602b9f: peaq,zircuit mainnet, and plume testnet
110
+
111
+ ## 0.0.7
112
+
113
+ ### Patch Changes
114
+
115
+ - a42fff0: endpoints, including flare mainnet
116
+ - a42fff0: zklink mainnet, and testnets
117
+ - a42fff0: testnet endpoints
118
+
119
+ ## 0.0.6
120
+
121
+ ### Patch Changes
122
+
123
+ - 23d7ea0: endpoints, including flare mainnet
124
+ - 23d7ea0: zklink mainnet, and testnets
125
+ - 8a40261: Fix some known issues in Solana
126
+ - 23d7ea0: testnet endpoints
127
+
128
+ ## 0.0.5
129
+
130
+ ### Patch Changes
131
+
132
+ - e382bef: Update the access property of the `hardhat-tron` package
133
+ - d41cbe9: endpoints, including flare mainnet
134
+ - d41cbe9: testnet endpoints
135
+
136
+ ## 0.0.4
137
+
138
+ ### Patch Changes
139
+
140
+ - 92a9a2e: upgrade solana mainnet executor/uln
141
+
142
+ ## 0.0.3
143
+
144
+ ### Patch Changes
145
+
146
+ - 003371b: endpoints, including flare mainnet
147
+ - 003371b: testnet endpoints
148
+
149
+ ## 0.0.2
150
+
151
+ ### Patch Changes
152
+
153
+ - 255da39: Fix some known issues in the OFT SDK
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.21";
106849
+ var version2 = "0.0.22";
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.21",
3
+ "version": "0.0.23-oft-rc.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": "workspace:^",
29
+ "@layerzerolabs/typescript-config-next": "^2.3.45-oft-rc.0",
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
+ }