@lets-events/react 12.1.1 → 12.1.2

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,7 @@
1
1
 
2
+ npm warn cli npm v11.5.1 does not support Node.js v20.10.0. This version of npm supports the following node versions: `^20.17.0 || >=22.9.0`. You can find the latest version at https://nodejs.org/.
2
3
 
3
- > @lets-events/react@12.1.1 build
4
+ > @lets-events/react@12.1.2 build
4
5
  > tsup src/index.tsx --format esm,cjs --dts --external react
5
6
 
6
7
  CLI Building entry: src/index.tsx
@@ -10,14 +11,14 @@
10
11
  CLI Target: es6
11
12
  ESM Build start
12
13
  CJS Build start
13
- CJS dist/index.css 27.00 KB
14
- CJS dist/index.js 363.99 KB
15
- CJS ⚡️ Build success in 564ms
16
14
  ESM dist/index.css 27.00 KB
17
15
  ESM dist/index.mjs 350.42 KB
18
- ESM ⚡️ Build success in 566ms
16
+ ESM ⚡️ Build success in 12006ms
17
+ CJS dist/index.css 27.00 KB
18
+ CJS dist/index.js 363.99 KB
19
+ CJS ⚡️ Build success in 12019ms
19
20
  DTS Build start
20
- DTS ⚡️ Build success in 9573ms
21
+ DTS ⚡️ Build success in -4031ms
21
22
  DTS dist/index.d.mts 379.16 KB
22
23
  DTS dist/index.d.ts 379.16 KB
23
24
  ⠙
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @lets-events/react
2
2
 
3
+ ## 12.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - richeditor adjustment
8
+
3
9
  ## 12.1.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lets-events/react",
3
- "version": "12.1.1",
3
+ "version": "12.1.2",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",