@salesforce/templates 65.5.2 → 65.5.3

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.
@@ -11,7 +11,7 @@ const path = require("path");
11
11
  const utils_1 = require("../utils");
12
12
  const baseGenerator_1 = require("./baseGenerator");
13
13
  const i18n_1 = require("../i18n");
14
- const TEMPLATE_ROOT = 'digitalExperienceSite';
14
+ const TEMPLATE_ROOT = 'digitalexperiencesite';
15
15
  class DigitalExperienceSiteGenerator extends baseGenerator_1.BaseGenerator {
16
16
  constructor(options) {
17
17
  super(options);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/templates",
3
- "version": "65.5.2",
3
+ "version": "65.5.3",
4
4
  "description": "Salesforce JS library for templates",
5
5
  "bugs": "https://github.com/forcedotcom/salesforcedx-templates/issues",
6
6
  "main": "lib/index.js",