@lets-events/react 12.10.15 → 12.10.17

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,5 +1,5 @@
1
1
 
2
- > @lets-events/react@12.10.15 build
2
+ > @lets-events/react@12.10.17 build
3
3
  > tsup src/index.tsx --format esm,cjs --dts --external react
4
4
 
5
5
  CLI Building entry: src/index.tsx
@@ -9,11 +9,11 @@
9
9
  CLI Target: es6
10
10
  ESM Build start
11
11
  CJS Build start
12
- CJS dist\index.js 432.14 KB
13
- CJS ⚡️ Build success in 302ms
14
12
  ESM dist\index.mjs 416.46 KB
15
- ESM ⚡️ Build success in 303ms
13
+ ESM ⚡️ Build success in 254ms
14
+ CJS dist\index.js 432.14 KB
15
+ CJS ⚡️ Build success in 255ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 5091ms
18
- DTS dist\index.d.mts 409.63 KB
19
- DTS dist\index.d.ts 409.63 KB
17
+ DTS ⚡️ Build success in 4939ms
18
+ DTS dist\index.d.mts 410.66 KB
19
+ DTS dist\index.d.ts 410.66 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @lets-events/react
2
2
 
3
+ ## 12.10.17
4
+
5
+ ### Patch Changes
6
+
7
+ - fix card props
8
+
9
+ ## 12.10.16
10
+
11
+ ### Patch Changes
12
+
13
+ - fix: props
14
+
3
15
  ## 12.10.15
4
16
 
5
17
  ### Patch Changes