@spare-technologies/spare-api 1.0.0-beta.7 → 1.0.0-beta.9

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 (2) hide show
  1. package/README.md +2 -7
  2. package/package.json +1 -8
package/README.md CHANGED
@@ -22,7 +22,6 @@ The official TypeScript SDK for the [SpareApi Open Banking API](https://docs.try
22
22
  - [Mint a link token](#mint-a-link-token)
23
23
  - [Exchange an authorization code](#exchange-an-authorization-code)
24
24
  - [Request signing (x-signature)](#request-signing-x-signature)
25
- - [Contributing](#contributing)
26
25
  - [License](#license)
27
26
 
28
27
  ## Installation
@@ -40,7 +39,7 @@ Requires Node.js 18 or later.
40
39
  ## Versioning
41
40
 
42
41
  The SDK follows [Semantic Versioning](https://semver.org). Breaking changes are indicated by a major
43
- version bump. The changelog is available on the [GitHub releases page](https://github.com/spare-technologies/spare-api-ts/releases).
42
+ version bump.
44
43
 
45
44
  All users are strongly recommended to use a recent version of the library, as older versions may
46
45
  not contain support for new endpoints and fields.
@@ -419,10 +418,6 @@ console.log("x-signature:", jws); // eyJhbGciOiJFUzI1NiJ9...<sig>
419
418
  > openssl ec -in private.pem -pubout -out public.pem # register public.pem in your dashboard
420
419
  > ```
421
420
 
422
- ## Contributing
423
-
424
- See [CONTRIBUTING.md](https://github.com/spare-technologies/spare-api-ts/blob/main/CONTRIBUTING.md).
425
-
426
421
  ## License
427
422
 
428
- This SDK is distributed under the [MIT License](https://github.com/spare-technologies/spare-api-ts/blob/main/LICENSE).
423
+ This SDK is distributed under the MIT License. See the bundled `LICENSE` file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spare-technologies/spare-api",
3
- "version": "1.0.0-beta.7",
3
+ "version": "1.0.0-beta.9",
4
4
  "description": "Official TypeScript / Node.js SDK for the Spare Open Banking API",
5
5
  "keywords": [
6
6
  "spare",
@@ -11,13 +11,6 @@
11
11
  "ksa"
12
12
  ],
13
13
  "homepage": "https://docs.tryspare.com",
14
- "bugs": {
15
- "url": "https://github.com/spare-technologies/spare-api-ts/issues"
16
- },
17
- "repository": {
18
- "type": "git",
19
- "url": "https://github.com/spare-technologies/spare-api-ts.git"
20
- },
21
14
  "license": "MIT",
22
15
  "type": "module",
23
16
  "publishConfig": {