@vygruppen/spor-react 11.3.2 → 11.3.3
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 +8 -8
- package/CHANGELOG.md +6 -0
- package/dist/index.js +415 -417
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +352 -354
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/input/Checkbox.tsx +1 -3
package/.turbo/turbo-build.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@11.3.
|
2
|
+
> @vygruppen/spor-react@11.3.3 build /home/runner/work/spor/spor/packages/spor-react
|
3
3
|
> tsup
|
4
4
|
|
5
5
|
CLI Building entry: src/index.tsx
|
@@ -10,12 +10,12 @@ CLI Target: node16
|
|
10
10
|
CJS Build start
|
11
11
|
ESM Build start
|
12
12
|
DTS Build start
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
DTS ⚡️ Build success in
|
13
|
+
CJS dist/index.js 287.97 KB
|
14
|
+
CJS dist/index.js.map 591.90 KB
|
15
|
+
CJS ⚡️ Build success in 2525ms
|
16
|
+
ESM dist/index.mjs 269.19 KB
|
17
|
+
ESM dist/index.mjs.map 591.90 KB
|
18
|
+
ESM ⚡️ Build success in 2526ms
|
19
|
+
DTS ⚡️ Build success in 17488ms
|
20
20
|
DTS dist/index.d.ts 342.00 KB
|
21
21
|
DTS dist/index.d.mts 342.00 KB
|