Skip to content

Commit

Permalink
fix(): Package.json has wrong path for extensions types definitions (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur authored Aug 31, 2024
1 parent 490f57d commit 6d120a0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [next]

## [6.4.1]

- fix(): Package.json had wrong path to types for extensions [#10115](https://github.com/fabricjs/fabric.js/pull/10115)

## [6.4.0]

- fix(): Fix broken exports for filters that do not have a static defaults value. [#10102](https://github.com/fabricjs/fabric.js/pull/10102)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "fabric",
"description": "Object model for HTML5 canvas, and SVG-to-canvas parser. Backed by jsdom and node-canvas.",
"homepage": "http://fabricjs.com/",
"version": "6.4.0",
"version": "6.4.1",
"author": "Juriy Zaytsev <kangax@gmail.com>",
"contributors": [
{
Expand Down Expand Up @@ -166,7 +166,7 @@
"require": null,
"default": "./dist-extensions/fabric-extensions.min.js",
"node": "./dist-extensions/index.mjs",
"types": "./dist-extensions/index.d.ts"
"types": "./dist-extensions/extensions/index.d.ts"
}
}
}

0 comments on commit 6d120a0

Please sign in to comment.