hugo-extended 0.161.1 → 0.162.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.
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
{
|
|
166
166
|
"long": "--ignoreCache",
|
|
167
167
|
"kind": "boolean",
|
|
168
|
-
"description": "
|
|
168
|
+
"description": "ignore the configured file caches"
|
|
169
169
|
},
|
|
170
170
|
{
|
|
171
171
|
"long": "--layoutDir",
|
|
@@ -973,7 +973,7 @@
|
|
|
973
973
|
{
|
|
974
974
|
"long": "--ignoreCache",
|
|
975
975
|
"kind": "boolean",
|
|
976
|
-
"description": "
|
|
976
|
+
"description": "ignore the configured file caches"
|
|
977
977
|
},
|
|
978
978
|
{
|
|
979
979
|
"long": "--layoutDir",
|
|
@@ -1008,7 +1008,7 @@
|
|
|
1008
1008
|
{
|
|
1009
1009
|
"long": "--noHTTPCache",
|
|
1010
1010
|
"kind": "boolean",
|
|
1011
|
-
"description": "
|
|
1011
|
+
"description": "disable browser caching of pages served by the embedded web server"
|
|
1012
1012
|
},
|
|
1013
1013
|
{
|
|
1014
1014
|
"long": "--noTimes",
|
|
@@ -52,7 +52,7 @@ interface HugoBuildOptions extends HugoGlobalOptions {
|
|
|
52
52
|
forceSyncStatic?: boolean;
|
|
53
53
|
/** enable to run some cleanup tasks (remove unused cache files) after the build */
|
|
54
54
|
gc?: boolean;
|
|
55
|
-
/**
|
|
55
|
+
/** ignore the configured file caches */
|
|
56
56
|
ignoreCache?: boolean;
|
|
57
57
|
/** filesystem path to layout directory */
|
|
58
58
|
layoutDir?: string;
|
|
@@ -317,7 +317,7 @@ interface HugoServerOptions extends HugoGlobalOptions {
|
|
|
317
317
|
forceSyncStatic?: boolean;
|
|
318
318
|
/** enable to run some cleanup tasks (remove unused cache files) after the build */
|
|
319
319
|
gc?: boolean;
|
|
320
|
-
/**
|
|
320
|
+
/** ignore the configured file caches */
|
|
321
321
|
ignoreCache?: boolean;
|
|
322
322
|
/** filesystem path to layout directory */
|
|
323
323
|
layoutDir?: string;
|
|
@@ -329,7 +329,7 @@ interface HugoServerOptions extends HugoGlobalOptions {
|
|
|
329
329
|
navigateToChanged?: boolean;
|
|
330
330
|
/** don't sync permission mode of files */
|
|
331
331
|
noChmod?: boolean;
|
|
332
|
-
/**
|
|
332
|
+
/** disable browser caching of pages served by the embedded web server */
|
|
333
333
|
noHTTPCache?: boolean;
|
|
334
334
|
/** don't sync modification time of files */
|
|
335
335
|
noTimes?: boolean;
|
package/dist/generated/types.ts
CHANGED
|
@@ -55,7 +55,7 @@ export interface HugoBuildOptions extends HugoGlobalOptions {
|
|
|
55
55
|
forceSyncStatic?: boolean;
|
|
56
56
|
/** enable to run some cleanup tasks (remove unused cache files) after the build */
|
|
57
57
|
gc?: boolean;
|
|
58
|
-
/**
|
|
58
|
+
/** ignore the configured file caches */
|
|
59
59
|
ignoreCache?: boolean;
|
|
60
60
|
/** filesystem path to layout directory */
|
|
61
61
|
layoutDir?: string;
|
|
@@ -378,7 +378,7 @@ export interface HugoServerOptions extends HugoGlobalOptions {
|
|
|
378
378
|
forceSyncStatic?: boolean;
|
|
379
379
|
/** enable to run some cleanup tasks (remove unused cache files) after the build */
|
|
380
380
|
gc?: boolean;
|
|
381
|
-
/**
|
|
381
|
+
/** ignore the configured file caches */
|
|
382
382
|
ignoreCache?: boolean;
|
|
383
383
|
/** filesystem path to layout directory */
|
|
384
384
|
layoutDir?: string;
|
|
@@ -390,7 +390,7 @@ export interface HugoServerOptions extends HugoGlobalOptions {
|
|
|
390
390
|
navigateToChanged?: boolean;
|
|
391
391
|
/** don't sync permission mode of files */
|
|
392
392
|
noChmod?: boolean;
|
|
393
|
-
/**
|
|
393
|
+
/** disable browser caching of pages served by the embedded web server */
|
|
394
394
|
noHTTPCache?: boolean;
|
|
395
395
|
/** don't sync modification time of files */
|
|
396
396
|
noTimes?: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hugo-extended",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.162.1",
|
|
4
4
|
"description": "✏️ Plug-and-play binary wrapper for Hugo Extended, the awesomest static-site generator.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -59,18 +59,18 @@
|
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"adm-zip": "^0.5.17",
|
|
62
|
-
"tar": "^7.5.
|
|
62
|
+
"tar": "^7.5.15"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
|
-
"@biomejs/biome": "^2.4.
|
|
65
|
+
"@biomejs/biome": "^2.4.15",
|
|
66
66
|
"@types/adm-zip": "^0.5.8",
|
|
67
|
-
"@types/node": "^25.
|
|
67
|
+
"@types/node": "^25.9.1",
|
|
68
68
|
"@types/tar": "^6.1.13",
|
|
69
|
-
"@vitest/coverage-v8": "^4.1.
|
|
70
|
-
"tinyexec": "^1.
|
|
71
|
-
"tsdown": "^0.
|
|
69
|
+
"@vitest/coverage-v8": "^4.1.7",
|
|
70
|
+
"tinyexec": "^1.2.2",
|
|
71
|
+
"tsdown": "^0.22.0",
|
|
72
72
|
"typescript": "^6.0.3",
|
|
73
|
-
"vitest": "^4.1.
|
|
73
|
+
"vitest": "^4.1.7"
|
|
74
74
|
},
|
|
75
75
|
"engines": {
|
|
76
76
|
"node": ">=18.17"
|