@vygruppen/spor-react 11.3.7 → 11.3.8
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 +6 -6
- package/CHANGELOG.md +7 -0
- package/package.json +3 -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.8 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
|
-
CJS dist/index.js 288.05 KB
|
14
|
-
CJS dist/index.js.map 592.13 KB
|
15
|
-
CJS ⚡️ Build success in 2507ms
|
16
13
|
ESM dist/index.mjs 269.19 KB
|
17
14
|
ESM dist/index.mjs.map 592.13 KB
|
18
|
-
ESM ⚡️ Build success in
|
19
|
-
|
15
|
+
ESM ⚡️ Build success in 2246ms
|
16
|
+
CJS dist/index.js 288.05 KB
|
17
|
+
CJS dist/index.js.map 592.13 KB
|
18
|
+
CJS ⚡️ Build success in 2246ms
|
19
|
+
DTS ⚡️ Build success in 17179ms
|
20
20
|
DTS dist/index.d.ts 342.06 KB
|
21
21
|
DTS dist/index.d.mts 342.06 KB
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vygruppen/spor-react",
|
3
|
-
"version": "11.3.
|
3
|
+
"version": "11.3.8",
|
4
4
|
"main": "./dist/index.js",
|
5
5
|
"module": "./dist/index.mjs",
|
6
6
|
"types": "./dist/index.d.ts",
|
@@ -32,8 +32,8 @@
|
|
32
32
|
"react-stately": "^3.31.1",
|
33
33
|
"react-swipeable": "^7.0.1",
|
34
34
|
"@vygruppen/spor-design-tokens": "3.10.0",
|
35
|
-
"@vygruppen/spor-
|
36
|
-
"@vygruppen/spor-
|
35
|
+
"@vygruppen/spor-icon-react": "3.14.0",
|
36
|
+
"@vygruppen/spor-loader": "0.5.0"
|
37
37
|
},
|
38
38
|
"devDependencies": {
|
39
39
|
"@react-types/datepicker": "^3.10.0",
|