@lwrjs/config 0.8.8 → 0.8.10
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/build/cjs/env-config.cjs
CHANGED
|
@@ -97,6 +97,7 @@ var DEFAULT_SERVER_TYPE = "express";
|
|
|
97
97
|
var DEFAULT_LWR_CONFIG_JSON = "$rootDir/lwr.config.json";
|
|
98
98
|
var DEFAULT_GENERATOR_CONFIG = {
|
|
99
99
|
outputDir: "__generated_site__",
|
|
100
|
+
skipCleanOutputDir: false,
|
|
100
101
|
locales: ["en-US"],
|
|
101
102
|
_additionalRoutePaths: []
|
|
102
103
|
};
|
package/build/es/env-config.js
CHANGED
|
@@ -68,6 +68,7 @@ const DEFAULT_SERVER_TYPE = 'express';
|
|
|
68
68
|
const DEFAULT_LWR_CONFIG_JSON = '$rootDir/lwr.config.json';
|
|
69
69
|
const DEFAULT_GENERATOR_CONFIG = {
|
|
70
70
|
outputDir: '__generated_site__',
|
|
71
|
+
skipCleanOutputDir: false,
|
|
71
72
|
locales: ['en-US'],
|
|
72
73
|
_additionalRoutePaths: [],
|
|
73
74
|
};
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.8.
|
|
7
|
+
"version": "0.8.10",
|
|
8
8
|
"homepage": "https://developer.salesforce.com/docs/platform/lwr/overview",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
@@ -32,16 +32,16 @@
|
|
|
32
32
|
"package.cjs"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@lwrjs/diagnostics": "0.8.
|
|
36
|
-
"@lwrjs/shared-utils": "0.8.
|
|
35
|
+
"@lwrjs/diagnostics": "0.8.10",
|
|
36
|
+
"@lwrjs/shared-utils": "0.8.10",
|
|
37
37
|
"fs-extra": "^10.1.0",
|
|
38
38
|
"jsonc-parser": "^3.0.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@lwrjs/types": "0.8.
|
|
41
|
+
"@lwrjs/types": "0.8.10"
|
|
42
42
|
},
|
|
43
43
|
"engines": {
|
|
44
44
|
"node": ">=14.15.4 <19"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "a251ac0d5bb274cda48af5ba6cd67b1d9dc76fb5"
|
|
47
47
|
}
|