Skip to content

Commit

Permalink
Package fields (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
scheatkode committed Oct 11, 2022
1 parent 3734c4f commit dbc8d02
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .changeset/tiny-dryers-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
'imagetools-core': patch
'rollup-plugin-imagetools': patch
'vite-imagetools': patch
---

Fix type resolution by re-adding top-level types field
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "imagetools-core",
"version": "3.2.2",
"types": "dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
Expand Down
1 change: 1 addition & 0 deletions packages/rollup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "rollup-plugin-imagetools",
"version": "3.0.11",
"types": "dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
Expand Down
1 change: 1 addition & 0 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "vite-imagetools",
"description": "Load and transform images using a toolbox of import directives!",
"version": "4.0.10",
"types": "dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
Expand Down

0 comments on commit dbc8d02

Please sign in to comment.