@stack-dev/react-css 0.1.1 → 0.2.0

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,23 +1,23 @@
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.2.0 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:13:6:
8
- 13 │ "types": "./dist/index.d.ts"
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:11:6:
14
- 11 │ "import": "./dist/index.mjs",
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:12:6:
20
- 12 │ "require": "./dist/index.js",
19
+ package.json:13:6:
20
+ 13 │ "require": "./dist/index.js",
21
21
  ╵ ~~~~~~~~~
22
22
 
23
23
  CLI Building entry: src/index.ts
@@ -30,20 +30,20 @@
30
30
  ESM Build start
31
31
  [warn] ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
32
32
 
33
- package.json:13:6:
34
-  13 │ "types": "./dist/index.d.ts"
33
+ package.json:14:6:
34
+  14 │ "types": "./dist/index.d.ts"
35
35
  ╵ ~~~~~~~
36
36
 
37
37
  The "import" condition comes earlier and will be used for all "import" statements:
38
38
 
39
- package.json:11:6:
40
-  11 │ "import": "./dist/index.mjs",
39
+ package.json:12:6:
40
+  12 │ "import": "./dist/index.mjs",
41
41
  ╵ ~~~~~~~~
42
42
 
43
43
  The "require" condition comes earlier and will be used for all "require" calls:
44
44
 
45
- package.json:12:6:
46
-  12 │ "require": "./dist/index.js",
45
+ package.json:13:6:
46
+  13 │ "require": "./dist/index.js",
47
47
  ╵ ~~~~~~~~~
48
48
 
49
49
 
@@ -54,22 +54,24 @@
54
54
  ╵ ~~~~~~~~~~~~
55
55
 
56
56
 
57
+ ESM dist/index.mjs 572.00 B
58
+ ESM ⚡️ Build success in 92ms
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
- package.json:13:6:
60
-  13 │ "types": "./dist/index.d.ts"
61
+ package.json:14:6:
62
+  14 │ "types": "./dist/index.d.ts"
61
63
  ╵ ~~~~~~~
62
64
 
63
65
  The "import" condition comes earlier and will be used for all "import" statements:
64
66
 
65
- package.json:11:6:
66
-  11 │ "import": "./dist/index.mjs",
67
+ package.json:12:6:
68
+  12 │ "import": "./dist/index.mjs",
67
69
  ╵ ~~~~~~~~
68
70
 
69
71
  The "require" condition comes earlier and will be used for all "require" calls:
70
72
 
71
- package.json:12:6:
72
-  12 │ "require": "./dist/index.js",
73
+ package.json:13:6:
74
+  13 │ "require": "./dist/index.js",
73
75
  ╵ ~~~~~~~~~
74
76
 
75
77
 
@@ -80,11 +82,9 @@
80
82
  ╵ ~~~~~~~~~~~~
81
83
 
82
84
 
83
- ESM dist/index.mjs 572.00 B
84
- ESM ⚡️ Build success in 70ms
85
85
  CJS dist/index.js 1.03 KB
86
- CJS ⚡️ Build success in 70ms
86
+ CJS ⚡️ Build success in 94ms
87
87
  DTS Build start
88
- DTS ⚡️ Build success in 2197ms
88
+ DTS ⚡️ Build success in 2815ms
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,17 @@
1
1
  # @stack-dev/react-css
2
2
 
3
+ ## 0.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 97907ee: Added MIT license
8
+
9
+ ## 0.1.2
10
+
11
+ ### Patch Changes
12
+
13
+ - e4c692d: Test
14
+
3
15
  ## 0.1.1
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@stack-dev/react-css",
3
- "version": "0.1.1",
3
+ "version": "0.2.0",
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.1",
37
- "@stack-dev/prettier-config": "0.1.1",
38
- "@stack-dev/typescript-config": "0.1.1"
37
+ "@stack-dev/eslint-config": "0.2.0",
38
+ "@stack-dev/prettier-config": "0.2.0",
39
+ "@stack-dev/typescript-config": "0.2.0"
39
40
  },
40
41
  "sideEffects": [
41
42
  "**/*.css"