@layerzerolabs/create-oapp 0.0.7 → 0.0.10

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,5 +1,27 @@
1
1
  # @layerzerolabs/create-oapp
2
2
 
3
+ ## 0.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - e846939: testnets: lif3,iota,lyra,lightlink
8
+ - 334b51e: endpoints, including flare mainnet
9
+ - 334b51e: zklink mainnet, and testnets
10
+ - 334b51e: testnet endpoints
11
+
12
+ ## 0.0.9
13
+
14
+ ### Patch Changes
15
+
16
+ - 29fecfc: testnets: zksyncsep v2 redeploy, curtis
17
+
18
+ ## 0.0.8
19
+
20
+ ### Patch Changes
21
+
22
+ - 32f8ebd: peaq,zircuit mainnet, and plume testnet
23
+ - b602b9f: peaq,zircuit mainnet, and plume testnet
24
+
3
25
  ## 0.0.7
4
26
 
5
27
  ### 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.7";
106849
+ var version2 = "0.0.10";
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.7",
3
+ "version": "0.0.10",
4
4
  "description": "Create LayerZero Omni DApp with one command",
5
5
  "keywords": [
6
6
  "LayerZero",
@@ -18,7 +18,6 @@
18
18
  "clean": "rm -rf dist",
19
19
  "dev": "$npm_execpath tsup --watch",
20
20
  "lint": "$npm_execpath eslint '**/*.{js,ts,json}'",
21
- "lint:fix": "eslint --fix '**/*.{js,ts,json}'",
22
21
  "start": "./cli.js"
23
22
  },
24
23
  "dependencies": {
@@ -27,7 +26,7 @@
27
26
  },
28
27
  "devDependencies": {
29
28
  "@layerzerolabs/io-devtools": "~0.1.8",
30
- "@layerzerolabs/typescript-config-next": "^2.3.29",
29
+ "@layerzerolabs/typescript-config-next": "^2.3.32",
31
30
  "@solana/web3.js": "^1.92.1",
32
31
  "@types/ink-spinner": "^3.0.4",
33
32
  "@types/node": "^20.10.5",