File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
packages/vite-plugin-svelte Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# @sveltejs/vite-plugin-svelte
22
3+ ## 2.4.0
4+
5+ ### Minor Changes
6+
7+ - refactor: release vite-plugin-svelte as unbundled javascript with jsdoc types ([ #657 ] ( https://github.com/sveltejs/vite-plugin-svelte/pull/657 ) )
8+
39## 2.3.0
410
511### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @sveltejs/vite-plugin-svelte" ,
3- "version" : " 2.3 .0" ,
3+ "version" : " 2.4 .0" ,
44 "license" : " MIT" ,
55 "author" : " dominikg" ,
66 "files" : [
1616 "./package.json" : " ./package.json"
1717 },
1818 "scripts" : {
19- "check:publint" : " publint --strict" ,
20- "check:types" : " tsc --noEmit"
19+ "check:publint" : " publint --strict" ,
20+ "check:types" : " tsc --noEmit"
2121 },
2222 "engines" : {
2323 "node" : " ^14.18.0 || >= 16"
You can’t perform that action at this time.
0 commit comments