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

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 +12 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,19 @@
1
1
  ![Node version](https://img.shields.io/badge/node-%3E%3D%2012.0.0-brightgreen)
2
+ ![npm version](https://img.shields.io/npm/v/@hubs101/js-api-skd-client)
3
+
2
4
  ![npm](https://img.shields.io/npm/dm/@hubs101/js-api-skd-client)
3
- ![npm bundle size](https://packagephobia.com/badge?p=@hubs101/js-api-skd-clientt)
4
5
  ![npm total downloads](https://img.shields.io/npm/dt/@hubs101/js-api-skd-client)
6
+ ![npm bundle size](https://packagephobia.com/badge?p=@hubs101/js-api-skd-client)
5
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-client)
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
+ ![Snyk Vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/@hubs101/js-api-skd-client)
13
+ ![Minified size](https://img.shields.io/bundlephobia/min/@hubs101/js-api-skd-client)
14
+ ![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
+ ![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)
6
17
 
7
18
  ## Install Size
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10467",
3
+ "version": "1.0.10469",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",