@layerzerolabs/create-oapp 0.0.3 → 0.0.4

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,11 @@
1
1
  # @layerzerolabs/create-oapp
2
2
 
3
+ ## 0.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 92a9a2e: upgrade solana mainnet executor/uln
8
+
3
9
  ## 0.0.3
4
10
 
5
11
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -107087,7 +107087,7 @@ var LOGO_SMALL = `
107087
107087
  var printLogo = () => (0, import_ink6.render)(/* @__PURE__ */ import_react7.default.createElement(Logo, null)).unmount();
107088
107088
 
107089
107089
  // package.json
107090
- var version2 = "0.0.3";
107090
+ var version2 = "0.0.4";
107091
107091
 
107092
107092
  // src/options.ts
107093
107093
  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.3",
3
+ "version": "0.0.4",
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.25",
30
+ "@layerzerolabs/typescript-config-next": "^2.3.26",
31
31
  "@solana/web3.js": "^1.92.1",
32
32
  "@types/ink-spinner": "^3.0.4",
33
33
  "@types/node": "^20.10.5",