pp-portfolio-classifier 0.0.2 → 0.0.4
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.
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pp-portfolio-classifier",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "Automatic classification of Portfolio Performance securities using MorningStar Direct Web Services ",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"portfolio-performance",
|
|
7
7
|
"morningstar-financials"
|
|
8
8
|
],
|
|
9
|
+
"license": "MIT",
|
|
9
10
|
"main": "dist/index.js",
|
|
10
11
|
"bin": {
|
|
11
12
|
"pp-portfolio-classifier": "dist/index.js"
|
|
@@ -14,7 +15,6 @@
|
|
|
14
15
|
"build": "tsc",
|
|
15
16
|
"dev": "ts-node src/index.ts",
|
|
16
17
|
"lint": "prettier --check ./src && eslint ./src && tsc --noEmit",
|
|
17
|
-
"publish": "yarn bluid && npm publish",
|
|
18
18
|
"start": "node dist/index.ts"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|