@nanas-home/hub-common 0.52.1185 → 0.53.1222
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/dist/node-utils/index.js +1 -1
- package/package.json +5 -5
package/dist/node-utils/index.js
CHANGED
|
@@ -1042,7 +1042,7 @@ var emailDefaultLayout_default = `<!DOCTYPE html>
|
|
|
1042
1042
|
role="presentation">
|
|
1043
1043
|
<tr>
|
|
1044
1044
|
<td valign="top"><img
|
|
1045
|
-
src="https://
|
|
1045
|
+
src="https://cdn.nanashome.club/email/defaultLayoutBanner.jpg"
|
|
1046
1046
|
style="display:block;outline:0;line-height:100%;-ms-interpolation-mode:bicubic;width:100%;height:auto;border:0"
|
|
1047
1047
|
width="600" height="auto" alt="" /></td>
|
|
1048
1048
|
</tr>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nanas-home/hub-common",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.53.1222",
|
|
4
4
|
"description": "Nana's Hub common library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Kurt Lourens",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"@storybook/addon-onboarding": "^10.4.6",
|
|
40
40
|
"@storybook/addon-vitest": "^10.4.6",
|
|
41
41
|
"@types/node": "^26.0.0",
|
|
42
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
43
|
-
"@typescript-eslint/parser": "^8.
|
|
42
|
+
"@typescript-eslint/eslint-plugin": "^8.62.0",
|
|
43
|
+
"@typescript-eslint/parser": "^8.62.0",
|
|
44
44
|
"@vitest/browser": "^4.1.9",
|
|
45
45
|
"@vitest/coverage-v8": "^4.1.9",
|
|
46
46
|
"@vitest/ui": "^4.1.9",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"eslint": "^10.5.0",
|
|
49
49
|
"eslint-plugin-solid": "^0.14.5",
|
|
50
50
|
"jsdom": "^29.1.1",
|
|
51
|
-
"node-html-parser": "^
|
|
51
|
+
"node-html-parser": "^8.0.3",
|
|
52
52
|
"npm-run-all": "^4.1.5",
|
|
53
53
|
"sass": "^1.101.0",
|
|
54
54
|
"storybook": "^10.4.6",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"tsup": "^8.5.1",
|
|
57
57
|
"tsup-preset-solid": "^2.2.0",
|
|
58
58
|
"typescript": "^6.0.3",
|
|
59
|
-
"vite": "^8.0
|
|
59
|
+
"vite": "^8.1.0",
|
|
60
60
|
"vite-plugin-solid": "^2.11.12",
|
|
61
61
|
"vitest": "^4.1.9"
|
|
62
62
|
},
|