vintasend-pug 0.1.15 → 0.1.16
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.
|
@@ -8,6 +8,6 @@ export declare class PugEmailTemplateRenderer<Config extends BaseNotificationTyp
|
|
|
8
8
|
constructor(options?: pug.Options);
|
|
9
9
|
render(notification: DatabaseNotification<Config>, context: JsonObject): Promise<EmailTemplate>;
|
|
10
10
|
}
|
|
11
|
-
export declare class PugEmailTemplateRendererFactory {
|
|
12
|
-
create
|
|
11
|
+
export declare class PugEmailTemplateRendererFactory<Config extends BaseNotificationTypeConfig> {
|
|
12
|
+
create(options: pug.Options): PugEmailTemplateRenderer<Config>;
|
|
13
13
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vintasend-pug",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.16",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"license": "MIT",
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"pug": "^3.0.3",
|
|
20
|
-
"vintasend": "^0.1.
|
|
20
|
+
"vintasend": "^0.1.16"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/jest": "^29.5.14",
|