@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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +10 -5
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright 2020, Barchart.com, Inc., http://www.barchart.com/
1
+ Copyright 2022, Barchart.com, Inc., http://www.barchart.com/
2
2
 
3
3
  This software consists of voluntary contributions made by many
4
4
  individuals. For exact contribution history, see the revision history
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![AWS CodeBuild](https://codebuild.us-east-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiSXBJTDZKWVFmSGVOSG9XQUgwbzB3Um5BZ0JsN2h1U3NQNWNhZTRHMlJKTVpEVVlVMENPaEFmR0NYS29rSStZWmZ5M1d0YVh2eXErVGhiekFtdHBpVmhJPSIsIml2UGFyYW1ldGVyU3BlYyI6ImROM3ZLMURwaXFyekltdDYiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master)](https://github.com/barchart/portfolio-api-common)
4
4
 
5
- A *private* library of shared JavaScript code pertaining to the paper-trading portfolio system.
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.12.0",
4
- "description": "Common code used by the Portfolio system",
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": "http://www.barchart.com"
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"