@rollup/plugin-commonjs 28.0.0 → 28.0.1

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/dist/cjs/index.js CHANGED
@@ -11,7 +11,7 @@ var estreeWalker = require('estree-walker');
11
11
  var MagicString = require('magic-string');
12
12
  var isReference = require('is-reference');
13
13
 
14
- var version = "28.0.0";
14
+ var version = "28.0.1";
15
15
  var peerDependencies = {
16
16
  rollup: "^2.68.0||^3.0.0||^4.0.0"
17
17
  };
package/dist/es/index.js CHANGED
@@ -7,7 +7,7 @@ import { walk } from 'estree-walker';
7
7
  import MagicString from 'magic-string';
8
8
  import isReference from 'is-reference';
9
9
 
10
- var version = "28.0.0";
10
+ var version = "28.0.1";
11
11
  var peerDependencies = {
12
12
  rollup: "^2.68.0||^3.0.0||^4.0.0"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rollup/plugin-commonjs",
3
- "version": "28.0.0",
3
+ "version": "28.0.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -50,10 +50,10 @@
50
50
  "@rollup/pluginutils": "^5.0.1",
51
51
  "commondir": "^1.0.1",
52
52
  "estree-walker": "^2.0.2",
53
- "fdir": "^6.1.1",
53
+ "fdir": "^6.2.0",
54
54
  "is-reference": "1.2.1",
55
55
  "magic-string": "^0.30.3",
56
- "picomatch": "^2.3.1"
56
+ "picomatch": "^4.0.2"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@rollup/plugin-json": "^5.0.0",