@layerzerolabs/tsup-configuration 0.0.75 → 0.2.6

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.
@@ -9,7 +9,7 @@
9
9
  CLI Target: ES2023
10
10
  CJS Build start
11
11
  ESM Build start
12
- ESM dist/index.js 1.09 KB
13
- ESM ⚡️ Build success in 23ms
14
12
  CJS dist/index.cjs 2.10 KB
15
- CJS ⚡️ Build success in 23ms
13
+ CJS ⚡️ Build success in 18ms
14
+ ESM dist/index.js 1.09 KB
15
+ ESM ⚡️ Build success in 18ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/tsup-configuration",
3
- "version": "0.0.75",
3
+ "version": "0.2.6",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "exports": {
@@ -12,7 +12,7 @@
12
12
  "devDependencies": {
13
13
  "tsup": "^8.4.0",
14
14
  "typescript": "^5.8.2",
15
- "@layerzerolabs/typescript-configuration": "0.0.75"
15
+ "@layerzerolabs/typescript-configuration": "0.2.6"
16
16
  },
17
17
  "publishConfig": {
18
18
  "access": "public",