@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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @stack-dev/react-styled-components@0.1.1 build /home/runner/work/stack-dev/stack-dev/packages/react-styled-components
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
  ESM dist/index.mjs 336.00 B
70
- ESM ⚡️ Build success in 33ms
70
+ ESM ⚡️ Build success in 34ms
71
71
  CJS dist/index.js 973.00 B
72
- CJS ⚡️ Build success in 33ms
72
+ CJS ⚡️ Build success in 35ms
73
73
  DTS Build start
74
- DTS ⚡️ Build success in 4096ms
74
+ DTS ⚡️ Build success in 3234ms
75
75
  DTS dist/index.d.cts 215.00 B
76
76
  DTS dist/index.d.ts 215.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @stack-dev/react-styled-components
2
2
 
3
+ ## 0.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - e4c692d: Test
8
+
3
9
  ## 0.1.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stack-dev/react-styled-components",
3
- "version": "0.1.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.1",
38
- "@stack-dev/prettier-config": "0.1.1",
39
- "@stack-dev/typescript-config": "0.1.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,