@layerzerolabs/create-oapp 3.0.95-aptos-301.8 → 3.0.106-snapshots.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 CHANGED
@@ -1,5 +1,72 @@
1
1
  # @layerzerolabs/create-oapp
2
2
 
3
+ ## 0.0.128
4
+
5
+ ### Patch Changes
6
+
7
+ - cdef8aa: return address lookup tables in lzReceive and lzCompose V2
8
+
9
+ ## 0.0.127
10
+
11
+ ### Patch Changes
12
+
13
+ - 4622e07: Switch merkle-patricia-tree package version to 3.0.0 in @layerzerolabs/lz-proof-utility
14
+
15
+ ## 0.0.126
16
+
17
+ ### Patch Changes
18
+
19
+ - c0f5f81: TAC testnet, mainnet
20
+
21
+ ## 0.0.125
22
+
23
+ ### Patch Changes
24
+
25
+ - 1c00a7d: Redeploy zksync uln301
26
+ - fb825e6: Add event-utils.ts in @layerzerolabs/ton-sdk-tools
27
+
28
+ ## 0.0.124
29
+
30
+ ### Patch Changes
31
+
32
+ - e8ffadd: remaining deployments for katana-testnet
33
+
34
+ ## 0.0.123
35
+
36
+ ### Patch Changes
37
+
38
+ - efcbaf2: endpoints: katana testnet, mainnet, botanix mainnet
39
+
40
+ ## 0.0.122
41
+
42
+ ### Patch Changes
43
+
44
+ - 41862e9: Deployed dvn_upgrader of Aptos on testnet and mainnet
45
+
46
+ ## 0.0.121
47
+
48
+ ### Patch Changes
49
+
50
+ - 67f6756: fix manual resolves
51
+
52
+ ## 0.0.120
53
+
54
+ ### Patch Changes
55
+
56
+ - 7265c38: converge testnet deploy 3. deployed to proper arb stack testnet
57
+
58
+ ## 0.0.119
59
+
60
+ ### Patch Changes
61
+
62
+ - fe451a1: Add deployment files for Aptos uln 301
63
+
64
+ ## 0.0.118
65
+
66
+ ### Patch Changes
67
+
68
+ - 91d573e: ton sdk cleanup
69
+
3
70
  ## 0.0.117
4
71
 
5
72
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -104768,7 +104768,7 @@ var LOGO_SMALL = `
104768
104768
  var printLogo = () => (0, import_ink5.render)(/* @__PURE__ */ import_react6.default.createElement(Logo, null)).unmount();
104769
104769
 
104770
104770
  // package.json
104771
- var version2 = "3.0.95-aptos-301.8";
104771
+ var version2 = "3.0.106-snapshots.0";
104772
104772
 
104773
104773
  // src/options.ts
104774
104774
  var import_path4 = require("path");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/create-oapp",
3
- "version": "3.0.95-aptos-301.8",
3
+ "version": "3.0.106-snapshots.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.95-aptos-301.8",
29
+ "@layerzerolabs/typescript-config-next": "^3.0.106-snapshots.0",
30
30
  "@solana/web3.js": "1.95.8",
31
31
  "@types/ink-spinner": "^3.0.4",
32
32
  "@types/node": "^20.10.5",