@vygruppen/spor-react 12.5.0 → 12.5.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 +8 -8
- package/.turbo/turbo-postinstall.log +1 -1
- package/CHANGELOG.md +6 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
- package/src/input/Combobox.tsx +1 -0
package/.turbo/turbo-build.log
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@12.5.
|
2
|
+
> @vygruppen/spor-react@12.5.1 build /home/runner/work/spor/spor/packages/spor-react
|
3
3
|
> tsup
|
4
4
|
|
5
5
|
CLI Building entry: src/index.tsx, src/icons/index.tsx
|
@@ -10,17 +10,17 @@ CLI Target: node16
|
|
10
10
|
CJS Build start
|
11
11
|
ESM Build start
|
12
12
|
DTS Build start
|
13
|
-
ESM dist/index.mjs 290.
|
13
|
+
ESM dist/index.mjs 290.49 KB
|
14
14
|
ESM dist/icons/index.mjs 110.00 B
|
15
|
-
ESM dist/index.mjs.map 622.
|
15
|
+
ESM dist/index.mjs.map 622.84 KB
|
16
16
|
ESM dist/icons/index.mjs.map 157.00 B
|
17
|
-
ESM ⚡️ Build success in
|
17
|
+
ESM ⚡️ Build success in 2575ms
|
18
|
+
CJS dist/index.js 311.03 KB
|
18
19
|
CJS dist/icons/index.js 380.00 B
|
19
|
-
CJS dist/index.js
|
20
|
+
CJS dist/index.js.map 622.84 KB
|
20
21
|
CJS dist/icons/index.js.map 157.00 B
|
21
|
-
CJS
|
22
|
-
|
23
|
-
DTS ⚡️ Build success in 29016ms
|
22
|
+
CJS ⚡️ Build success in 2576ms
|
23
|
+
DTS ⚡️ Build success in 27967ms
|
24
24
|
DTS dist/icons/index.d.ts 44.00 B
|
25
25
|
DTS dist/index.d.ts 153.75 KB
|
26
26
|
DTS dist/icons/index.d.mts 44.00 B
|
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED