@layerzerolabs/create-oapp 0.0.21 → 0.0.22

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