Skip to content

Commit

Permalink
Merge pull request #476 from OpenFn/debug-mailgun
Browse files Browse the repository at this point in the history
Update `mailgun` configuration-schema
  • Loading branch information
josephjclark authored Mar 19, 2024
2 parents 568a2ec + 69eb558 commit 0160b1b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions packages/mailgun/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openfn/language-mailgun

## 0.4.4

### Patch Changes

- e7ff766: Update configuration-schema

## 0.4.3

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/mailgun/configuration-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"domain": {
"title": "Domain URL",
"title": "Domain Name",
"type": "string",
"description": "Mailgun API domain URL",
"format": "uri",
"description": "Mailgun API Domain Name",
"format": "hostname",
"minLength": 1,
"examples": [
"https://mailgun.com/api/example"
"sandbox-123.mailgun.org"
]
},
"apiKey": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mailgun/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfn/language-mailgun",
"version": "0.4.3",
"version": "0.4.4",
"description": "mailgun Language Pack for OpenFn",
"main": "dist/index.cjs",
"scripts": {
Expand Down

0 comments on commit 0160b1b

Please sign in to comment.