@stack-dev/react-styled-components 0.1.0 â 0.1.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 +76 -81
- package/CHANGELOG.md +7 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,81 +1,76 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
>
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
[34mCLI[39m
|
|
25
|
-
[34mCLI[39m
|
|
26
|
-
[34mCLI[39m tsup
|
|
27
|
-
[34mCLI[39m
|
|
28
|
-
[34mCLI[39m
|
|
29
|
-
[
|
|
30
|
-
[
|
|
31
|
-
[
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
[
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
[
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
[
|
|
75
|
-
[
|
|
76
|
-
[
|
|
77
|
-
[32mESM[39m âĦï¸ Build success in 44ms
|
|
78
|
-
DTS Build start
|
|
79
|
-
DTS âĦï¸ Build success in 2014ms
|
|
80
|
-
DTS dist/index.d.cts 215.00 B
|
|
81
|
-
DTS dist/index.d.ts 215.00 B
|
|
1
|
+
|
|
2
|
+
> @stack-dev/react-styled-components@0.1.1 build /home/runner/work/stack-dev/stack-dev/packages/react-styled-components
|
|
3
|
+
> tsup
|
|
4
|
+
|
|
5
|
+
â² [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
|
|
6
|
+
|
|
7
|
+
package.json:13:6:
|
|
8
|
+
13 â "types": "./dist/index.d.ts"
|
|
9
|
+
âµ ~~~~~~~
|
|
10
|
+
|
|
11
|
+
The "import" condition comes earlier and will be used for all "import" statements:
|
|
12
|
+
|
|
13
|
+
package.json:11:6:
|
|
14
|
+
11 â "import": "./dist/index.mjs",
|
|
15
|
+
âµ ~~~~~~~~
|
|
16
|
+
|
|
17
|
+
The "require" condition comes earlier and will be used for all "require" calls:
|
|
18
|
+
|
|
19
|
+
package.json:12:6:
|
|
20
|
+
12 â "require": "./dist/index.js",
|
|
21
|
+
âµ ~~~~~~~~~
|
|
22
|
+
|
|
23
|
+
[34mCLI[39m Building entry: src/index.ts
|
|
24
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
25
|
+
[34mCLI[39m tsup v8.5.1
|
|
26
|
+
[34mCLI[39m Using tsup config: /home/runner/work/stack-dev/stack-dev/packages/react-styled-components/tsup.config.ts
|
|
27
|
+
[34mCLI[39m Target: esnext
|
|
28
|
+
[34mCLI[39m Cleaning output folder
|
|
29
|
+
[34mCJS[39m Build start
|
|
30
|
+
[34mESM[39m Build start
|
|
31
|
+
[warn] [33mâ² [43;33m[[43;30mWARNING[43;33m][0m [1mThe condition "types" here will never be used as it comes after both "import" and "require"[0m [package.json]
|
|
32
|
+
|
|
33
|
+
package.json:13:6:
|
|
34
|
+
[37m 13 â [32m"types"[37m: "./dist/index.d.ts"
|
|
35
|
+
âµ [32m~~~~~~~[0m
|
|
36
|
+
|
|
37
|
+
The "import" condition comes earlier and will be used for all "import" statements:
|
|
38
|
+
|
|
39
|
+
package.json:11:6:
|
|
40
|
+
[37m 11 â [32m"import"[37m: "./dist/index.mjs",
|
|
41
|
+
âµ [32m~~~~~~~~[0m
|
|
42
|
+
|
|
43
|
+
The "require" condition comes earlier and will be used for all "require" calls:
|
|
44
|
+
|
|
45
|
+
package.json:12:6:
|
|
46
|
+
[37m 12 â [32m"require"[37m: "./dist/index.js",
|
|
47
|
+
âµ [32m~~~~~~~~~[0m
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
[warn] [33mâ² [43;33m[[43;30mWARNING[43;33m][0m [1mThe condition "types" here will never be used as it comes after both "import" and "require"[0m [package.json]
|
|
51
|
+
|
|
52
|
+
package.json:13:6:
|
|
53
|
+
[37m 13 â [32m"types"[37m: "./dist/index.d.ts"
|
|
54
|
+
âµ [32m~~~~~~~[0m
|
|
55
|
+
|
|
56
|
+
The "import" condition comes earlier and will be used for all "import" statements:
|
|
57
|
+
|
|
58
|
+
package.json:11:6:
|
|
59
|
+
[37m 11 â [32m"import"[37m: "./dist/index.mjs",
|
|
60
|
+
âµ [32m~~~~~~~~[0m
|
|
61
|
+
|
|
62
|
+
The "require" condition comes earlier and will be used for all "require" calls:
|
|
63
|
+
|
|
64
|
+
package.json:12:6:
|
|
65
|
+
[37m 12 â [32m"require"[37m: "./dist/index.js",
|
|
66
|
+
âµ [32m~~~~~~~~~[0m
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m336.00 B[39m
|
|
70
|
+
[32mESM[39m âĦï¸ Build success in 33ms
|
|
71
|
+
[32mCJS[39m [1mdist/index.js [22m[32m973.00 B[39m
|
|
72
|
+
[32mCJS[39m âĦï¸ Build success in 33ms
|
|
73
|
+
[34mDTS[39m Build start
|
|
74
|
+
[32mDTS[39m âĦï¸ Build success in 4096ms
|
|
75
|
+
[32mDTS[39m [1mdist/index.d.cts [22m[32m215.00 B[39m
|
|
76
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m215.00 B[39m
|
package/CHANGELOG.md
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stack-dev/react-styled-components",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"styled-components": "^6.1.13",
|
|
35
35
|
"tsup": "^8.0.0",
|
|
36
36
|
"vitest": "^3.2.4",
|
|
37
|
-
"@stack-dev/eslint-config": "0.1.
|
|
38
|
-
"@stack-dev/prettier-config": "0.1.
|
|
39
|
-
"@stack-dev/typescript-config": "0.1.
|
|
37
|
+
"@stack-dev/eslint-config": "0.1.1",
|
|
38
|
+
"@stack-dev/prettier-config": "0.1.1",
|
|
39
|
+
"@stack-dev/typescript-config": "0.1.1"
|
|
40
40
|
},
|
|
41
41
|
"type": "module",
|
|
42
42
|
"sideEffects": false,
|