@layerzerolabs/lz-core 2.1.25 → 2.2.3

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 +30 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @layerzerolabs/lz-core
2
2
 
3
+ ## 2.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 4c53623: empty version
8
+
9
+ ## 2.2.2
10
+
11
+ ### Patch Changes
12
+
13
+ - b04320e: empty version
14
+
15
+ ## 2.2.1
16
+
17
+ ### Patch Changes
18
+
19
+ - fb15753: new endpoints. 4 testnets xlayer, form, ll1, mantasep, 2 mainnet Merlin, Degen
20
+
21
+ ## 2.2.0
22
+
23
+ ### Minor Changes
24
+
25
+ - aa51c78: updated sandbox chain keys for frontend
26
+
27
+ ## 2.1.27
28
+
29
+ ### Patch Changes
30
+
31
+ - 099e19b: internalize common functions and add public onlyOwner passthroughs
32
+
3
33
  ## 2.1.25
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/lz-core",
3
- "version": "2.1.25",
3
+ "version": "2.2.3",
4
4
  "description": "LayerZero Core Library",
5
5
  "license": "BUSL-1.1",
6
6
  "exports": {
@@ -27,8 +27,8 @@
27
27
  },
28
28
  "devDependencies": {
29
29
  "@jest/globals": "^29.7.0",
30
- "@layerzerolabs/tsup-config-next": "^2.1.25",
31
- "@layerzerolabs/typescript-config-next": "^2.1.25",
30
+ "@layerzerolabs/tsup-config-next": "^2.2.3",
31
+ "@layerzerolabs/typescript-config-next": "^2.2.3",
32
32
  "@types/jest": "^29.5.10",
33
33
  "jest": "^29.7.0",
34
34
  "rimraf": "^5.0.5",