@trycourier/courier
Advanced tools
Comparing version 1.0.0 to 1.0.3
{ | ||
"name": "@trycourier/courier", | ||
"version": "1.0.0", | ||
"version": "1.0.3", | ||
"description": "A node.js module for communicating with the Courier REST API.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -5,3 +5,3 @@ # `@trycourier/courier` | ||
## Installation (via [npm](https://www.npmjs.org)) | ||
## Installation (via [npm](https://www.npmjs.com/package/@trycourier/courier)) | ||
@@ -20,2 +20,3 @@ ```bash | ||
function run () { | ||
const { messageId } = await send({ | ||
@@ -29,2 +30,3 @@ eventId: "<YOUR_EVENT_ID>", | ||
console.log(messageId); | ||
}; | ||
@@ -31,0 +33,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7476
41