@layerzerolabs/create-oapp 0.0.24-initia.0 → 0.0.25

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 CHANGED
@@ -1,46 +1,17 @@
1
1
  # @layerzerolabs/create-oapp
2
2
 
3
- ## 0.0.24-initia.0
3
+ ## 0.0.25
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - latest SDK
7
+ - 49d6081: testnets unichain, hyperliquid
8
8
 
9
- ## 0.0.23-initia-oft.5
9
+ ## 0.0.24
10
10
 
11
11
  ### Patch Changes
12
12
 
13
- - Build Initia,aptos,movement,bsc snapshot images with newest images
14
-
15
- ## 0.0.23-initia-oft.4
16
-
17
- ### Patch Changes
18
-
19
- - Build initia images with newest contracts
20
-
21
- ## 0.0.23-initia-oft.3
22
-
23
- ### Patch Changes
24
-
25
- - Fix Aptos OFT SDK to fit newest contracts
26
-
27
- ## 0.0.23-initia-oft.2
28
-
29
- ### Patch Changes
30
-
31
- - Fix bug in Initia OFT sdk
32
-
33
- ## 0.0.23-initia-oft.1
34
-
35
- ### Patch Changes
36
-
37
- - Build new initia images with newest contracts
38
-
39
- ## 0.0.23-initia-oft.0
40
-
41
- ### Patch Changes
42
-
43
- - Build new initia images with testnet deployments
13
+ - 409f461: testnet deploys: ble, bl2
14
+ - f493177: plume mainnet
44
15
 
45
16
  ## 0.0.23
46
17
 
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.24-initia.0";
106849
+ var version2 = "0.0.25";
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.24-initia.0",
3
+ "version": "0.0.25",
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.2-initia.0",
29
+ "@layerzerolabs/typescript-config-next": "^3.0.3",
30
30
  "@solana/web3.js": "^1.92.1",
31
31
  "@types/ink-spinner": "^3.0.4",
32
32
  "@types/node": "^20.10.5",