@layerzerolabs/tsup-config-next 3.0.137 → 3.0.139-iota.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @layerzerolabs/tsup-config-next
2
2
 
3
+ ## 3.0.140
4
+
5
+ ### Patch Changes
6
+
7
+ - 837408a: endpoint: doma mainnet
8
+
9
+ ## 3.0.139
10
+
11
+ ### Patch Changes
12
+
13
+ - f118b0e: openledger mainnet
14
+
15
+ ## 3.0.138
16
+
17
+ ### Patch Changes
18
+
19
+ - e3089b8: Update the Sui oft sdk
20
+
3
21
  ## 3.0.137
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/tsup-config-next",
3
- "version": "3.0.137",
3
+ "version": "3.0.139-iota.0",
4
4
  "type": "commonjs",
5
5
  "exports": {
6
6
  "types": "./dist/index.d.ts",
@@ -23,7 +23,7 @@
23
23
  "tsup": "^8.3.5"
24
24
  },
25
25
  "devDependencies": {
26
- "@layerzerolabs/typescript-config-next": "^3.0.137",
26
+ "@layerzerolabs/typescript-config-next": "^3.0.139-iota.0",
27
27
  "typescript": "~5.2.2"
28
28
  },
29
29
  "publishConfig": {