@salesforce/packaging 4.11.0 → 4.13.0

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.
@@ -0,0 +1,47 @@
1
+ # failedToGetPackageBundleVersionCreateStatus
2
+
3
+ Failed to get package bundle version create status
4
+
5
+ # failedToCreatePackageBundleVersion
6
+
7
+ Failed to create package bundle version
8
+
9
+ # bundleVersionComponentsMustBeArray
10
+
11
+ Bundle version components must be an array of objects with packageVersion property
12
+
13
+ # bundleVersionComponentMustBeObject
14
+
15
+ Each bundle version component must be an object with a packageVersion property
16
+
17
+ # noPackageVersionFoundWithAlias
18
+
19
+ No package version found with alias: %s
20
+
21
+ # failedToReadBundleVersionComponentsFile
22
+
23
+ Failed to read or parse bundle version components file
24
+
25
+ # noPackageBundleFoundWithAlias
26
+
27
+ No package bundle found with alias: %s
28
+
29
+ # noBundleFoundWithId
30
+
31
+ No bundle found with id: %s
32
+
33
+ # noBundleFoundWithName
34
+
35
+ No bundle found with name: %s
36
+
37
+ # invalidVersionNumberFormat
38
+
39
+ Invalid version number format: %s
40
+
41
+ # majorVersionMismatch
42
+
43
+ Major version mismatch: expected %s, found %s
44
+
45
+ # invalidMinorVersionInExisting
46
+
47
+ Invalid minor version in existing record: %s
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/packaging",
3
- "version": "4.11.0",
3
+ "version": "4.13.0",
4
4
  "description": "Packaging library for the Salesforce packaging platform",
5
5
  "main": "lib/exported",
6
6
  "types": "lib/exported.d.ts",
@@ -42,10 +42,10 @@
42
42
  "!lib/**/*.map"
43
43
  ],
44
44
  "dependencies": {
45
- "@jsforce/jsforce-node": "^3.6.5",
46
- "@salesforce/core": "^8.18.5",
45
+ "@jsforce/jsforce-node": "^3.10.4",
46
+ "@salesforce/core": "^8.23.0",
47
47
  "@salesforce/kit": "^3.2.3",
48
- "@salesforce/schemas": "^1.9.1",
48
+ "@salesforce/schemas": "^1.10.3",
49
49
  "@salesforce/source-deploy-retrieve": "^12.16.9",
50
50
  "@salesforce/ts-types": "^2.0.11",
51
51
  "@salesforce/types": "^1.2.0",