@lwrjs/config 0.8.9 → 0.8.11

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.
@@ -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
  };
@@ -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.9",
7
+ "version": "0.8.11",
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.9",
36
- "@lwrjs/shared-utils": "0.8.9",
35
+ "@lwrjs/diagnostics": "0.8.11",
36
+ "@lwrjs/shared-utils": "0.8.11",
37
37
  "fs-extra": "^10.1.0",
38
38
  "jsonc-parser": "^3.0.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@lwrjs/types": "0.8.9"
41
+ "@lwrjs/types": "0.8.11"
42
42
  },
43
43
  "engines": {
44
44
  "node": ">=14.15.4 <19"
45
45
  },
46
- "gitHead": "05ec6f2fc4d024a098e2b98b4412bee1fc92678c"
46
+ "gitHead": "84123df8ea70cc311e035c8919525394ac818b7b"
47
47
  }