diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 3b008e1..7c571c8 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -8,4 +8,4 @@ patreon: 1stG custom: - https://opencollective.com/1stG - https://opencollective.com/rxts - - https://afdian.net/@JounQin + - https://afdian.com/a/JounQin diff --git a/CHANGELOG.md b/CHANGELOG.md index 96646ec..e648fe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 4.3.5 + +### Patch Changes + +- [#450](https://github.com/import-js/eslint-import-resolver-typescript/pull/450) [`3f1aab1`](https://github.com/import-js/eslint-import-resolver-typescript/commit/3f1aab1d5e916714678d5dc3e34644f4aaea4efc) Thanks [@JounQin](https://github.com/JounQin)! - fix: remove buggy `module-sync` exports field + ## 4.3.4 ### Patch Changes diff --git a/package.json b/package.json index 4499f1c..82eb375 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-import-resolver-typescript", - "version": "4.3.4", + "version": "4.3.5", "type": "module", "description": "This plugin adds `TypeScript` support to `eslint-plugin-import`", "repository": "https://github.com/import-js/eslint-import-resolver-typescript", @@ -23,17 +23,9 @@ "types": "./lib/index.d.ts", "default": "./lib/index.js" }, - "module-sync": { - "types": "./lib/index.d.ts", - "default": "./lib/index.js" - }, "require": { "types": "./index.d.cts", "default": "./lib/index.cjs" - }, - "default": { - "types": "./lib/index.d.ts", - "default": "./lib/index.js" } }, "./package.json": "./package.json"