@rollup/plugin-node-resolve 8.4.0 → 9.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -22
- package/dist/cjs/index.js +268 -445
- package/dist/es/index.js +268 -445
- package/package.json +14 -13
package/CHANGELOG.md
CHANGED
@@ -1,34 +1,19 @@
|
|
1
1
|
# @rollup/plugin-node-resolve ChangeLog
|
2
2
|
|
3
|
-
##
|
4
|
-
|
5
|
-
_2020-07-12_
|
6
|
-
|
7
|
-
### Features
|
8
|
-
|
9
|
-
- feat: preserve search params and hashes (#487)
|
10
|
-
- feat: support .js imports in TypeScript (#480)
|
11
|
-
|
12
|
-
### Updates
|
13
|
-
|
14
|
-
- docs: fix named export use in readme (#456)
|
15
|
-
- docs: correct mainFields valid values (#469)
|
3
|
+
## v9.0.0
|
16
4
|
|
17
|
-
|
5
|
+
_2020-08-13_
|
18
6
|
|
19
|
-
|
7
|
+
### Breaking Changes
|
20
8
|
|
21
|
-
|
22
|
-
|
23
|
-
- feat: preserve search params and hashes (#487)
|
24
|
-
- feat: support .js imports in TypeScript (#480)
|
9
|
+
- chore: update dependencies (e632469)
|
25
10
|
|
26
11
|
### Updates
|
27
12
|
|
28
|
-
-
|
29
|
-
-
|
13
|
+
- refactor: remove deep-freeze from dependencies (#529)
|
14
|
+
- chore: clean up changelog (84dfddb)
|
30
15
|
|
31
|
-
## v8.
|
16
|
+
## v8.4.0
|
32
17
|
|
33
18
|
_2020-07-12_
|
34
19
|
|