Skip to content

Commit

Permalink
v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
UmamiAppearance committed Dec 20, 2022
1 parent a41bd9f commit 7f3f154
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion cjs/import-manager.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ class ImportManagerUnitMethods {
* It handles code analysis, creates units from import
* statements, attaches methods to the units and more.
*
* @version 0.1.5
* @version 0.1.6
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
* @see https://github.com/UmamiAppearance/rollup-plugin-import-manager
Expand Down
2 changes: 1 addition & 1 deletion cjs/import-manager.cjs.map

Large diffs are not rendered by default.

58 changes: 29 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "import-manager",
"version": "0.1.5",
"version": "0.1.6",
"description": "A class to analyze and manipulate JavaScript import statements from source code files.",
"main": "./cjs/import-manager.cjs",
"module": "./src/core.js",
Expand Down Expand Up @@ -38,8 +38,8 @@
"homepage": "https://github.com/UmamiAppearance/ImportManager#readme",
"devDependencies": {
"ava": "^5.1.0",
"eslint": "^8.29.0",
"rollup": "^3.7.1"
"eslint": "^8.30.0",
"rollup": "^3.7.5"
},
"dependencies": {
"acorn": "^8.8.1",
Expand Down
2 changes: 1 addition & 1 deletion src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* It handles code analysis, creates units from import
* statements, attaches methods to the units and more.
*
* @version 0.1.5
* @version 0.1.6
* @author UmamiAppearance [mail@umamiappearance.eu]
* @license MIT
* @see https://github.com/UmamiAppearance/rollup-plugin-import-manager
Expand Down

0 comments on commit 7f3f154

Please sign in to comment.