Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shbenzer committed Jan 10, 2025
1 parent 5266c1f commit 459f96c
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions depster.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: depster
Version: 1.1.0
Version: 1.1.1
Summary: A tool create a detailed CSV analyzing your project's dependencies
Home-page: https://github.com/shbenzer/depster
Author: Simon H. Benzer
Expand Down Expand Up @@ -70,7 +70,7 @@ Extracts and processes data from the `dependencies` dictionary:
For each package, the script queries the NPM registry API (`https://registry.npmjs.org/:package`) to fetch the latest available version and populates the `Latest Version` column.

### 5. Export to CSV
The final DataFrame is saved as a CSV file named `package-lock.csv`.
The final DataFrame is saved as a CSV file named `dependencies.csv`.

---

Expand Down
Binary file removed dist/depster-1.1.0.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/depster-1.1.1.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="depster",
version="1.1.0",
version="1.1.1",
author="Simon H. Benzer",
author_email="[email protected]",
description="A tool create a detailed CSV analyzing your project's dependencies",
Expand Down

0 comments on commit 459f96c

Please sign in to comment.