@stack-dev/react-css 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-css@0.1.1 build /home/runner/work/stack-dev/stack-dev/packages/react-css
2
+ > @stack-dev/react-css@0.1.2 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]
@@ -54,6 +54,8 @@
54
54
  ╵ ~~~~~~~~~~~~
55
55
 
56
56
 
57
+ CJS dist/index.js 1.03 KB
58
+ CJS ⚡️ Build success in 70ms
57
59
  [warn] ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
58
60
 
59
61
  package.json:13:6:
@@ -81,10 +83,8 @@
81
83
 
82
84
 
83
85
  ESM dist/index.mjs 572.00 B
84
- ESM ⚡️ Build success in 70ms
85
- CJS dist/index.js 1.03 KB
86
- CJS ⚡️ Build success in 70ms
86
+ ESM ⚡️ Build success in 71ms
87
87
  DTS Build start
88
- DTS ⚡️ Build success in 2197ms
88
+ DTS ⚡️ Build success in 1879ms
89
89
  DTS dist/index.d.ts 215.00 B
90
90
  DTS dist/index.d.mts 215.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @stack-dev/react-css
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-css",
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",
@@ -33,9 +33,9 @@
33
33
  "react-dom": "^18.3.1",
34
34
  "tsup": "^8.0.0",
35
35
  "vitest": "^3.2.4",
36
- "@stack-dev/eslint-config": "0.1.1",
37
- "@stack-dev/prettier-config": "0.1.1",
38
- "@stack-dev/typescript-config": "0.1.1"
36
+ "@stack-dev/eslint-config": "0.1.2",
37
+ "@stack-dev/prettier-config": "0.1.2",
38
+ "@stack-dev/typescript-config": "0.1.2"
39
39
  },
40
40
  "sideEffects": [
41
41
  "**/*.css"