@svitejs/svelte-preprocess-svg
Advanced tools
Comparing version 1.0.1 to 1.0.2
# @svitejs/svelte-preprocess-svg | ||
## 1.0.2 | ||
### Patch Changes | ||
- update PreprocessorInput interface to match new svelte version ([#13](https://github.com/svitejs/svelte-preprocess-svg/pull/13)) | ||
## 1.0.1 | ||
@@ -4,0 +10,0 @@ |
@@ -9,3 +9,3 @@ import { PreprocessorGroup } from 'svelte/types/compiler/preprocess'; | ||
content: string; | ||
filename: string; | ||
filename?: string; | ||
} | ||
@@ -12,0 +12,0 @@ interface SveltePreprocessSvgOptions { |
{ | ||
"name": "@svitejs/svelte-preprocess-svg", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"license": "MIT", | ||
@@ -46,3 +46,3 @@ "author": "dominikg", | ||
"magic-string": "^0.25.7", | ||
"svelte": "^3.44.1", | ||
"svelte": "^3.44.2", | ||
"svgo": "^2.8.0", | ||
@@ -49,0 +49,0 @@ "uvu": "^0.5.2" |
@@ -14,3 +14,3 @@ export interface SvgTransform { | ||
content: string; | ||
filename: string; | ||
filename?: string; | ||
} | ||
@@ -17,0 +17,0 @@ |
54447