@salesforce/core-bundle 8.18.0 → 8.18.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.
@@ -44,7 +44,7 @@ The config value can only be set to true or false.
44
44
 
45
45
  # invalidProjectWorkspace
46
46
 
47
- This directory does not contain a valid Salesforce DX project.
47
+ %s does not contain a valid Salesforce DX project.
48
48
 
49
49
  # schemaValidationError
50
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/core-bundle",
3
- "version": "8.18.0",
3
+ "version": "8.18.2",
4
4
  "description": "Core libraries to interact with SFDX projects, orgs, and APIs.",
5
5
  "main": "lib/index",
6
6
  "types": "lib/index.d.ts",
@@ -45,7 +45,7 @@
45
45
  "change-case": "^4.1.2",
46
46
  "fast-levenshtein": "^3.0.0",
47
47
  "faye": "^1.4.0",
48
- "form-data": "^4.0.0",
48
+ "form-data": "^4.0.4",
49
49
  "js2xmlparser": "^4.0.1",
50
50
  "jsonwebtoken": "9.0.2",
51
51
  "jszip": "3.10.1",