@marcohefti/request-network-api-client 0.5.6 → 0.5.8

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 +7 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,12 @@
1
1
  # Request Network API Client (TypeScript)
2
2
 
3
- [![npm version](https://img.shields.io/npm/v/@marcohefti/request-network-api-client.svg)](https://www.npmjs.com/package/@marcohefti/request-network-api-client)
4
- [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
5
- [![Node.js CI](https://github.com/marcohefti/request-network-api-client-ts/actions/workflows/ci.yml/badge.svg)](https://github.com/marcohefti/request-network-api-client-ts/actions/workflows/ci.yml)
3
+ [![npm version](https://img.shields.io/npm/v/@marcohefti/request-network-api-client.svg?style=flat-square)](https://www.npmjs.com/package/@marcohefti/request-network-api-client)
4
+ [![Node.js CI](https://img.shields.io/github/actions/workflow/status/marcohefti/request-network-api-client-ts/ci.yml?branch=main&label=tests&style=flat-square)](https://github.com/marcohefti/request-network-api-client-ts/actions/workflows/ci.yml)
5
+ [![Node Version](https://img.shields.io/node/v/@marcohefti/request-network-api-client.svg?style=flat-square)](https://www.npmjs.com/package/@marcohefti/request-network-api-client)
6
+ [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](https://opensource.org/licenses/MIT)
7
+ [![Total Downloads](https://img.shields.io/npm/dt/@marcohefti/request-network-api-client.svg?style=flat-square)](https://www.npmjs.com/package/@marcohefti/request-network-api-client)
8
+ [![Bundle Size](https://img.shields.io/bundlephobia/minzip/@marcohefti/request-network-api-client?style=flat-square)](https://bundlephobia.com/package/@marcohefti/request-network-api-client)
9
+ [![TypeScript](https://img.shields.io/badge/TypeScript-5.0+-blue?style=flat-square&logo=typescript)](https://www.typescriptlang.org/)
6
10
 
7
11
  TypeScript client for the Request Network hosted REST API. Provides typed, ergonomic helpers for requests, payouts, payer/compliance, client IDs, currencies, and payments, with runtime validation and webhook utilities built in.
8
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marcohefti/request-network-api-client",
3
- "version": "0.5.6",
3
+ "version": "0.5.8",
4
4
  "private": false,
5
5
  "description": "Request Network API client for Node and Browser.",
6
6
  "publishConfig": {