@layerzerolabs/tsup-config-next 3.0.113 → 3.0.115

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 +12 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @layerzerolabs/tsup-config-next
2
2
 
3
+ ## 3.0.115
4
+
5
+ ### Patch Changes
6
+
7
+ - 4e463b5: humanity endpoint
8
+
9
+ ## 3.0.114
10
+
11
+ ### Patch Changes
12
+
13
+ - 327bf23: Publish new official packages at 18 July 2025 by yadong
14
+
3
15
  ## 3.0.113
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/tsup-config-next",
3
- "version": "3.0.113",
3
+ "version": "3.0.115",
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.113",
26
+ "@layerzerolabs/typescript-config-next": "^3.0.115",
27
27
  "typescript": "~5.2.2"
28
28
  },
29
29
  "publishConfig": {