semaphoreco 1.0.0 → 1.0.1

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [![npm version](https://img.shields.io/npm/v/semaphoreco.svg)](https://www.npmjs.com/package/semaphoreco)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
5
 
6
- Official TypeScript/JavaScript client for the [Semaphore.co](https://semaphore.co) SMS Gateway API (Philippines).
6
+ TypeScript/JavaScript client for the [Semaphore.co](https://semaphore.co) SMS Gateway API (Philippines).
7
7
 
8
8
  > **Note:** This package was previously published as `semaphore-client-js`. If you're migrating, simply update your package name - the API is unchanged.
9
9
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "semaphoreco",
3
- "version": "1.0.0",
4
- "description": "Official TypeScript/JavaScript client for Semaphore.co - Philippines SMS Gateway API for sending SMS and OTP messages",
3
+ "version": "1.0.1",
4
+ "description": "TypeScript/JavaScript client for Semaphore.co - Philippines SMS Gateway API for sending SMS and OTP messages",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",