@salesforce/plugin-metadata-enrichment 0.1.1 → 0.1.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/README.md +1 -1
- package/npm-shrinkwrap.json +257 -286
- package/oclif.lock +1237 -1239
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -134,6 +134,6 @@ FLAG DESCRIPTIONS
|
|
|
134
134
|
Wildcards ("_") are supported as long as you use double quotes, such as "LightningComponentBundle:MyClass_".
|
|
135
135
|
```
|
|
136
136
|
|
|
137
|
-
_See code: [src/commands/metadata/enrich.ts](https://github.com/salesforcecli/plugin-metadata-enrichment/blob/0.1.
|
|
137
|
+
_See code: [src/commands/metadata/enrich.ts](https://github.com/salesforcecli/plugin-metadata-enrichment/blob/0.1.2/src/commands/metadata/enrich.ts)_
|
|
138
138
|
|
|
139
139
|
<!-- commandsstop -->
|