@barchart/portfolio-api-common 1.12.0 → 1.13.0
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/LICENSE +1 -1
- package/README.md +1 -1
- package/package.json +10 -5
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://github.com/barchart/portfolio-api-common)
|
|
4
4
|
|
|
5
|
-
A *
|
|
5
|
+
A *public* library of shared JavaScript code used by Barchart's paper-trading portfolio system.
|
|
6
6
|
|
|
7
7
|
### Overview
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,14 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@barchart/portfolio-api-common",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "Common code used by
|
|
3
|
+
"version": "1.13.0",
|
|
4
|
+
"description": "Common JavaScript code used by Barchart's Portfolio Service",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Bryan Ingle",
|
|
7
7
|
"email": "bryan.ingle@barchart.com",
|
|
8
|
-
"url": "
|
|
8
|
+
"url": "https://www.barchart.com"
|
|
9
|
+
},
|
|
10
|
+
"scripts": {
|
|
11
|
+
"test": "echo \"Error: Please use gulp to run tests\" && exit 1"
|
|
12
|
+
},
|
|
13
|
+
"repository": {
|
|
14
|
+
"type": "git",
|
|
15
|
+
"url": "git+ssh://git@github.com/barchart/portfolio-api-common.git"
|
|
9
16
|
},
|
|
10
|
-
"homepage": "https://github.com/barchart/portfolio-api-common#readme",
|
|
11
|
-
"scripts": {},
|
|
12
17
|
"dependencies": {
|
|
13
18
|
"@barchart/common-js": "^4.9.1",
|
|
14
19
|
"uuid": "^8.3.2"
|