@salesforce/packaging 0.1.15 → 0.1.17
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/package.md
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "0.1.17",
|
|
4
4
|
"description": "packing libraries to Salesforce packaging platform",
|
|
5
5
|
"main": "lib/exported",
|
|
6
6
|
"types": "lib/exported.d.ts",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@salesforce/schemas": "^1.1.3",
|
|
42
42
|
"@salesforce/source-deploy-retrieve": "^7.0.1",
|
|
43
43
|
"@salesforce/ts-types": "^1.5.21",
|
|
44
|
-
"@xmldom/xmldom": "^0.8.
|
|
44
|
+
"@xmldom/xmldom": "^0.8.5",
|
|
45
45
|
"debug": "^4.3.4",
|
|
46
46
|
"globby": "^11",
|
|
47
47
|
"graphology": "^0.25.1",
|