@salesforce/packaging 2.4.8 → 2.4.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.
@@ -36,7 +36,7 @@ Can’t retrieve package version metadata. The specified directory must be relat
36
36
 
37
37
  # unableToAccessMetadataZip
38
38
 
39
- Can’t retrieve package version metadata. Ensure that youre using API version 59.0 or higher, and that you have the user permissions needed to access fields on the MetadataPackageVersion object.
39
+ The sf package version retrieve command has been removed. This feature isnt quite ready for prime time, so we’re removing it for now while we make improvements. We’ll let you know after it’s back up.
40
40
 
41
41
  # errorDownloadingMetadataZip
42
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/packaging",
3
- "version": "2.4.8",
3
+ "version": "2.4.9",
4
4
  "description": "Packaging library for the Salesforce packaging platform",
5
5
  "main": "lib/exported",
6
6
  "types": "lib/exported.d.ts",