@salesforce/plugin-packaging 2.9.18 → 2.10.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.
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-packaging",
3
3
  "description": "SF plugin that support Salesforce Packaging Platform",
4
- "version": "2.9.18",
4
+ "version": "2.10.0",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^4",
9
9
  "@salesforce/core": "^8.8.2",
10
10
  "@salesforce/kit": "^3.2.3",
11
- "@salesforce/packaging": "^4.2.15",
11
+ "@salesforce/packaging": "^4.3.0",
12
12
  "@salesforce/sf-plugins-core": "^12.1.4",
13
13
  "chalk": "^5.4.1"
14
14
  },
@@ -246,7 +246,7 @@
246
246
  "exports": "./lib/index.js",
247
247
  "type": "module",
248
248
  "sfdx": {
249
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.9.18.crt",
250
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.9.18.sig"
249
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.10.0.crt",
250
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.10.0.sig"
251
251
  }
252
252
  }
@@ -53,6 +53,9 @@
53
53
  },
54
54
  "ConvertedFromVersionId": {
55
55
  "type": ["string", "null"]
56
+ },
57
+ "TotalNumberOfMetadataFiles": {
58
+ "type": ["number", "null"]
56
59
  }
57
60
  },
58
61
  "required": [
@@ -71,7 +74,8 @@
71
74
  "CodeCoverage",
72
75
  "VersionNumber",
73
76
  "CreatedBy",
74
- "ConvertedFromVersionId"
77
+ "ConvertedFromVersionId",
78
+ "TotalNumberOfMetadataFiles"
75
79
  ],
76
80
  "additionalProperties": false
77
81
  },
@@ -10,16 +10,11 @@
10
10
  },
11
11
  "Package2Result": {
12
12
  "type": "object",
13
+ "additionalProperties": false,
13
14
  "properties": {
14
- "Id": {
15
- "type": "string"
16
- },
17
15
  "SubscriberPackageId": {
18
16
  "type": "string"
19
17
  },
20
- "Name": {
21
- "type": "string"
22
- },
23
18
  "Description": {
24
19
  "type": "string"
25
20
  },
@@ -46,9 +41,14 @@
46
41
  },
47
42
  "IsOrgDependent": {
48
43
  "type": "string"
44
+ },
45
+ "Id": {
46
+ "type": "string"
47
+ },
48
+ "Name": {
49
+ "type": "string"
49
50
  }
50
- },
51
- "additionalProperties": false
51
+ }
52
52
  },
53
53
  "PackageType": {
54
54
  "type": "string",
@@ -59,6 +59,9 @@
59
59
  },
60
60
  "ConvertedFromVersionId": {
61
61
  "type": ["string", "null"]
62
+ },
63
+ "TotalNumberOfMetadataFiles": {
64
+ "type": ["number", "null"]
62
65
  }
63
66
  },
64
67
  "required": [
@@ -77,6 +80,7 @@
77
80
  "Status",
78
81
  "SubscriberPackageVersionId",
79
82
  "Tag",
83
+ "TotalNumberOfMetadataFiles",
80
84
  "VersionNumber"
81
85
  ]
82
86
  }
@@ -59,6 +59,9 @@
59
59
  },
60
60
  "ConvertedFromVersionId": {
61
61
  "type": ["string", "null"]
62
+ },
63
+ "TotalNumberOfMetadataFiles": {
64
+ "type": ["number", "null"]
62
65
  }
63
66
  },
64
67
  "required": [
@@ -77,7 +80,8 @@
77
80
  "CodeCoverage",
78
81
  "VersionNumber",
79
82
  "CreatedBy",
80
- "ConvertedFromVersionId"
83
+ "ConvertedFromVersionId",
84
+ "TotalNumberOfMetadataFiles"
81
85
  ],
82
86
  "additionalProperties": false
83
87
  },
@@ -53,6 +53,9 @@
53
53
  },
54
54
  "ConvertedFromVersionId": {
55
55
  "type": ["string", "null"]
56
+ },
57
+ "TotalNumberOfMetadataFiles": {
58
+ "type": ["number", "null"]
56
59
  }
57
60
  },
58
61
  "additionalProperties": false
@@ -55,6 +55,9 @@
55
55
  "CreatedBy": {
56
56
  "type": "string"
57
57
  },
58
+ "ValidatedAsync": {
59
+ "type": "boolean"
60
+ },
58
61
  "Id": {
59
62
  "type": "string"
60
63
  },
@@ -100,9 +103,6 @@
100
103
  "ValidationSkipped": {
101
104
  "type": "boolean"
102
105
  },
103
- "ValidatedAsync": {
104
- "type": "boolean"
105
- },
106
106
  "ConvertedFromVersionId": {
107
107
  "type": "string"
108
108
  },
@@ -173,6 +173,12 @@
173
173
  "Language": {
174
174
  "type": "string"
175
175
  },
176
+ "EndToEndBuildDurationInSeconds": {
177
+ "type": "number"
178
+ },
179
+ "TotalNumberOfMetadataFiles": {
180
+ "type": "number"
181
+ },
176
182
  "SubscriberPackageVersion": {
177
183
  "type": "object",
178
184
  "properties": {
@@ -191,9 +197,6 @@
191
197
  },
192
198
  "AncestorId": {
193
199
  "type": ["string", "null"]
194
- },
195
- "EndToEndBuildDurationInSeconds": {
196
- "type": "number"
197
200
  }
198
201
  },
199
202
  "required": ["HasMetadataRemoved", "Package2", "Version"]