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