@egodigital/appstore-connect
Advanced tools
Comparing version 0.3.1 to 0.4.0
# Change Log (@egodigital/appstore-connect) | ||
## 0.4.0 | ||
* updated the following npm modules: | ||
* [got](https://npmjs.com/package/got): `^10.6.0` | ||
## 0.3.1 | ||
* updated npm modules | ||
## 0.2.0 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@egodigital/appstore-connect", | ||
"version": "0.3.1", | ||
"version": "0.4.0", | ||
"private": false, | ||
@@ -29,10 +29,10 @@ "description": "API client for Apple App Store Connect API.", | ||
"tslint": "^5.20.1", | ||
"typedoc": "^0.16.8", | ||
"typescript": "^3.7.5" | ||
"typedoc": "^0.16.10", | ||
"typescript": "^3.8.2" | ||
}, | ||
"dependencies": { | ||
"@types/jsonwebtoken": "^8.3.6", | ||
"@types/node": "^10.17.13", | ||
"@types/jsonwebtoken": "^8.3.7", | ||
"@types/node": "^10.17.16", | ||
"csv-parser": "^2.3.2", | ||
"got": "^10.2.2", | ||
"got": "^10.6.0", | ||
"jsonwebtoken": "^8.5.1", | ||
@@ -39,0 +39,0 @@ "moment": "^2.24.0" |
@@ -21,3 +21,3 @@ [![npm](https://img.shields.io/npm/v/@egodigital/appstore-connect.svg)](https://www.npmjs.com/package/@egodigital/appstore-connect) | ||
import * as fs from 'fs'; | ||
import { Client as AppStoreConnectClient } from '@egodigital/appstore-connect'; | ||
import { Client as AppStoreConnectClient, DownloadSalesReportFrequency } from '@egodigital/appstore-connect'; | ||
@@ -24,0 +24,0 @@ const PRIVATE_KEY = fs.readFileSync( |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26526
Updated@types/jsonwebtoken@^8.3.7
Updated@types/node@^10.17.16
Updatedgot@^10.6.0