@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.
@@ -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 only supports Lightning Web Components (LightningComponentBundle)
15
+ Enrichment currently supports only Lightning Web Components, represented by the LightningComponentBundle metadata type.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/metadata-enrichment",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "A library for handling metadata enrichment",
5
5
  "author": "Salesforce",
6
6
  "main": "lib/index",