@vygruppen/spor-react 0.13.21 → 0.13.24
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 +34 -0
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
@vygruppen/spor-react:build: cache hit, replaying output
|
1
|
+
@vygruppen/spor-react:build: cache hit, replaying output 3a3b15e9821682fc
|
2
2
|
@vygruppen/spor-react:build:
|
3
|
-
@vygruppen/spor-react:build: > @vygruppen/spor-react@0.13.
|
3
|
+
@vygruppen/spor-react:build: > @vygruppen/spor-react@0.13.24 build
|
4
4
|
@vygruppen/spor-react:build: > tsup src/* --dts --treeshake --format esm,cjs
|
5
5
|
@vygruppen/spor-react:build:
|
6
6
|
@vygruppen/spor-react:build: [34mCLI[39m Building entry: src/index.tsx
|
@@ -9,10 +9,10 @@
|
|
9
9
|
@vygruppen/spor-react:build: [34mCLI[39m Target: node14
|
10
10
|
@vygruppen/spor-react:build: [34mESM[39m Build start
|
11
11
|
@vygruppen/spor-react:build: [34mCJS[39m Build start
|
12
|
-
@vygruppen/spor-react:build: [32mESM[39m [1mdist/index.mjs [22m[32m1012.00 B[39m
|
13
|
-
@vygruppen/spor-react:build: [32mESM[39m ⚡️ Build success in 198ms
|
14
12
|
@vygruppen/spor-react:build: [32mCJS[39m [1mdist/index.js [22m[32m6.14 KB[39m
|
15
|
-
@vygruppen/spor-react:build: [32mCJS[39m ⚡️ Build success in
|
13
|
+
@vygruppen/spor-react:build: [32mCJS[39m ⚡️ Build success in 133ms
|
14
|
+
@vygruppen/spor-react:build: [32mESM[39m [1mdist/index.mjs [22m[32m1012.00 B[39m
|
15
|
+
@vygruppen/spor-react:build: [32mESM[39m ⚡️ Build success in 159ms
|
16
16
|
@vygruppen/spor-react:build: [34mDTS[39m Build start
|
17
|
-
@vygruppen/spor-react:build: [32mDTS[39m ⚡️ Build success in
|
17
|
+
@vygruppen/spor-react:build: [32mDTS[39m ⚡️ Build success in 4982ms
|
18
18
|
@vygruppen/spor-react:build: [32mDTS[39m [1mdist/index.d.ts [22m[32m1012.00 B[39m
|
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,39 @@
|
|
1
1
|
# @vygruppen/spor-react
|
2
2
|
|
3
|
+
## 0.13.24
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [77bf8c23]
|
8
|
+
- @vygruppen/spor-datepicker-react@0.1.4
|
9
|
+
|
10
|
+
## 0.13.23
|
11
|
+
|
12
|
+
### Patch Changes
|
13
|
+
|
14
|
+
- Updated dependencies [8f6053e0]
|
15
|
+
- Updated dependencies [0a128d66]
|
16
|
+
- @vygruppen/spor-theme-react@0.6.1
|
17
|
+
- @vygruppen/spor-loader-react@0.2.3
|
18
|
+
- @vygruppen/spor-button-react@0.2.9
|
19
|
+
- @vygruppen/spor-datepicker-react@0.1.3
|
20
|
+
- @vygruppen/spor-popover-react@0.1.16
|
21
|
+
- @vygruppen/spor-stepper-react@0.1.16
|
22
|
+
|
23
|
+
## 0.13.22
|
24
|
+
|
25
|
+
### Patch Changes
|
26
|
+
|
27
|
+
- Updated dependencies [80e771e5]
|
28
|
+
- Updated dependencies [ae157f1b]
|
29
|
+
- Updated dependencies [8a170ece]
|
30
|
+
- @vygruppen/spor-design-tokens@2.5.0
|
31
|
+
- @vygruppen/spor-theme-react@0.6.0
|
32
|
+
- @vygruppen/spor-modal-react@0.1.3
|
33
|
+
- @vygruppen/spor-typography-react@0.4.6
|
34
|
+
- @vygruppen/spor-provider-react@0.0.8
|
35
|
+
- @vygruppen/spor-datepicker-react@0.1.2
|
36
|
+
|
3
37
|
## 0.13.21
|
4
38
|
|
5
39
|
### Patch Changes
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@vygruppen/spor-react",
|
3
|
-
"version": "0.13.
|
3
|
+
"version": "0.13.24",
|
4
4
|
"main": "./dist/index.js",
|
5
5
|
"module": "./dist/index.mjs",
|
6
6
|
"types": "./dist/index.d.ts",
|
@@ -8,7 +8,7 @@
|
|
8
8
|
"sideEffects": false,
|
9
9
|
"scripts": {
|
10
10
|
"build": "tsup src/* --dts --treeshake --format esm,cjs",
|
11
|
-
"dev": "tsup src/index.tsx --watch"
|
11
|
+
"dev": "tsup src/index.tsx --watch --format esm"
|
12
12
|
},
|
13
13
|
"homepage": "https://github.com/nsbno/spor/tree/main/packages/spor-react",
|
14
14
|
"repository": {
|