@stack-dev/react-css 0.1.2 → 0.2.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 +23 -23
- package/CHANGELOG.md +12 -0
- package/LICENSE +21 -0
- package/package.json +5 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
|
|
2
|
-
> @stack-dev/react-css@0.1
|
|
2
|
+
> @stack-dev/react-css@0.2.1 build /home/runner/work/stack-dev/stack-dev/packages/react-css
|
|
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,20 +30,20 @@
|
|
|
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
|
|
|
@@ -54,24 +54,22 @@
|
|
|
54
54
|
╵ [32m~~~~~~~~~~~~[0m
|
|
55
55
|
|
|
56
56
|
|
|
57
|
-
[32mCJS[39m [1mdist/index.js [22m[32m1.03 KB[39m
|
|
58
|
-
[32mCJS[39m ⚡️ Build success in 70ms
|
|
59
57
|
[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]
|
|
60
58
|
|
|
61
|
-
package.json:
|
|
62
|
-
[37m
|
|
59
|
+
package.json:14:6:
|
|
60
|
+
[37m 14 │ [32m"types"[37m: "./dist/index.d.ts"
|
|
63
61
|
╵ [32m~~~~~~~[0m
|
|
64
62
|
|
|
65
63
|
The "import" condition comes earlier and will be used for all "import" statements:
|
|
66
64
|
|
|
67
|
-
package.json:
|
|
68
|
-
[37m
|
|
65
|
+
package.json:12:6:
|
|
66
|
+
[37m 12 │ [32m"import"[37m: "./dist/index.mjs",
|
|
69
67
|
╵ [32m~~~~~~~~[0m
|
|
70
68
|
|
|
71
69
|
The "require" condition comes earlier and will be used for all "require" calls:
|
|
72
70
|
|
|
73
|
-
package.json:
|
|
74
|
-
[37m
|
|
71
|
+
package.json:13:6:
|
|
72
|
+
[37m 13 │ [32m"require"[37m: "./dist/index.js",
|
|
75
73
|
╵ [32m~~~~~~~~~[0m
|
|
76
74
|
|
|
77
75
|
|
|
@@ -82,9 +80,11 @@
|
|
|
82
80
|
╵ [32m~~~~~~~~~~~~[0m
|
|
83
81
|
|
|
84
82
|
|
|
83
|
+
[32mCJS[39m [1mdist/index.js [22m[32m1.03 KB[39m
|
|
84
|
+
[32mCJS[39m ⚡️ Build success in 118ms
|
|
85
85
|
[32mESM[39m [1mdist/index.mjs [22m[32m572.00 B[39m
|
|
86
|
-
[32mESM[39m ⚡️ Build success in
|
|
86
|
+
[32mESM[39m ⚡️ Build success in 117ms
|
|
87
87
|
[34mDTS[39m Build start
|
|
88
|
-
[32mDTS[39m ⚡️ Build success in
|
|
88
|
+
[32mDTS[39m ⚡️ Build success in 2513ms
|
|
89
89
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m215.00 B[39m
|
|
90
90
|
[32mDTS[39m [1mdist/index.d.mts [22m[32m215.00 B[39m
|
package/CHANGELOG.md
CHANGED
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) Benjamin McLean.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stack-dev/react-css",
|
|
3
|
-
"version": "0.1
|
|
3
|
+
"version": "0.2.1",
|
|
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",
|
|
@@ -33,9 +34,9 @@
|
|
|
33
34
|
"react-dom": "^18.3.1",
|
|
34
35
|
"tsup": "^8.0.0",
|
|
35
36
|
"vitest": "^3.2.4",
|
|
36
|
-
"@stack-dev/eslint-config": "0.1
|
|
37
|
-
"@stack-dev/prettier-config": "0.1
|
|
38
|
-
"@stack-dev/typescript-config": "0.1
|
|
37
|
+
"@stack-dev/eslint-config": "0.2.1",
|
|
38
|
+
"@stack-dev/prettier-config": "0.2.1",
|
|
39
|
+
"@stack-dev/typescript-config": "0.2.1"
|
|
39
40
|
},
|
|
40
41
|
"sideEffects": [
|
|
41
42
|
"**/*.css"
|