@lets-events/react 7.0.0 → 7.0.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.
- package/.turbo/turbo-build.log +5 -5
- package/CHANGELOG.md +6 -0
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @lets-events/react@7.0.
|
|
3
|
+
> @lets-events/react@7.0.1 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
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
[34mCLI[39m Target: es6
|
|
10
10
|
[34mESM[39m Build start
|
|
11
11
|
[34mCJS[39m Build start
|
|
12
|
+
DTS Build start
|
|
12
13
|
[32mCJS[39m [1mdist/index.js [22m[32m266.35 KB[39m
|
|
13
|
-
[32mCJS[39m ⚡️ Build success in
|
|
14
|
+
[32mCJS[39m ⚡️ Build success in 319ms
|
|
14
15
|
[32mESM[39m [1mdist/index.mjs [22m[32m258.88 KB[39m
|
|
15
|
-
[32mESM[39m ⚡️ Build success in
|
|
16
|
-
DTS Build
|
|
17
|
-
DTS ⚡️ Build success in 6575ms
|
|
16
|
+
[32mESM[39m ⚡️ Build success in 321ms
|
|
17
|
+
DTS ⚡️ Build success in 6592ms
|
|
18
18
|
DTS dist/index.d.mts 325.81 KB
|
|
19
19
|
DTS dist/index.d.ts 325.81 KB
|
|
20
20
|
[1G[0K⠙[1G[0K
|
package/CHANGELOG.md
CHANGED