@hubs101/js-api-skd-client 1.0.10469 → 1.0.10470

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 +6 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,17 +4,19 @@
4
4
  ![npm](https://img.shields.io/npm/dm/@hubs101/js-api-skd-client)
5
5
  ![npm total downloads](https://img.shields.io/npm/dt/@hubs101/js-api-skd-client)
6
6
  ![npm bundle size](https://packagephobia.com/badge?p=@hubs101/js-api-skd-client)
7
- ![GitHub dependency status](https://img.shields.io/github/dependency-status/We-Conect/hubs101-js-api-skd-client/main)
7
+
8
8
  ![License](https://img.shields.io/npm/l/@hubs101/js-api-skd-client)
9
9
  ![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
10
- ![Build Status](https://travis-ci.com/We-Conect/hubs101-js-api-skd-client.svg?branch=main)
11
- ![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/We-Conect/hubs101-js-api-skd-client)
12
10
  ![Snyk Vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/@hubs101/js-api-skd-client)
13
11
  ![Minified size](https://img.shields.io/bundlephobia/min/@hubs101/js-api-skd-client)
14
12
  ![React](https://img.shields.io/badge/React-%5E18.2.0-blue)
15
- ![GitHub last commit](https://img.shields.io/github/last-commit/We-Conect/hubs101-js-api-skd-client)
16
13
  ![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)
17
14
 
15
+ ![GitHub dependency status](https://img.shields.io/github/dependency-status/We-Conect/hubs101-js-api-skd-client/main)
16
+ ![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/We-Conect/hubs101-js-api-skd-client)
17
+ ![Build Status](https://travis-ci.com/We-Conect/hubs101-js-api-skd-client.svg?branch=main)
18
+ ![GitHub last commit](https://img.shields.io/github/last-commit/We-Conect/hubs101-js-api-skd-client)
19
+
18
20
  ## Install Size
19
21
 
20
22
  Check out the package's install size on [Packagephobia](https://packagephobia.com/result?p=js-api-skd-client).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10469",
3
+ "version": "1.0.10470",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",