@salesforce/core 4.3.1 → 4.3.2

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.
@@ -224,7 +224,7 @@ class SettingsGenerator {
224
224
  if (status !== RequestStatus.Succeeded) {
225
225
  const componentFailures = (0, ts_types_1.ensureObject)(result.details).componentFailures;
226
226
  const failures = (Array.isArray(componentFailures) ? componentFailures : [componentFailures])
227
- .map((failure) => failure.problem)
227
+ .map((failure) => `[${failure.problemType}] ${failure.fullName} : ${failure.problem} `)
228
228
  .join('\n');
229
229
  const error = new sfError_1.SfError(`A scratch org was created with username ${username}, but the settings failed to deploy due to: \n${failures}`, 'ProblemDeployingSettings');
230
230
  error.setData(result);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/core",
3
- "version": "4.3.1",
3
+ "version": "4.3.2",
4
4
  "description": "Core libraries to interact with SFDX projects, orgs, and APIs.",
5
5
  "main": "lib/exported",
6
6
  "types": "lib/exported.d.ts",
@@ -67,10 +67,10 @@
67
67
  "@types/proper-lockfile": "^4.1.2",
68
68
  "@types/shelljs": "0.8.12",
69
69
  "@typescript-eslint/eslint-plugin": "^5.59.9",
70
- "@typescript-eslint/parser": "^5.59.9",
70
+ "@typescript-eslint/parser": "^5.59.11",
71
71
  "chai": "^4.3.7",
72
72
  "chai-string": "^1.5.0",
73
- "eslint": "^8.41.0",
73
+ "eslint": "^8.43.0",
74
74
  "eslint-config-prettier": "^8.8.0",
75
75
  "eslint-config-salesforce": "^2.0.1",
76
76
  "eslint-config-salesforce-license": "^0.2.0",