@layerzerolabs/move-definitions 3.0.156 → 3.0.158

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 +16 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @layerzerolabs/move-definitions
2
2
 
3
+ ## 3.0.158
4
+
5
+ ### Patch Changes
6
+
7
+ - cc77ff3: tempo mainnet
8
+ - Updated dependencies [cc77ff3]
9
+ - @layerzerolabs/lz-definitions@3.0.158
10
+
11
+ ## 3.0.157
12
+
13
+ ### Patch Changes
14
+
15
+ - 02975e5: Implement OmniCounterAlt contract
16
+ - Updated dependencies [02975e5]
17
+ - @layerzerolabs/lz-definitions@3.0.157
18
+
3
19
  ## 3.0.156
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/move-definitions",
3
- "version": "3.0.156",
3
+ "version": "3.0.158",
4
4
  "description": "move base definitions",
5
5
  "license": "BUSL-1.1",
6
6
  "type": "module",
@@ -24,12 +24,12 @@
24
24
  "clean-prebuild": "rm -rf dist"
25
25
  },
26
26
  "dependencies": {
27
- "@layerzerolabs/lz-definitions": "^3.0.156"
27
+ "@layerzerolabs/lz-definitions": "^3.0.158"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@jest/globals": "^29.7.0",
31
- "@layerzerolabs/tsup-config-next": "^3.0.156",
32
- "@layerzerolabs/typescript-config-next": "^3.0.156",
31
+ "@layerzerolabs/tsup-config-next": "^3.0.158",
32
+ "@layerzerolabs/typescript-config-next": "^3.0.158",
33
33
  "@types/jest": "^29.5.10",
34
34
  "jest": "^29.7.0",
35
35
  "ts-jest": "^29.1.1",