create-svelte
Advanced tools
Comparing version 2.0.0-next.50 to 2.0.0-next.51
# create-svelte | ||
## 2.0.0-next.51 | ||
### Patch Changes | ||
- 4cffc14: add global.d.ts to js version | ||
## 2.0.0-next.50 | ||
@@ -4,0 +10,0 @@ |
@@ -32,2 +32,6 @@ { | ||
{ | ||
"name": "src/global.d.js", | ||
"contents": "/// <reference types=\"@sveltejs/kit\" />\n/// <reference types=\"svelte\" />\n/// <reference types=\"vite/client\" />\n" | ||
}, | ||
{ | ||
"name": "src/lib/Counter.svelte", | ||
@@ -34,0 +38,0 @@ "contents": "<script>\n\tlet count = 0;\n\t\n\tconst increment = () => {\n\t\tcount += 1;\n\t};\n</script>\n\n<button on:click={increment}>\n\tClicks: {count}\n</button>\n\n<style>\n\tbutton {\n\t\tfont-family: inherit;\n\t\tfont-size: inherit;\n\t\tpadding: 1em 2em;\n\t\tcolor: #ff3e00;\n\t\tbackground-color: rgba(255, 62, 0, 0.1);\n\t\tborder-radius: 2em;\n\t\tborder: 2px solid #ff3e00;\n\t\toutline: none;\n\t\twidth: 200px;\n\t\theight: 60px;\n\t\tfont-variant-numeric: tabular-nums;\n\t}\n\n\tbutton:focus,\n\tbutton:hover {\n\t\tborder: 3px solid #ff3e00;\n\t}\n\n\tbutton:active {\n\t\tbackground-color: rgba(255, 62, 0, 0.2);\n\t}\n</style>\n" |
{ | ||
"name": "create-svelte", | ||
"version": "2.0.0-next.50", | ||
"version": "2.0.0-next.51", | ||
"bin": "./bin.js", | ||
"devDependencies": { | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@sveltejs/kit": "1.0.0-next.74", | ||
"@sveltejs/kit": "1.0.0-next.77", | ||
"gitignore-parser": "^0.0.2", | ||
@@ -9,0 +9,0 @@ "kleur": "^4.1.4", |
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
109220
2899
0