@hubs101/js-api-skd-client 1.0.10468 → 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 +5 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,12 +5,15 @@
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
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)
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
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)
12
13
  ![Minified size](https://img.shields.io/bundlephobia/min/@hubs101/js-api-skd-client)
13
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)
14
17
 
15
18
  ## Install Size
16
19
 
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.10469",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",