@salesforce/core 3.32.1 → 3.32.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.
@@ -16,7 +16,7 @@ The request to create a scratch org returned an unexpected status
16
16
 
17
17
  # StillInProgressError
18
18
 
19
- The scratch org is not ready yet (Status = %).
19
+ The scratch org is not ready yet (Status = %s).
20
20
 
21
21
  # action.StillInProgress
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/core",
3
- "version": "3.32.1",
3
+ "version": "3.32.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",
@@ -56,7 +56,7 @@
56
56
  "@salesforce/dev-config": "^3.0.1",
57
57
  "@salesforce/dev-scripts": "^3.1.0",
58
58
  "@salesforce/prettier-config": "^0.0.2",
59
- "@salesforce/ts-sinon": "^1.4.0",
59
+ "@salesforce/ts-sinon": "^1.4.2",
60
60
  "@types/archiver": "^5.3.1",
61
61
  "@types/chai-string": "^1.4.2",
62
62
  "@types/debug": "0.0.31",
@@ -69,7 +69,7 @@
69
69
  "chai": "^4.3.4",
70
70
  "chai-string": "^1.5.0",
71
71
  "commitizen": "^3.1.2",
72
- "eslint": "^8.26.0",
72
+ "eslint": "^8.28.0",
73
73
  "eslint-config-prettier": "^8.5.0",
74
74
  "eslint-config-salesforce": "^1.1.0",
75
75
  "eslint-config-salesforce-license": "^0.1.6",