ortoni-report 3.0.0 → 3.0.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/changelog.md +29 -6
- package/dist/chunk-ZSIRUQUA.mjs +68 -0
- package/dist/cli/cli.js +21 -25686
- package/dist/cli/cli.mjs +2 -3021
- package/dist/ortoni-report.d.mts +3 -2
- package/dist/ortoni-report.d.ts +3 -2
- package/dist/ortoni-report.js +28 -29304
- package/dist/ortoni-report.mjs +18 -6645
- package/dist/views/head.hbs +1 -1
- package/dist/views/main.hbs +183 -51
- package/dist/views/testIcons.hbs +1 -1
- package/dist/views/userInfo.hbs +25 -6
- package/package.json +11 -10
- package/readme.md +9 -7
- package/dist/chunk-DW4XGLAZ.mjs +0 -22743
- package/dist/views/navbar.hbs +0 -35
package/dist/ortoni-report.d.mts
CHANGED
|
@@ -51,8 +51,9 @@ interface OrtoniReportConfig {
|
|
|
51
51
|
base64Image?: boolean;
|
|
52
52
|
/**
|
|
53
53
|
* The local relative of the logo image.
|
|
54
|
-
* Recommended to keep within the
|
|
55
|
-
* @
|
|
54
|
+
* Recommended to keep within the report genrated folder.
|
|
55
|
+
* @default "ortoni-report/logo.png"
|
|
56
|
+
* @example "logo.png"
|
|
56
57
|
*/
|
|
57
58
|
logo?: string;
|
|
58
59
|
/**
|
package/dist/ortoni-report.d.ts
CHANGED
|
@@ -51,8 +51,9 @@ interface OrtoniReportConfig {
|
|
|
51
51
|
base64Image?: boolean;
|
|
52
52
|
/**
|
|
53
53
|
* The local relative of the logo image.
|
|
54
|
-
* Recommended to keep within the
|
|
55
|
-
* @
|
|
54
|
+
* Recommended to keep within the report genrated folder.
|
|
55
|
+
* @default "ortoni-report/logo.png"
|
|
56
|
+
* @example "logo.png"
|
|
56
57
|
*/
|
|
57
58
|
logo?: string;
|
|
58
59
|
/**
|