We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
types
1 parent 4110b05 commit d0691f2Copy full SHA for d0691f2
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@zerodevx/svelte-img",
3
- "version": "1.2.8",
+ "version": "1.2.9",
4
"description": "High-performance responsive images for SvelteKit",
5
"author": "Jason Lee <[email protected]>",
6
"scripts": {
@@ -53,6 +53,16 @@
53
"./vite": "./dist/vite.js"
54
},
55
"svelte": "./dist/index.js",
56
+ "typesVersions": {
57
+ ">4.0": {
58
+ "index": [
59
+ "./dist/index.d.ts"
60
+ ],
61
+ "vite": [
62
+ "./dist/vite.d.ts"
63
+ ]
64
+ }
65
+ },
66
"files": [
67
"dist"
68
],
0 commit comments