@salesforce/metadata-enrichment 0.0.1 → 0.0.2
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/messages/enrichment.md +4 -4
- package/package.json +1 -1
package/messages/enrichment.md
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
# error.enrichment.request
|
|
2
2
|
|
|
3
|
-
Error sending request for component %s %s
|
|
3
|
+
Error sending request for component %s %s.
|
|
4
4
|
|
|
5
5
|
# error.parsing.xml
|
|
6
6
|
|
|
7
|
-
Failed to parse XML: %s
|
|
7
|
+
Failed to parse XML: %s.
|
|
8
8
|
|
|
9
9
|
# error.file.read.failed
|
|
10
10
|
|
|
11
|
-
Failed to read file for component %s
|
|
11
|
+
Failed to read file for component %s.
|
|
12
12
|
|
|
13
13
|
# error.enrich.lwc.only
|
|
14
14
|
|
|
15
|
-
Enrichment
|
|
15
|
+
Enrichment currently supports only Lightning Web Components, represented by the LightningComponentBundle metadata type.
|