@constructive-io/send-email-link-fn 0.4.2 → 1.0.0

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.
package/esm/index.js CHANGED
@@ -2,7 +2,7 @@ import { createJobApp } from '@constructive-io/knative-job-fn';
2
2
  import { GraphQLClient } from 'graphql-request';
3
3
  import gql from 'graphql-tag';
4
4
  import { generate } from '@launchql/mjml';
5
- import { send as sendPostmaster } from '@launchql/postmaster';
5
+ import { send as sendPostmaster } from '@constructive-io/postmaster';
6
6
  import { send as sendSmtp } from 'simple-smtp-server';
7
7
  import { parseEnvBoolean } from '@pgpmjs/env';
8
8
  import { createLogger } from '@pgpmjs/logger';
package/index.js CHANGED
@@ -8,7 +8,7 @@ const knative_job_fn_1 = require("@constructive-io/knative-job-fn");
8
8
  const graphql_request_1 = require("graphql-request");
9
9
  const graphql_tag_1 = __importDefault(require("graphql-tag"));
10
10
  const mjml_1 = require("@launchql/mjml");
11
- const postmaster_1 = require("@launchql/postmaster");
11
+ const postmaster_1 = require("@constructive-io/postmaster");
12
12
  const simple_smtp_server_1 = require("simple-smtp-server");
13
13
  const env_1 = require("@pgpmjs/env");
14
14
  const logger_1 = require("@pgpmjs/logger");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@constructive-io/send-email-link-fn",
3
- "version": "0.4.2",
3
+ "version": "1.0.0",
4
4
  "description": "Knative function to send email links (invite, password reset, email verification) using Constructive jobs",
5
5
  "author": "Constructive <developers@constructive.io>",
6
6
  "homepage": "https://github.com/constructive-io/constructive",
@@ -33,15 +33,15 @@
33
33
  "makage": "^0.1.10"
34
34
  },
35
35
  "dependencies": {
36
- "@constructive-io/knative-job-fn": "^0.4.1",
36
+ "@constructive-io/knative-job-fn": "^1.0.0",
37
+ "@constructive-io/postmaster": "^1.0.0",
37
38
  "@launchql/mjml": "0.1.1",
38
- "@launchql/postmaster": "0.1.4",
39
39
  "@launchql/styled-email": "0.1.0",
40
40
  "@pgpmjs/env": "^2.10.1",
41
- "@pgpmjs/logger": "^1.5.0",
41
+ "@pgpmjs/logger": "^2.0.0",
42
42
  "graphql-request": "^7.1.2",
43
43
  "graphql-tag": "^2.12.6",
44
44
  "simple-smtp-server": "^0.2.1"
45
45
  },
46
- "gitHead": "39b5c59b01b8ce391dc14daf5a9430ca0ff67574"
46
+ "gitHead": "390f4dd57fc158554518ec454bf2a4856d550552"
47
47
  }