@travetto/email-inky 4.0.7 → 4.1.1
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/LICENSE +1 -1
- package/jsx-runtime.ts +1 -0
- package/package.json +6 -6
package/LICENSE
CHANGED
package/jsx-runtime.ts
CHANGED
|
@@ -32,6 +32,7 @@ export type ValidHtmlTags =
|
|
|
32
32
|
type BasicElements = { [K in ValidHtmlTags]: JSX.IntrinsicAttributes };
|
|
33
33
|
|
|
34
34
|
declare global {
|
|
35
|
+
// eslint-disable-next-line @typescript-eslint/no-namespace
|
|
35
36
|
namespace JSX {
|
|
36
37
|
interface Element extends JSXElement { }
|
|
37
38
|
interface IntrinsicAttributes {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@travetto/email-inky",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.1.1",
|
|
4
4
|
"description": "Email Inky templating module",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"email",
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"directory": "module/email-inky"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@travetto/base": "^4.
|
|
31
|
-
"@travetto/config": "^4.
|
|
32
|
-
"@travetto/di": "^4.
|
|
33
|
-
"@travetto/email": "^4.
|
|
30
|
+
"@travetto/base": "^4.1.1",
|
|
31
|
+
"@travetto/config": "^4.1.1",
|
|
32
|
+
"@travetto/di": "^4.1.1",
|
|
33
|
+
"@travetto/email": "^4.1.1",
|
|
34
34
|
"foundation-emails": "^2.4.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@travetto/email-compiler": "^4.
|
|
37
|
+
"@travetto/email-compiler": "^4.1.1"
|
|
38
38
|
},
|
|
39
39
|
"peerDependenciesMeta": {
|
|
40
40
|
"@travetto/cli": {
|