@salesforce/webapp-template-cli-experimental 1.88.1 → 1.90.0

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.
@@ -75,7 +75,7 @@ function isSiteContainerMetaFile(filePath) {
75
75
  */
76
76
  function replaceSiteContainerParams(content, appName) {
77
77
  const urlPathPrefixVForceSite = `${appName}vforcesite`;
78
- const appSpace = `c/${appName}`;
78
+ const appSpace = `c-${appName}`;
79
79
  const siteName = appName;
80
80
  const siteName1 = `${appName}1`;
81
81
  const siteNameLower = appName.toLowerCase();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/webapp-template-cli-experimental",
3
- "version": "1.88.1",
3
+ "version": "1.90.0",
4
4
  "description": "CLI tool for applying feature patches to base apps",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "type": "module",