@stack-dev/react-styled-components 0.1.1 → 0.2.0
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 +23 -23
- package/CHANGELOG.md +12 -0
- package/package.json +5 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
|
|
2
|
-
> @stack-dev/react-styled-components@0.
|
|
2
|
+
> @stack-dev/react-styled-components@0.2.0 build /home/runner/work/stack-dev/stack-dev/packages/react-styled-components
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
5
|
▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
|
|
6
6
|
|
|
7
|
-
package.json:
|
|
8
|
-
|
|
7
|
+
package.json:14:6:
|
|
8
|
+
14 │ "types": "./dist/index.d.ts"
|
|
9
9
|
╵ ~~~~~~~
|
|
10
10
|
|
|
11
11
|
The "import" condition comes earlier and will be used for all "import" statements:
|
|
12
12
|
|
|
13
|
-
package.json:
|
|
14
|
-
|
|
13
|
+
package.json:12:6:
|
|
14
|
+
12 │ "import": "./dist/index.mjs",
|
|
15
15
|
╵ ~~~~~~~~
|
|
16
16
|
|
|
17
17
|
The "require" condition comes earlier and will be used for all "require" calls:
|
|
18
18
|
|
|
19
|
-
package.json:
|
|
20
|
-
|
|
19
|
+
package.json:13:6:
|
|
20
|
+
13 │ "require": "./dist/index.js",
|
|
21
21
|
╵ ~~~~~~~~~
|
|
22
22
|
|
|
23
23
|
[34mCLI[39m Building entry: src/index.ts
|
|
@@ -30,47 +30,47 @@
|
|
|
30
30
|
[34mESM[39m Build start
|
|
31
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
32
|
|
|
33
|
-
package.json:
|
|
34
|
-
[37m
|
|
33
|
+
package.json:14:6:
|
|
34
|
+
[37m 14 │ [32m"types"[37m: "./dist/index.d.ts"
|
|
35
35
|
╵ [32m~~~~~~~[0m
|
|
36
36
|
|
|
37
37
|
The "import" condition comes earlier and will be used for all "import" statements:
|
|
38
38
|
|
|
39
|
-
package.json:
|
|
40
|
-
[37m
|
|
39
|
+
package.json:12:6:
|
|
40
|
+
[37m 12 │ [32m"import"[37m: "./dist/index.mjs",
|
|
41
41
|
╵ [32m~~~~~~~~[0m
|
|
42
42
|
|
|
43
43
|
The "require" condition comes earlier and will be used for all "require" calls:
|
|
44
44
|
|
|
45
|
-
package.json:
|
|
46
|
-
[37m
|
|
45
|
+
package.json:13:6:
|
|
46
|
+
[37m 13 │ [32m"require"[37m: "./dist/index.js",
|
|
47
47
|
╵ [32m~~~~~~~~~[0m
|
|
48
48
|
|
|
49
49
|
|
|
50
|
+
[32mCJS[39m [1mdist/index.js [22m[32m973.00 B[39m
|
|
51
|
+
[32mCJS[39m ⚡️ Build success in 43ms
|
|
50
52
|
[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
53
|
|
|
52
|
-
package.json:
|
|
53
|
-
[37m
|
|
54
|
+
package.json:14:6:
|
|
55
|
+
[37m 14 │ [32m"types"[37m: "./dist/index.d.ts"
|
|
54
56
|
╵ [32m~~~~~~~[0m
|
|
55
57
|
|
|
56
58
|
The "import" condition comes earlier and will be used for all "import" statements:
|
|
57
59
|
|
|
58
|
-
package.json:
|
|
59
|
-
[37m
|
|
60
|
+
package.json:12:6:
|
|
61
|
+
[37m 12 │ [32m"import"[37m: "./dist/index.mjs",
|
|
60
62
|
╵ [32m~~~~~~~~[0m
|
|
61
63
|
|
|
62
64
|
The "require" condition comes earlier and will be used for all "require" calls:
|
|
63
65
|
|
|
64
|
-
package.json:
|
|
65
|
-
[37m
|
|
66
|
+
package.json:13:6:
|
|
67
|
+
[37m 13 │ [32m"require"[37m: "./dist/index.js",
|
|
66
68
|
╵ [32m~~~~~~~~~[0m
|
|
67
69
|
|
|
68
70
|
|
|
69
71
|
[32mESM[39m [1mdist/index.mjs [22m[32m336.00 B[39m
|
|
70
|
-
[32mESM[39m ⚡️ Build success in
|
|
71
|
-
[32mCJS[39m [1mdist/index.js [22m[32m973.00 B[39m
|
|
72
|
-
[32mCJS[39m ⚡️ Build success in 33ms
|
|
72
|
+
[32mESM[39m ⚡️ Build success in 45ms
|
|
73
73
|
[34mDTS[39m Build start
|
|
74
|
-
[32mDTS[39m ⚡️ Build success in
|
|
74
|
+
[32mDTS[39m ⚡️ Build success in 5195ms
|
|
75
75
|
[32mDTS[39m [1mdist/index.d.cts [22m[32m215.00 B[39m
|
|
76
76
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m215.00 B[39m
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stack-dev/react-styled-components",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"private": false,
|
|
5
|
+
"license": "MIT",
|
|
5
6
|
"main": "dist/index.js",
|
|
6
7
|
"module": "dist/index.mjs",
|
|
7
8
|
"types": "dist/index.d.ts",
|
|
@@ -34,9 +35,9 @@
|
|
|
34
35
|
"styled-components": "^6.1.13",
|
|
35
36
|
"tsup": "^8.0.0",
|
|
36
37
|
"vitest": "^3.2.4",
|
|
37
|
-
"@stack-dev/eslint-config": "0.
|
|
38
|
-
"@stack-dev/prettier-config": "0.
|
|
39
|
-
"@stack-dev/typescript-config": "0.
|
|
38
|
+
"@stack-dev/eslint-config": "0.2.0",
|
|
39
|
+
"@stack-dev/prettier-config": "0.2.0",
|
|
40
|
+
"@stack-dev/typescript-config": "0.2.0"
|
|
40
41
|
},
|
|
41
42
|
"type": "module",
|
|
42
43
|
"sideEffects": false,
|