@stack-dev/react-styled-components 0.1.2 → 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-styled-components@0.1.2 build /home/runner/work/stack-dev/stack-dev/packages/react-styled-components
2
+ > @stack-dev/react-styled-components@0.2.0 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]
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,47 +30,47 @@
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
 
50
+ CJS dist/index.js 973.00 B
51
+ CJS ⚡️ Build success in 43ms
50
52
  [warn] ▲ [WARNING] The condition "types" here will never be used as it comes after both "import" and "require" [package.json]
51
53
 
52
- package.json:13:6:
53
-  13 │ "types": "./dist/index.d.ts"
54
+ package.json:14:6:
55
+  14 │ "types": "./dist/index.d.ts"
54
56
  ╵ ~~~~~~~
55
57
 
56
58
  The "import" condition comes earlier and will be used for all "import" statements:
57
59
 
58
- package.json:11:6:
59
-  11 │ "import": "./dist/index.mjs",
60
+ package.json:12:6:
61
+  12 │ "import": "./dist/index.mjs",
60
62
  ╵ ~~~~~~~~
61
63
 
62
64
  The "require" condition comes earlier and will be used for all "require" calls:
63
65
 
64
- package.json:12:6:
65
-  12 │ "require": "./dist/index.js",
66
+ package.json:13:6:
67
+  13 │ "require": "./dist/index.js",
66
68
  ╵ ~~~~~~~~~
67
69
 
68
70
 
69
71
  ESM dist/index.mjs 336.00 B
70
- ESM ⚡️ Build success in 34ms
71
- CJS dist/index.js 973.00 B
72
- CJS ⚡️ Build success in 35ms
72
+ ESM ⚡️ Build success in 45ms
73
73
  DTS Build start
74
- DTS ⚡️ Build success in 3234ms
74
+ DTS ⚡️ Build success in 5195ms
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.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 97907ee: Added MIT license
8
+
3
9
  ## 0.1.2
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@stack-dev/react-styled-components",
3
- "version": "0.1.2",
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",
@@ -34,9 +35,9 @@
34
35
  "styled-components": "^6.1.13",
35
36
  "tsup": "^8.0.0",
36
37
  "vitest": "^3.2.4",
37
- "@stack-dev/eslint-config": "0.1.2",
38
- "@stack-dev/prettier-config": "0.1.2",
39
- "@stack-dev/typescript-config": "0.1.2"
38
+ "@stack-dev/eslint-config": "0.2.0",
39
+ "@stack-dev/prettier-config": "0.2.0",
40
+ "@stack-dev/typescript-config": "0.2.0"
40
41
  },
41
42
  "type": "module",
42
43
  "sideEffects": false,