@muhammedaksam/ayyildiz-node 0.1.1 → 0.1.3

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 +8 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,13 @@
1
1
  # Ayyıldız Mobile Node.js SDK
2
2
 
3
- Official Node.js SDK for Ayyıldız Mobile SMS API.
3
+ [![npm version](https://img.shields.io/npm/v/@muhammedaksam/ayyildiz-node.svg)](https://www.npmjs.com/package/@muhammedaksam/ayyildiz-node)
4
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
+ [![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue.svg)](https://www.typescriptlang.org/)
6
+ [![CI](https://github.com/muhammedaksam/ayyildiz-node/workflows/CI/badge.svg)](https://github.com/muhammedaksam/ayyildiz-node/actions)
7
+ [![codecov](https://codecov.io/gh/muhammedaksam/ayyildiz-node/branch/main/graph/badge.svg)](https://codecov.io/gh/muhammedaksam/ayyildiz-node)
8
+ [![Node.js](https://img.shields.io/badge/Node.js-18%2B-green.svg)](https://nodejs.org/)
9
+
10
+ Unofficial Node.js SDK for Ayyıldız Mobile SMS API.
4
11
 
5
12
  ## Installation
6
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muhammedaksam/ayyildiz-node",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Ayyıldız Mobile Node.js SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",