@salesforce/afv-skills 1.6.8 → 1.6.9
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/afv-skills",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.9",
|
|
4
4
|
"description": "Salesforce skills for Agentforce Vibes",
|
|
5
5
|
"license": "CC-BY-NC-4.0",
|
|
6
6
|
"files": [
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"registry": "https://registry.npmjs.org"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@salesforce/ui-bundle-template-app-react-sample-b2e": "^1.120.
|
|
15
|
-
"@salesforce/ui-bundle-template-app-react-sample-b2x": "^1.120.
|
|
14
|
+
"@salesforce/ui-bundle-template-app-react-sample-b2e": "^1.120.6",
|
|
15
|
+
"@salesforce/ui-bundle-template-app-react-sample-b2x": "^1.120.6",
|
|
16
16
|
"@salesforce/webapp-template-app-react-sample-b2e-experimental": "^1.117.1",
|
|
17
17
|
"@salesforce/webapp-template-app-react-sample-b2x-experimental": "^1.117.1",
|
|
18
18
|
"@types/js-yaml": "^4.0.9",
|
|
@@ -64,15 +64,15 @@ For URL updates, see [update-site-urls.md](docs/update-site-urls.md).
|
|
|
64
64
|
- `docs/configure-metadata-digital-experience.md`
|
|
65
65
|
- Read entire file contents, replace placeholders (e.g. `{siteName}`) with the resolved values, then use the expanded templates to populate the metadata XML/JSON content.
|
|
66
66
|
|
|
67
|
-
### Step 4:
|
|
68
|
-
|
|
67
|
+
### Step 4: Do Not Modify Non-Templated Properties
|
|
68
|
+
Do not modify any default property values for `Network`, `CustomSite`, `DigitalExperience`, `DigitalExperienceConfig`, or `DigitalExperienceBundle` metadata that are not expressed as variables wrapped in `{braces}`.
|
|
69
69
|
|
|
70
70
|
## Verification Checklist
|
|
71
71
|
Before deploying, confirm:
|
|
72
72
|
|
|
73
73
|
- [ ] All five required properties are resolved
|
|
74
74
|
- [ ] All metadata directories and files exist per the project structure
|
|
75
|
-
- [ ] All metadata fields
|
|
75
|
+
- [ ] All metadata fields match the Step 3 templates with `{braces}` substituted only; no other default property values were added or changed
|
|
76
76
|
- [ ] `appSpace` in `content.json` matches an existing `UIBundle` metadata record
|
|
77
77
|
- [ ] Deployment validates successfully:
|
|
78
78
|
```bash
|