@salesforce/packaging 3.2.33 → 3.2.34
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.
|
@@ -319,8 +319,8 @@ class PackageVersionCreate {
|
|
|
319
319
|
});
|
|
320
320
|
return this.createRequestObject(preserveFiles, packageVersTmpRoot, packageVersBlobZipFile);
|
|
321
321
|
}
|
|
322
|
-
verifyHasSource(
|
|
323
|
-
if (
|
|
322
|
+
verifyHasSource(result) {
|
|
323
|
+
if (!result.converted || result.converted?.length === 0) {
|
|
324
324
|
throw messages.createError('noSourceInRootDirectory', [this.packageObject.path ?? '<unknown>']);
|
|
325
325
|
}
|
|
326
326
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/packaging",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.34",
|
|
4
4
|
"description": "Packaging library for the Salesforce packaging platform",
|
|
5
5
|
"main": "lib/exported",
|
|
6
6
|
"types": "lib/exported.d.ts",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@salesforce/core": "^6.7.3",
|
|
46
46
|
"@salesforce/kit": "^3.0.15",
|
|
47
47
|
"@salesforce/schemas": "^1.6.1",
|
|
48
|
-
"@salesforce/source-deploy-retrieve": "^10.
|
|
48
|
+
"@salesforce/source-deploy-retrieve": "^10.6.1",
|
|
49
49
|
"@salesforce/ts-types": "^2.0.9",
|
|
50
50
|
"fast-xml-parser": "^4.3.6",
|
|
51
51
|
"globby": "^11",
|