@layerzerolabs/create-oapp 0.0.40 → 0.0.41-ton.0
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 +6 -0
- package/dist/index.cjs +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -105628,7 +105628,7 @@ var LOGO_SMALL = `
|
|
|
105628
105628
|
var printLogo = () => (0, import_ink5.render)(/* @__PURE__ */ import_react6.default.createElement(Logo, null)).unmount();
|
|
105629
105629
|
|
|
105630
105630
|
// package.json
|
|
105631
|
-
var version2 = "0.0.
|
|
105631
|
+
var version2 = "0.0.41-ton.0";
|
|
105632
105632
|
|
|
105633
105633
|
// src/options.ts
|
|
105634
105634
|
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
|
+
"version": "0.0.41-ton.0",
|
|
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.
|
|
29
|
+
"@layerzerolabs/typescript-config-next": "^3.0.19-ton.0",
|
|
30
30
|
"@solana/web3.js": "^1.92.1",
|
|
31
31
|
"@types/ink-spinner": "^3.0.4",
|
|
32
32
|
"@types/node": "^20.10.5",
|