@stack-dev/react-styled-components 0.1.1 → 0.1.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 +4 -4
- package/CHANGELOG.md +6 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @stack-dev/react-styled-components@0.1.
|
|
2
|
+
> @stack-dev/react-styled-components@0.1.2 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]
|
|
@@ -67,10 +67,10 @@
|
|
|
67
67
|
|
|
68
68
|
|
|
69
69
|
[32mESM[39m [1mdist/index.mjs [22m[32m336.00 B[39m
|
|
70
|
-
[32mESM[39m ⚡️ Build success in
|
|
70
|
+
[32mESM[39m ⚡️ Build success in 34ms
|
|
71
71
|
[32mCJS[39m [1mdist/index.js [22m[32m973.00 B[39m
|
|
72
|
-
[32mCJS[39m ⚡️ Build success in
|
|
72
|
+
[32mCJS[39m ⚡️ Build success in 35ms
|
|
73
73
|
[34mDTS[39m Build start
|
|
74
|
-
[32mDTS[39m ⚡️ Build success in
|
|
74
|
+
[32mDTS[39m ⚡️ Build success in 3234ms
|
|
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stack-dev/react-styled-components",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
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.2",
|
|
38
|
+
"@stack-dev/prettier-config": "0.1.2",
|
|
39
|
+
"@stack-dev/typescript-config": "0.1.2"
|
|
40
40
|
},
|
|
41
41
|
"type": "module",
|
|
42
42
|
"sideEffects": false,
|