@constructive-io/simple-email-fn 1.5.2 → 1.5.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 +12 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @constructive-io/simple-email-fn
2
2
 
3
+ <p align="center" width="100%">
4
+ <img height="250" src="https://raw.githubusercontent.com/constructive-io/constructive/refs/heads/main/assets/outline-logo.svg" />
5
+ </p>
6
+
7
+ <p align="center" width="100%">
8
+ <a href="https://github.com/constructive-io/constructive/actions/workflows/run-tests.yaml">
9
+ <img height="20" src="https://github.com/constructive-io/constructive/actions/workflows/run-tests.yaml/badge.svg" />
10
+ </a>
11
+ <a href="https://github.com/constructive-io/constructive/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"/></a>
12
+ <a href="https://www.npmjs.com/package/@constructive-io/simple-email-fn"><img height="20" src="https://img.shields.io/github/package-json/v/constructive-io/constructive?filename=functions%2Fsimple-email%2Fpackage.json"/></a>
13
+ </p>
14
+
3
15
  Simple Knative-compatible email function used with the Constructive jobs system.
4
16
 
5
17
  This function is intentionally minimal: it reads an email payload from the job
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructive-io/simple-email-fn",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "description": "Simple Knative email function that sends emails directly from job payload",
5
5
  "author": "Constructive <developers@constructive.io>",
6
6
  "homepage": "https://github.com/constructive-io/constructive",
@@ -33,11 +33,11 @@
33
33
  "makage": "^0.1.12"
34
34
  },
35
35
  "dependencies": {
36
- "@constructive-io/knative-job-fn": "^1.4.2",
36
+ "@constructive-io/knative-job-fn": "^1.4.3",
37
37
  "@constructive-io/postmaster": "^1.5.2",
38
- "@pgpmjs/env": "^2.15.2",
39
- "@pgpmjs/logger": "^2.4.2",
40
- "simple-smtp-server": "^0.7.2"
38
+ "@pgpmjs/env": "^2.15.3",
39
+ "@pgpmjs/logger": "^2.4.3",
40
+ "simple-smtp-server": "^0.7.3"
41
41
  },
42
- "gitHead": "4fd2c9be786ad9ae2213453276a69723435d5315"
42
+ "gitHead": "8afe6b19da82facbe5f3365762ba52888af5b3c9"
43
43
  }