Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
UmamiAppearance committed Mar 22, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2a270ad commit 7d1c8ae
Showing 5 changed files with 64 additions and 79 deletions.
2 changes: 1 addition & 1 deletion cjs/import-manager.cjs
Original file line number Diff line number Diff line change
@@ -379,7 +379,7 @@ class ImportManagerUnitMethods {
* It handles code analysis, creates units from import
* statements, attaches methods to the units and more.
*
* @version 0.3.2
* @version 0.3.3
* @author UmamiAppearance [[email protected]]
* @license MIT
* @see https://github.com/UmamiAppearance/rollup-plugin-import-manager
2 changes: 1 addition & 1 deletion cjs/import-manager.cjs.map

Large diffs are not rendered by default.

131 changes: 58 additions & 73 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.3.2",
"version": "0.3.3",
"description": "A class to analyze and manipulate JavaScript import statements from source code files.",
"main": "./cjs/import-manager.cjs",
"module": "./src/core.js",
@@ -38,8 +38,8 @@
"homepage": "https://github.com/UmamiAppearance/ImportManager#readme",
"devDependencies": {
"ava": "^5.2.0",
"eslint": "^8.35.0",
"rollup": "^3.18.0"
"eslint": "^8.36.0",
"rollup": "^3.20.0"
},
"dependencies": {
"acorn": "^8.8.2",
2 changes: 1 addition & 1 deletion src/core.js
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
* It handles code analysis, creates units from import
* statements, attaches methods to the units and more.
*
* @version 0.3.2
* @version 0.3.3
* @author UmamiAppearance [[email protected]]
* @license MIT
* @see https://github.com/UmamiAppearance/rollup-plugin-import-manager

0 comments on commit 7d1c8ae

Please sign in to comment.