qualifire 0.0.1 → 0.0.2

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 +14 -17
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,7 @@
1
1
  # my-package-name
2
2
 
3
- [![npm package][npm-img]][npm-url]
4
- [![Build Status][build-img]][build-url]
5
- [![Downloads][downloads-img]][downloads-url]
3
+ [![CodeQL](https://github.com/drorIvry/qualifire-typescript-sdk/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/drorIvry/qualifire-typescript-sdk/actions/workflows/codeql-analysis.yml)
4
+ [![Release](https://github.com/drorIvry/qualifire-typescript-sdk/actions/workflows/release.yml/badge.svg)](https://github.com/drorIvry/qualifire-typescript-sdk/actions/workflows/release.yml)
6
5
  [![Issues][issues-img]][issues-url]
7
6
  [![Code Coverage][codecov-img]][codecov-url]
8
7
  [![Commitizen Friendly][commitizen-img]][commitizen-url]
@@ -46,17 +45,15 @@ Default: `rainbows`
46
45
 
47
46
  Lorem ipsum.
48
47
 
49
- [build-img]:https://github.com/drorivry/develop/qualifire-typescript-sdk/actions/workflows/release.yml/badge.svg
50
- [build-url]:https://github.com/drorivry/develop/qualifire-typescript-sdk/actions/workflows/release.yml
51
- [downloads-img]:https://img.shields.io/npm/dt/develop/qualifire-typescript-sdk
52
- [downloads-url]:https://www.npmtrends.com/develop/qualifire-typescript-sdk
53
- [npm-img]:https://img.shields.io/npm/v/develop/qualifire-typescript-sdk
54
- [npm-url]:https://www.npmjs.com/package/develop/qualifire
55
- [issues-img]:https://img.shields.io/github/issues/drorivry/develop/qualifire-typescript-sdk
56
- [issues-url]:https://github.com/drorivry/develop/qualifire-typescript-sdk/issues
57
- [codecov-img]:https://codecov.io/gh/drorivry/develop/qualifire-typescript-sdk/branch/main/graph/badge.svg
58
- [codecov-url]:https://codecov.io/gh/drorivry/develop/qualifire-typescript-sdk
59
- [semantic-release-img]:https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
60
- [semantic-release-url]:https://github.com/semantic-release/semantic-release
61
- [commitizen-img]:https://img.shields.io/badge/commitizen-friendly-brightgreen.svg
62
- [commitizen-url]:http://commitizen.github.io/cz-cli/
48
+ [build-img]: https://github.com/drorivry/develop/qualifire-typescript-sdk/actions/workflows/release.yml/badge.svg
49
+ [build-url]: https://github.com/drorivry/qualifire-typescript-sdk/actions/workflows/release.yml
50
+ [downloads-img]: https://img.shields.io/npm/dt/main/qualifire
51
+ [npm-url]: https://www.npmjs.com/package/qualifire
52
+ [issues-img]: https://img.shields.io/github/issues/drorivry/develop/qualifire-typescript-sdk
53
+ [issues-url]: https://github.com/drorivry/qualifire-typescript-sdk/issues
54
+ [codecov-img]: https://codecov.io/gh/drorivry/develop/qualifire-typescript-sdk/branch/main/graph/badge.svg
55
+ [codecov-url]: https://codecov.io/gh/drorivry/develop/qualifire-typescript-sdk
56
+ [semantic-release-img]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
57
+ [semantic-release-url]: https://github.com/semantic-release/semantic-release
58
+ [commitizen-img]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg
59
+ [commitizen-url]: http://commitizen.github.io/cz-cli/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qualifire",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Qualifire client SDK",
5
5
  "main": "./lib/index.js",
6
6
  "files": [