@newlogic-digital/core 2.0.0-beta.2 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -5
- package/package.json +8 -8
- package/types/index.d.ts +1 -1
package/index.js
CHANGED
@@ -62,11 +62,7 @@ const defaultOptions = {
|
|
62
62
|
paths: ['src/views/email']
|
63
63
|
},
|
64
64
|
tailwindcss: {},
|
65
|
-
send: {
|
66
|
-
host: 'smtp.newlogic.cz',
|
67
|
-
from: 'noreply@newlogic.cz',
|
68
|
-
user: 'noreply@newlogic.cz'
|
69
|
-
},
|
65
|
+
send: {},
|
70
66
|
latte: {
|
71
67
|
renderTransformedHtml: (filename) => dirname(filename).endsWith('email'),
|
72
68
|
globals: {
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@newlogic-digital/core",
|
3
3
|
"type": "module",
|
4
|
-
"version": "2.0.0
|
4
|
+
"version": "2.0.0",
|
5
5
|
"main": "index.js",
|
6
6
|
"author": "New Logic Studio s.r.o.",
|
7
7
|
"description": "Set of tools that can be used to create modern web applications",
|
@@ -11,13 +11,13 @@
|
|
11
11
|
"eslint": "eslint '**/*.js' --fix"
|
12
12
|
},
|
13
13
|
"dependencies": {
|
14
|
-
"@vituum/vite-plugin-posthtml": "^1.0.0
|
15
|
-
"@vituum/vite-plugin-juice": "^1.0.0
|
16
|
-
"@vituum/vite-plugin-latte": "^1.0.0
|
17
|
-
"@vituum/vite-plugin-twig": "^1.0.0
|
18
|
-
"@vituum/vite-plugin-tailwindcss": "^1.0.0
|
19
|
-
"@vituum/vite-plugin-send": "^1.0.0
|
20
|
-
"vituum": "^1.0.0
|
14
|
+
"@vituum/vite-plugin-posthtml": "^1.0.0",
|
15
|
+
"@vituum/vite-plugin-juice": "^1.0.0",
|
16
|
+
"@vituum/vite-plugin-latte": "^1.0.0",
|
17
|
+
"@vituum/vite-plugin-twig": "^1.0.0",
|
18
|
+
"@vituum/vite-plugin-tailwindcss": "^1.0.0",
|
19
|
+
"@vituum/vite-plugin-send": "^1.0.0",
|
20
|
+
"vituum": "^1.0.0",
|
21
21
|
"posthtml": "^0.16.6",
|
22
22
|
"posthtml-prism": "^2.0.0",
|
23
23
|
"prismjs": "^1.29.0",
|