@vygruppen/spor-react 1.3.0 → 1.3.2
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 +21 -0
- package/dist/index.js +0 -2
- package/package.json +1 -1
package/.turbo/turbo-build.log
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
|
2
|
-
> @vygruppen/spor-react@1.3.
|
2
|
+
> @vygruppen/spor-react@1.3.2 build
|
3
3
|
> tsup src/* --dts --treeshake --format esm,cjs
|
4
4
|
|
5
5
|
[34mCLI[39m Building entry: src/index.tsx
|
6
6
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
7
|
-
[34mCLI[39m tsup v6.
|
7
|
+
[34mCLI[39m tsup v6.5.0
|
8
8
|
[34mCLI[39m Target: node14
|
9
9
|
[34mESM[39m Build start
|
10
10
|
[34mCJS[39m Build start
|
11
|
-
[32mCJS[39m [1mdist/index.js [22m[32m7.57 KB[39m
|
12
|
-
[32mCJS[39m ⚡️ Build success in 77ms
|
13
11
|
[32mESM[39m [1mdist/index.mjs [22m[32m1.22 KB[39m
|
14
|
-
[32mESM[39m ⚡️ Build success in
|
12
|
+
[32mESM[39m ⚡️ Build success in 88ms
|
13
|
+
[32mCJS[39m [1mdist/index.js [22m[32m7.51 KB[39m
|
14
|
+
[32mCJS[39m ⚡️ Build success in 88ms
|
15
15
|
[34mDTS[39m Build start
|
16
|
-
[32mDTS[39m ⚡️ Build success in
|
16
|
+
[32mDTS[39m ⚡️ Build success in 3772ms
|
17
17
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m1.22 KB[39m
|
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,26 @@
|
|
1
1
|
# @vygruppen/spor-react
|
2
2
|
|
3
|
+
## 1.3.2
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- deb3934d: Changes in the datepicker and input packages
|
8
|
+
- Updated dependencies [12202232]
|
9
|
+
- Updated dependencies [1d2de067]
|
10
|
+
- Updated dependencies [12202232]
|
11
|
+
- Updated dependencies [12202232]
|
12
|
+
- Updated dependencies [f6fec340]
|
13
|
+
- Updated dependencies [78b7dd54]
|
14
|
+
- @vygruppen/spor-datepicker-react@1.2.0
|
15
|
+
- @vygruppen/spor-typography-react@1.1.2
|
16
|
+
- @vygruppen/spor-input-react@1.3.3
|
17
|
+
|
18
|
+
## 1.3.1
|
19
|
+
|
20
|
+
### Patch Changes
|
21
|
+
|
22
|
+
- 0c360f40: Bump
|
23
|
+
|
3
24
|
## 1.3.0
|
4
25
|
|
5
26
|
### Minor Changes
|
package/dist/index.js
CHANGED