@sendly/cli 3.8.1 → 3.8.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 +10 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,3 +1,12 @@
1
+ <p align="center">
2
+ <img src="https://raw.githubusercontent.com/SendlyHQ/sendly-cli/main/.github/header.svg" alt="Sendly CLI" />
3
+ </p>
4
+
5
+ <p align="center">
6
+ <a href="https://www.npmjs.com/package/@sendly/cli"><img src="https://img.shields.io/npm/v/@sendly/cli.svg?style=flat-square" alt="npm version" /></a>
7
+ <a href="https://github.com/SendlyHQ/sendly-cli/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/@sendly/cli.svg?style=flat-square" alt="license" /></a>
8
+ </p>
9
+
1
10
  # @sendly/cli
2
11
 
3
12
  Official command-line interface for the [Sendly](https://sendly.live) SMS API.
@@ -326,7 +335,7 @@ function verifyWebhook(payload, signature, secret) {
326
335
 
327
336
  ## Support
328
337
 
329
- - [GitHub Issues](https://github.com/sendly-live/sendly-cli/issues)
338
+ - [GitHub Issues](https://github.com/SendlyHQ/sendly-cli/issues)
330
339
  - Email: support@sendly.live
331
340
 
332
341
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sendly/cli",
3
- "version": "3.8.1",
3
+ "version": "3.8.2",
4
4
  "type": "module",
5
5
  "description": "Sendly CLI - Send SMS from your terminal",
6
6
  "author": "Sendly <support@sendly.live>",
@@ -88,10 +88,10 @@
88
88
  ],
89
89
  "repository": {
90
90
  "type": "git",
91
- "url": "https://github.com/sendly/sendly-cli.git"
91
+ "url": "https://github.com/SendlyHQ/sendly-cli.git"
92
92
  },
93
93
  "homepage": "https://sendly.live/docs/cli",
94
94
  "bugs": {
95
- "url": "https://github.com/sendly/sendly-cli/issues"
95
+ "url": "https://github.com/SendlyHQ/sendly-cli/issues"
96
96
  }
97
97
  }