@lets-events/react 12.10.5 → 12.10.6
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.
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @lets-events/react@12.10.
|
|
3
|
+
> @lets-events/react@12.10.6 build
|
|
4
4
|
> tsup src/index.tsx --format esm,cjs --dts --external react
|
|
5
5
|
|
|
6
6
|
[1G[0K[34mCLI[39m Building entry: src/index.tsx
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
[34mCLI[39m Target: es6
|
|
11
11
|
[34mESM[39m Build start
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
|
-
[32mESM[39m [1mdist/index.mjs [22m[32m413.
|
|
14
|
-
[32mESM[39m ⚡️ Build success in
|
|
15
|
-
[32mCJS[39m [1mdist/index.js [22m[32m429.
|
|
16
|
-
[32mCJS[39m ⚡️ Build success in
|
|
13
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m413.85 KB[39m
|
|
14
|
+
[32mESM[39m ⚡️ Build success in 498ms
|
|
15
|
+
[32mCJS[39m [1mdist/index.js [22m[32m429.51 KB[39m
|
|
16
|
+
[32mCJS[39m ⚡️ Build success in 499ms
|
|
17
17
|
DTS Build start
|
|
18
|
-
DTS ⚡️ Build success in
|
|
18
|
+
DTS ⚡️ Build success in 9566ms
|
|
19
19
|
DTS dist/index.d.mts 405.26 KB
|
|
20
20
|
DTS dist/index.d.ts 405.26 KB
|
|
21
21
|
[1G[0K⠙[1G[0K
|
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -13530,7 +13530,8 @@ var RichEditorFormField = (_a) => {
|
|
|
13530
13530
|
onCharacterCountChange: handleCharacterCountChange,
|
|
13531
13531
|
maxLength,
|
|
13532
13532
|
disableVideo,
|
|
13533
|
-
simpleVersion
|
|
13533
|
+
simpleVersion,
|
|
13534
|
+
richEditorElements
|
|
13534
13535
|
})
|
|
13535
13536
|
),
|
|
13536
13537
|
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(ErrorFormMessage, { message: errorMsg })
|
package/dist/index.mjs
CHANGED
|
@@ -13422,7 +13422,8 @@ var RichEditorFormField = (_a) => {
|
|
|
13422
13422
|
onCharacterCountChange: handleCharacterCountChange,
|
|
13423
13423
|
maxLength,
|
|
13424
13424
|
disableVideo,
|
|
13425
|
-
simpleVersion
|
|
13425
|
+
simpleVersion,
|
|
13426
|
+
richEditorElements
|
|
13426
13427
|
})
|
|
13427
13428
|
),
|
|
13428
13429
|
/* @__PURE__ */ jsx56(ErrorFormMessage, { message: errorMsg })
|
package/package.json
CHANGED