@lets-events/react 7.2.0 → 7.2.1

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.
@@ -1,20 +1,19 @@
1
1
 
2
2
 
3
- > @lets-events/react@7.2.0 build
3
+ > @lets-events/react@7.2.1 build
4
4
  > tsup src/index.tsx --format esm,cjs --dts --external react
5
5
 
6
- CLI Building entry: src/index.tsx
6
+ CLI Building entry: src/index.tsx
7
7
  CLI Using tsconfig: tsconfig.json
8
8
  CLI tsup v8.4.0
9
9
  CLI Target: es6
10
10
  ESM Build start
11
11
  CJS Build start
12
- CJS dist/index.js 296.69 KB
13
- CJS ⚡️ Build success in 280ms
14
- ESM dist/index.mjs 289.05 KB
15
- ESM ⚡️ Build success in 302ms
12
+ ESM dist/index.mjs 291.15 KB
13
+ ESM ⚡️ Build success in 351ms
14
+ CJS dist/index.js 299.01 KB
15
+ CJS ⚡️ Build success in 351ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 7060ms
18
- DTS dist/index.d.mts 326.74 KB
19
- DTS dist/index.d.ts 326.74 KB
20
- ⠙
17
+ DTS ⚡️ Build success in 7511ms
18
+ DTS dist/index.d.mts 355.13 KB
19
+ DTS dist/index.d.ts 355.13 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @lets-events/react
2
2
 
3
+ ## 7.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Button attribute type correction
8
+
3
9
  ## 7.2.0
4
10
 
5
11
  ### Minor Changes