@hubs101/js-api-skd-client 1.0.10468 → 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 +9 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,13 +4,18 @@
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)
8
- ![License](https://img.shields.io/npm/l/@hubs101/js-api-skd-clientt)
7
+
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
- ![npm version](https://img.shields.io/npm/v/your-package-name)
11
- ![Build Status](https://travis-ci.com/We-Conect/hubs101-js-api-skd-client.svg?branch=main)
10
+ ![Snyk Vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/@hubs101/js-api-skd-client)
12
11
  ![Minified size](https://img.shields.io/bundlephobia/min/@hubs101/js-api-skd-client)
13
12
  ![React](https://img.shields.io/badge/React-%5E18.2.0-blue)
13
+ ![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)
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)
14
19
 
15
20
  ## Install Size
16
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10468",
3
+ "version": "1.0.10470",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",