@layerzerolabs/tsup-configuration 0.0.66 → 0.0.67

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.
@@ -10,6 +10,6 @@
10
10
  CJS Build start
11
11
  ESM Build start
12
12
  ESM dist/index.js 1.09 KB
13
- ESM ⚡️ Build success in 19ms
13
+ ESM ⚡️ Build success in 18ms
14
14
  CJS dist/index.cjs 2.10 KB
15
15
  CJS ⚡️ Build success in 19ms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@layerzerolabs/tsup-configuration",
3
- "version": "0.0.66",
3
+ "version": "0.0.67",
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.66"
15
+ "@layerzerolabs/typescript-configuration": "0.0.67"
16
16
  },
17
17
  "publishConfig": {
18
18
  "access": "restricted",