@lets-events/react 12.1.11 → 12.1.12

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,6 +1,6 @@
1
1
 
2
2
 
3
- > @lets-events/react@12.1.11 build
3
+ > @lets-events/react@12.1.12 build
4
4
  > tsup src/index.tsx --format esm,cjs --dts --external react
5
5
 
6
6
  CLI Building entry: src/index.tsx
@@ -10,14 +10,12 @@
10
10
  CLI Target: es6
11
11
  ESM Build start
12
12
  CJS Build start
13
- ESM dist/index.css 26.76 KB
14
- ESM dist/index.mjs 353.09 KB
15
- ESM ⚡️ Build success in 387ms
16
- CJS dist/index.css 26.76 KB
17
- CJS dist/index.js 366.92 KB
18
- CJS ⚡️ Build success in 388ms
13
+ CJS dist/index.js 388.34 KB
14
+ CJS ⚡️ Build success in 268ms
15
+ ESM dist/index.mjs 374.51 KB
16
+ ESM ⚡️ Build success in 269ms
19
17
  DTS Build start
20
- DTS ⚡️ Build success in 89239ms
18
+ DTS ⚡️ Build success in 5419ms
21
19
  DTS dist/index.d.mts 388.87 KB
22
20
  DTS dist/index.d.ts 388.87 KB
23
21
  ⠙
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @lets-events/react
2
2
 
3
+ ## 12.1.12
4
+
5
+ ### Patch Changes
6
+
7
+ - CSS RichEditor
8
+
3
9
  ## 12.1.11
4
10
 
5
11
  ### Patch Changes