@layerzerolabs/lz-serdes 3.0.90-aptos-301.2 → 3.0.90

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # @layerzerolabs/lz-serdes
2
2
 
3
+ ## 3.0.90
4
+
5
+ ### Patch Changes
6
+
7
+ - 37a80ef: endpoints: testnet somnia, converge
8
+ - Updated dependencies [37a80ef]
9
+ - @layerzerolabs/lz-core@3.0.90
10
+ - @layerzerolabs/tron-utilities@3.0.90
11
+ - @layerzerolabs/lz-utilities@3.0.90
12
+
13
+ ## 3.0.89
14
+
15
+ ### Patch Changes
16
+
17
+ - 49985f3: testnets
18
+ - Updated dependencies [49985f3]
19
+ - @layerzerolabs/lz-core@3.0.89
20
+ - @layerzerolabs/tron-utilities@3.0.89
21
+ - @layerzerolabs/lz-utilities@3.0.89
22
+
23
+ ## 3.0.88
24
+
25
+ ### Patch Changes
26
+
27
+ - d0cda5e: ton sdk-tools refactored, added rawDispatch action to funC++
28
+ - Updated dependencies [d0cda5e]
29
+ - @layerzerolabs/lz-core@3.0.88
30
+ - @layerzerolabs/tron-utilities@3.0.88
31
+ - @layerzerolabs/lz-utilities@3.0.88
32
+
33
+ ## 3.0.87
34
+
35
+ ### Patch Changes
36
+
37
+ - e92c65d: Update initia.js version
38
+ - Updated dependencies [e92c65d]
39
+ - @layerzerolabs/lz-core@3.0.87
40
+ - @layerzerolabs/tron-utilities@3.0.87
41
+ - @layerzerolabs/lz-utilities@3.0.87
42
+
3
43
  ## 3.0.86
4
44
 
5
45
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/lz-serdes",
3
- "version": "3.0.90-aptos-301.2",
3
+ "version": "3.0.90",
4
4
  "description": "LayerZero Core Library",
5
5
  "license": "BUSL-1.1",
6
6
  "exports": {
@@ -25,9 +25,9 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@coral-xyz/anchor": "^0.29.0",
28
- "@layerzerolabs/lz-core": "^3.0.90-aptos-301.2",
29
- "@layerzerolabs/lz-utilities": "^3.0.90-aptos-301.2",
30
- "@layerzerolabs/tron-utilities": "^3.0.90-aptos-301.2",
28
+ "@layerzerolabs/lz-core": "^3.0.90",
29
+ "@layerzerolabs/lz-utilities": "^3.0.90",
30
+ "@layerzerolabs/tron-utilities": "^3.0.90",
31
31
  "aptos": "^1.20.0",
32
32
  "bip39": "^3.1.0",
33
33
  "ed25519-hd-key": "^1.3.0",
@@ -39,8 +39,8 @@
39
39
  "devDependencies": {
40
40
  "@jest/globals": "^29.7.0",
41
41
  "@layerzerolabs/tronweb-typescript": "^0.0.0",
42
- "@layerzerolabs/tsup-config-next": "^3.0.90-aptos-301.2",
43
- "@layerzerolabs/typescript-config-next": "^3.0.90-aptos-301.2",
42
+ "@layerzerolabs/tsup-config-next": "^3.0.90",
43
+ "@layerzerolabs/typescript-config-next": "^3.0.90",
44
44
  "@types/jest": "^29.5.10",
45
45
  "@types/tronweb": "npm:@layerzerolabs/tronweb-typescript@workspace:^",
46
46
  "jest": "^29.7.0",