@stack-dev/react-css 0.2.0 → 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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @stack-dev/react-css@0.2.0 build /home/runner/work/stack-dev/stack-dev/packages/react-css
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]
@@ -54,8 +54,6 @@
54
54
  ╵ ~~~~~~~~~~~~
55
55
 
56
56
 
57
- ESM dist/index.mjs 572.00 B
58
- ESM ⚡️ Build success in 92ms
59
57
  [warn] ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
60
58
 
61
59
  package.json:14:6:
@@ -83,8 +81,10 @@
83
81
 
84
82
 
85
83
  CJS dist/index.js 1.03 KB
86
- CJS ⚡️ Build success in 94ms
84
+ CJS ⚡️ Build success in 118ms
85
+ ESM dist/index.mjs 572.00 B
86
+ ESM ⚡️ Build success in 117ms
87
87
  DTS Build start
88
- DTS ⚡️ Build success in 2815ms
88
+ DTS ⚡️ Build success in 2513ms
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.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 45ab108: Added License
8
+
3
9
  ## 0.2.0
4
10
 
5
11
  ### Minor Changes
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@stack-dev/react-css",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -34,9 +34,9 @@
34
34
  "react-dom": "^18.3.1",
35
35
  "tsup": "^8.0.0",
36
36
  "vitest": "^3.2.4",
37
- "@stack-dev/eslint-config": "0.2.0",
38
- "@stack-dev/prettier-config": "0.2.0",
39
- "@stack-dev/typescript-config": "0.2.0"
37
+ "@stack-dev/eslint-config": "0.2.1",
38
+ "@stack-dev/prettier-config": "0.2.1",
39
+ "@stack-dev/typescript-config": "0.2.1"
40
40
  },
41
41
  "sideEffects": [
42
42
  "**/*.css"