File tree 6 files changed +15
-9
lines changed
esbuild-plugin-minify-html-literals
6 files changed +15
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# esbuild-plugin-lit-css
2
2
3
+ ## 2.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 9c58c8d: Add support for esbuild 0.18 as a peerDependency
8
+
3
9
## 2.0.3
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " esbuild-plugin-lit-css" ,
3
3
"description" : " import CSS files as tagged template literals" ,
4
- "version" : " 2.0.3 " ,
4
+ "version" : " 2.0.4 " ,
5
5
"type" : " module" ,
6
6
"main" : " esbuild-plugin-lit-css.js" ,
7
7
"types" : " esbuild-plugin-lit-css.d.ts" ,
Original file line number Diff line number Diff line change 1
1
# esbuild-plugin-minify-html-literals
2
2
3
+ ## 1.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 9c58c8d: Add support for esbuild 0.18 as a peerDependency
8
+
3
9
## 1.0.4
4
10
5
11
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " esbuild-plugin-minify-html-literals" ,
3
3
"description" : " Minify HTML tagged template literals with esbuild" ,
4
- "version" : " 1.0.4 " ,
4
+ "version" : " 1.0.5 " ,
5
5
"type" : " module" ,
6
6
"main" : " esbuild-plugin-minify-html-literals.js" ,
7
7
"types" : " esbuild-plugin-minify-html-literals.d.ts" ,
Original file line number Diff line number Diff line change 5
5
"version" : " 1.0.10" ,
6
6
"license" : " MIT" ,
7
7
"dependencies" : {
8
- "esbuild-plugin-lit-css" : " 2.0.3 " ,
8
+ "esbuild-plugin-lit-css" : " 2.0.4 " ,
9
9
"lit-css-loader" : " 2.0.1" ,
10
10
"rollup-plugin-lit-css" : " 4.0.1"
11
11
}
You can’t perform that action at this time.
0 commit comments