@layerzerolabs/create-oapp 0.0.23 → 3.0.2-initia.1
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 +48 -0
- package/dist/index.cjs +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,53 @@
|
|
|
1
1
|
# @layerzerolabs/create-oapp
|
|
2
2
|
|
|
3
|
+
## 0.0.24-initia.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Build new Initia snapshot images
|
|
8
|
+
|
|
9
|
+
## 0.0.24-initia.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- latest SDK
|
|
14
|
+
|
|
15
|
+
## 0.0.23-initia-oft.5
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Build Initia,aptos,movement,bsc snapshot images with newest images
|
|
20
|
+
|
|
21
|
+
## 0.0.23-initia-oft.4
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- Build initia images with newest contracts
|
|
26
|
+
|
|
27
|
+
## 0.0.23-initia-oft.3
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- Fix Aptos OFT SDK to fit newest contracts
|
|
32
|
+
|
|
33
|
+
## 0.0.23-initia-oft.2
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- Fix bug in Initia OFT sdk
|
|
38
|
+
|
|
39
|
+
## 0.0.23-initia-oft.1
|
|
40
|
+
|
|
41
|
+
### Patch Changes
|
|
42
|
+
|
|
43
|
+
- Build new initia images with newest contracts
|
|
44
|
+
|
|
45
|
+
## 0.0.23-initia-oft.0
|
|
46
|
+
|
|
47
|
+
### Patch Changes
|
|
48
|
+
|
|
49
|
+
- Build new initia images with testnet deployments
|
|
50
|
+
|
|
3
51
|
## 0.0.23
|
|
4
52
|
|
|
5
53
|
### Patch Changes
|
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.24-initia.1";
|
|
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": "
|
|
3
|
+
"version": "3.0.2-initia.1",
|
|
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.1",
|
|
29
|
+
"@layerzerolabs/typescript-config-next": "^3.0.2-initia.1",
|
|
30
30
|
"@solana/web3.js": "^1.92.1",
|
|
31
31
|
"@types/ink-spinner": "^3.0.4",
|
|
32
32
|
"@types/node": "^20.10.5",
|