-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enhance package management and add new dependencies
- Updated .gitignore to exclude 'extract_ref/' directory. - Added new dependencies: '@iarna/toml' and '@types/iarna__toml' in package.json and package-lock.json. - Enhanced package extraction logic to support both Node.js and Python packages, including runtime detection. - Updated package display to show installation status and runtime information. - Refactored code for better organization and clarity, including import paths and utility functions. - Added runtime information to package details in the package list. These changes improve the overall functionality and maintainability of the package management system.
- Loading branch information
1 parent
ca0e658
commit f372ea3
Showing
13 changed files
with
389 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,7 @@ temp/ | |
tmp/ | ||
*.tmp | ||
*.temp | ||
extract_ref/ | ||
|
||
# Logs | ||
logs/ | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.