@salesforce/packaging 0.1.15 → 0.1.16

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.
@@ -2,10 +2,6 @@
2
2
 
3
3
  The id [%s] is invalid. It must start with "%s".
4
4
 
5
- # invalidIdLength
6
-
7
- The id [%s] is invalid. It must be either 15 or 18 characters.
8
-
9
5
  # defaultErrorMessage
10
6
 
11
7
  Can't uninstall the package %s during uninstall request %s.
@@ -21,11 +17,3 @@ Could not find an alias for the ID %s.
21
17
  # packageAliasNotFound
22
18
 
23
19
  Package alias %s not found in project.
24
-
25
- # noPackageAliases
26
-
27
- The project doesn't have any package aliases.
28
-
29
- # package2VersionNotFoundFor04t
30
-
31
- Could not find a Package2Version record for SubscriberPackageVersionId %s.
@@ -134,3 +134,31 @@ While preparing package version create request, the calculated package.xml for t
134
134
  # packageXmlDoesNotContainPackageTypes
135
135
 
136
136
  While preparing package version create request, the calculated package.xml for the package does not contain a <Package><types> element.
137
+
138
+ # errorInvalidPatchNumber
139
+
140
+ Patch version node for version, %s, must be 0 for a Locked package.
141
+
142
+ # errorAncestorIdVersionHighestOrNoneMismatch
143
+
144
+ Both ancestorId (%s) and ancestorVersion (%) specified, HIGHEST and/or NONE are used, the values disagree
145
+
146
+ # errorInvalidAncestorVersionFormat
147
+
148
+ The given ancestorVersion (%s) is not in the correct format
149
+
150
+ # errorNoMatchingAncestor
151
+
152
+ No matching ancestor found for the given ancestorVersion (%s) in package %s
153
+
154
+ # errorAncestorNotReleased
155
+
156
+ The given ancestor version (%s) has not been released
157
+
158
+ # errorAncestorIdVersionMismatch
159
+
160
+ No matching ancestor version found for the given ancestorId (%s)
161
+
162
+ # errorNoMatchingMajorMinorForPatch
163
+
164
+ No matching major.minor version found for the given patch version (%s)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/packaging",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "packing libraries to Salesforce packaging platform",
5
5
  "main": "lib/exported",
6
6
  "types": "lib/exported.d.ts",