finance-calculator-pro 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +10 -2
package/README.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # finance-calculator-pro
2
2
 
3
+ [![NPM Version](https://img.shields.io/npm/v/finance-calculator-pro.svg)](https://www.npmjs.com/package/finance-calculator-pro)
4
+
5
+ ![finance-calculator-pro banner](https://raw.githubusercontent.com/boffincoders/finance-calculator/main/.github/assets/finance-calculator-pro.png)
6
+
3
7
  A highly modular, fully independent fundamental financial calculation engine. Whether you're building a stock screener or tracking your portfolio, this library calculates the metrics tracking a company's valuation, profitability, liquidity, efficiency, and risk flawlessly.
4
8
 
5
9
  It accepts raw numeric data—no dependency on heavy financial APIs. It pairs amazingly well with normalized data structures (like those from `yahoo-finance2`), or simply your own math.
package/package.json CHANGED
@@ -1,7 +1,15 @@
1
-
2
1
  {
3
2
  "name": "finance-calculator-pro",
4
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
+ "author": "boffincoders",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/boffincoders/finance-calculator.git"
8
+ },
9
+ "bugs": {
10
+ "url": "https://github.com/boffincoders/finance-calculator/issues"
11
+ },
12
+ "homepage": "https://github.com/boffincoders/finance-calculator#readme",
5
13
  "description": "A zero-dependency financial engine transforming raw snapshot and timeseries data into precise valuation, profitability, liquidity, and risk metrics.",
6
14
  "keywords": [
7
15
  "finance",