@maizzle/framework 5.2.5 → 5.2.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maizzle/framework",
3
- "version": "5.2.5",
3
+ "version": "5.2.6",
4
4
  "description": "Maizzle is a framework that helps you quickly build HTML emails with Tailwind CSS.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -51,7 +51,7 @@
51
51
  ],
52
52
  "dependencies": {
53
53
  "@maizzle/cli": "^2.0.0",
54
- "cheerio": "^1.0.0",
54
+ "cheerio": "1.0.0",
55
55
  "chokidar": "^3.6.0",
56
56
  "cli-table3": "^0.6.5",
57
57
  "color-shorthand-hex-to-six-digit": "^5.0.16",
@@ -63,7 +63,7 @@
63
63
  "html-crush": "^6.0.19",
64
64
  "is-url-superb": "^6.1.0",
65
65
  "istextorbinary": "^9.5.0",
66
- "juice": "^10.0.1",
66
+ "juice": "^11.0.3",
67
67
  "lodash-es": "^4.17.21",
68
68
  "morphdom": "^2.7.4",
69
69
  "ora": "^8.1.0",
@@ -2,7 +2,7 @@ const targets = new Set(['expand', 'inline'])
2
2
 
3
3
  const expandLinkPlugin = () => tree => {
4
4
  return new Promise((resolve, reject) => {
5
- const isNode = typeof process !== 'undefined' && process.versions?.node
5
+ const isNode = process?.versions?.node
6
6
 
7
7
  const loadFile = async href => {
8
8
  if (isNode) {