Skip to content

Commit bacfdba

Browse files
v0.5.2
1 parent ba1e319 commit bacfdba

File tree

5 files changed

+42
-32
lines changed

5 files changed

+42
-32
lines changed

cjs/rollup-plugin-import-manager.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const showDiff = (filename, source, code, diffOption) => {
129129
/**
130130
* [rollup-plugin-import-manager]{@link https://github.com/UmamiAppearance/rollup-plugin-import-manager}
131131
*
132-
* @version 0.5.1
132+
* @version 0.5.2
133133
* @author UmamiAppearance [mail@umamiappearance.eu]
134134
* @license MIT
135135
*/

cjs/rollup-plugin-import-manager.cjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 35 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-import-manager",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "A rollup plugin to add, modify, and remove imports (cjs/es6/dynamic)",
55
"main": "./cjs/rollup-plugin-import-manager.cjs",
66
"module": "./src/index.js",
@@ -45,11 +45,11 @@
4545
"@rollup/pluginutils": "^5.0.2",
4646
"colorette": "^2.0.19",
4747
"diff": "^5.1.0",
48-
"import-manager": "^0.3.1"
48+
"import-manager": "^0.3.2"
4949
},
5050
"devDependencies": {
5151
"ava": "^5.2.0",
52-
"eslint": "^8.34.0",
53-
"rollup": "^3.17.2"
52+
"eslint": "^8.35.0",
53+
"rollup": "^3.18.0"
5454
}
5555
}

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* [rollup-plugin-import-manager]{@link https://github.com/UmamiAppearance/rollup-plugin-import-manager}
33
*
4-
* @version 0.5.1
4+
* @version 0.5.2
55
* @author UmamiAppearance [mail@umamiappearance.eu]
66
* @license MIT
77
*/

0 commit comments

Comments
 (0)