File tree Expand file tree Collapse file tree 3 files changed +50
-48
lines changed Expand file tree Collapse file tree 3 files changed +50
-48
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # @emotion-extract/vite
2
+
3
+ ## 1.13.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [ #146 ] ( https://github.com/lilnasy/gratelets/pull/146 ) [ ` 159b4a9 ` ] ( https://github.com/lilnasy/gratelets/commit/159b4a9e52936472cc75e14a583d1469b800e41a ) Thanks [ @lilnasy ] ( https://github.com/lilnasy ) ! - Fixes a packaging mistake that prevented the library from being used.
Original file line number Diff line number Diff line change 1
- {
2
- "name" : " @emotion-extract/vite" ,
3
- "version" : " 1.13.2 " ,
4
- "description" : " Use Emotion CSS with the performance of handwritten stylesheets." ,
5
- "author" : " Arsh" ,
6
- "license" : " Public Domain" ,
7
- "keywords" : [
8
- " vite" ,
9
- " emotion" ,
10
- " css"
11
- ],
12
- "homepage" : " https://github.com/lilnasy/gratelets/tree/main/packages/emotion-extract" ,
13
- "repository" : {
14
- "type" : " git" ,
15
- "url" : " https://github.com/lilnasy/gratelets" ,
16
- "directory" : " packages/emotion-extract"
17
- },
18
- "files" : [
19
- " dist" ,
20
- " env.js" ,
21
- " env.d.ts"
22
- ],
23
- "exports" : {
24
- "." : " ./dist/vite.js" ,
25
- "./env" : {
26
- "types" : " ./env.d.ts" ,
27
- "import" : " ./env.js"
28
- }
29
- },
30
- "scripts" : {
31
- "test" : " pnpm -w test emotion-extract.test.ts" ,
32
- "build" : " tsc"
33
- },
34
- "type" : " module" ,
35
- "dependencies" : {
36
- "@emotion/css" : " 11" ,
37
- "acorn-walk" : " 8" ,
38
- "magic-string" : " 0.30"
39
- },
40
- "devDependencies" : {
41
- "@types/node" : " 20" ,
42
- "vite" : " 6"
43
- }
1
+ {
2
+ "name" : " @emotion-extract/vite" ,
3
+ "version" : " 1.13.3 " ,
4
+ "description" : " Use Emotion CSS with the performance of handwritten stylesheets." ,
5
+ "author" : " Arsh" ,
6
+ "license" : " Public Domain" ,
7
+ "keywords" : [
8
+ " vite" ,
9
+ " emotion" ,
10
+ " css"
11
+ ],
12
+ "homepage" : " https://github.com/lilnasy/gratelets/tree/main/packages/emotion-extract" ,
13
+ "repository" : {
14
+ "type" : " git" ,
15
+ "url" : " https://github.com/lilnasy/gratelets" ,
16
+ "directory" : " packages/emotion-extract"
17
+ },
18
+ "files" : [
19
+ " dist" ,
20
+ " env.js" ,
21
+ " env.d.ts"
22
+ ],
23
+ "exports" : {
24
+ "." : " ./dist/vite.js" ,
25
+ "./env" : {
26
+ "types" : " ./env.d.ts" ,
27
+ "import" : " ./env.js"
28
+ }
29
+ },
30
+ "scripts" : {
31
+ "test" : " pnpm -w test emotion-extract.test.ts" ,
32
+ "build" : " tsc"
33
+ },
34
+ "type" : " module" ,
35
+ "dependencies" : {
36
+ "@emotion/css" : " 11" ,
37
+ "acorn-walk" : " 8" ,
38
+ "magic-string" : " 0.30"
39
+ },
40
+ "devDependencies" : {
41
+ "@types/node" : " 20" ,
42
+ "vite" : " 6"
43
+ }
44
44
}
You can’t perform that action at this time.
0 commit comments