@rollup/plugin-commonjs 21.0.2 → 21.0.3

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @rollup/plugin-commonjs ChangeLog
2
2
 
3
+ ## v21.0.3
4
+
5
+ _2022-03-27_
6
+
7
+ ### Updates
8
+
9
+ - docs: sync required rollup version (#1118)
10
+
3
11
  ## v21.0.2
4
12
 
5
13
  _2022-02-23_
package/README.md CHANGED
@@ -13,7 +13,7 @@
13
13
 
14
14
  ## Requirements
15
15
 
16
- This plugin requires an [LTS](https://github.com/nodejs/Release) Node version (v8.0.0+) and Rollup v1.20.0+.
16
+ This plugin requires an [LTS](https://github.com/nodejs/Release) Node version (v8.0.0+) and Rollup v2.38.3+.
17
17
 
18
18
  ## Install
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rollup/plugin-commonjs",
3
- "version": "21.0.2",
3
+ "version": "21.0.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },