@layerzerolabs/create-oapp 0.0.1 → 0.0.2

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,7 @@
1
+ # @layerzerolabs/create-oapp
2
+
3
+ ## 0.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 255da39: Fix some known issues in the OFT SDK
package/README.md CHANGED
@@ -9,5 +9,5 @@
9
9
  The easiest way to get started with LayerZero smart contract development. This CLI tool enables you to quickly start building on top of LayerZero omnichain interoperability protocol. To get started, use the following command:
10
10
 
11
11
  ```bash
12
- npx create-lz-omni-dapp@latest
12
+ npx @layerzerolabs/create-oapp@latest
13
13
  ```
package/dist/index.cjs CHANGED
@@ -122738,7 +122738,7 @@ var LOGO_SMALL = `
122738
122738
  var printLogo = () => (0, import_ink6.render)(/* @__PURE__ */ import_react7.default.createElement(Logo, null)).unmount();
122739
122739
 
122740
122740
  // package.json
122741
- var version2 = "0.0.1";
122741
+ var version2 = "0.0.2";
122742
122742
 
122743
122743
  // src/options.ts
122744
122744
  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.1",
3
+ "version": "0.0.2",
4
4
  "description": "Create LayerZero Omni DApp with one command",
5
5
  "keywords": [
6
6
  "LayerZero",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "devDependencies": {
29
29
  "@layerzerolabs/io-devtools": "~0.1.8",
30
- "@layerzerolabs/typescript-config-next": "^2.3.23",
30
+ "@layerzerolabs/typescript-config-next": "^2.3.24",
31
31
  "@solana/web3.js": "^1.92.1",
32
32
  "@types/ink-spinner": "^3.0.4",
33
33
  "@types/node": "^20.10.5",