There was an error while loading. Please reload this page.
1 parent 3569720 commit 764910aCopy full SHA for 764910a
packages/node-resolve/CHANGELOG.md
@@ -1,5 +1,13 @@
1
# @rollup/plugin-node-resolve ChangeLog
2
3
+## v16.0.3
4
+
5
+_2025-10-13_
6
7
+### Bugfixes
8
9
+- fix: resolve bare targets of package "imports" using export maps; avoid fileURLToPath(null) (#1908)
10
11
## v16.0.2
12
13
_2025-10-04_
packages/node-resolve/package.json
@@ -1,6 +1,6 @@
{
"name": "@rollup/plugin-node-resolve",
- "version": "16.0.2",
+ "version": "16.0.3",
"publishConfig": {
"access": "public"
},
0 commit comments