Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "psn-api", | ||
"version": "1.0.0", | ||
"description": "A low-level API for getting data from the PlayStation Network.", | ||
"version": "1.0.1", | ||
"main": "dist/psn-api.js", | ||
@@ -23,3 +24,2 @@ "module": "dist/psn-api.mjs", | ||
"dependencies": { | ||
"form-data": "^4.0.0", | ||
"isomorphic-unfetch": "^3.1.0", | ||
@@ -26,0 +26,0 @@ "urlcat": "^2.0.4" |
@@ -33,3 +33,3 @@ <p align="center"> | ||
✅ Modular by design, supports tree-shaking. | ||
✅ Modular by design, and supports tree-shaking. | ||
✅ Aligns with the [community PSN API documentation](https://andshrew.github.io/PlayStation-Trophies/#/). | ||
@@ -151,27 +151,18 @@ ✅ Supports Node environments (14 and above). | ||
## How to contribute | ||
## Contributors | ||
### Prerequisites | ||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> | ||
<!-- prettier-ignore-start --> | ||
<!-- markdownlint-disable --> | ||
<table> | ||
<tr> | ||
<td align="center"><a href="https://github.com/wescopeland"><img src="https://avatars.githubusercontent.com/u/3984985?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Wes Copeland</b></sub></a><br /><a href="https://github.com/achievements-app/psn-api/commits?author=wescopeland" title="Code">💻</a> <a href="#example-wescopeland" title="Examples">💡</a> <a href="https://github.com/achievements-app/psn-api/commits?author=wescopeland" title="Documentation">📖</a></td> | ||
<td align="center"><a href="https://github.com/xelnia"><img src="https://avatars.githubusercontent.com/u/14896738?v=4?s=100" width="100px;" alt=""/><br /><sub><b>xelnia</b></sub></a><br /><a href="#ideas-xelnia" title="Ideas, Planning, & Feedback">🤔</a> <a href="#userTesting-xelnia" title="User Testing">📓</a></td> | ||
<td align="center"><a href="https://github.com/andshrew"><img src="https://avatars.githubusercontent.com/u/7409326?v=4?s=100" width="100px;" alt=""/><br /><sub><b>andshrew</b></sub></a><br /><a href="https://github.com/achievements-app/psn-api/commits?author=andshrew" title="Documentation">📖</a></td> | ||
</tr> | ||
</table> | ||
Before beginning, please make sure you have the following tools installed. | ||
<!-- markdownlint-restore --> | ||
<!-- prettier-ignore-end --> | ||
- Node.js (the latest LTS release, [download](https://nodejs.org/en/download/)) | ||
- yarn classic (1.x, [instructions](https://yarnpkg.com/lang/en/docs/install/)) | ||
### Installation | ||
``` | ||
git clone https://github.com/achievements-app/psn-api.git | ||
cd psn-api | ||
yarn | ||
``` | ||
### Local development | ||
Start a local dev server in watch mode with `yarn dev`. | ||
There is a dev playground set up in _src/\_\_dev-playground.ts_. When changes are made to this file, you will see updates in your terminal. | ||
Tests can be executed using `yarn test`. | ||
## Contributors | ||
<!-- ALL-CONTRIBUTORS-LIST:END --> |
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
124395
2
73
167
- Removedform-data@^4.0.0
- Removedasynckit@0.4.0(transitive)
- Removedcombined-stream@1.0.8(transitive)
- Removeddelayed-stream@1.0.0(transitive)
- Removedform-data@4.0.1(transitive)
- Removedmime-db@1.52.0(transitive)
- Removedmime-types@2.1.35(transitive)