@salesforce/core 5.0.1-v5-beta.1 → 5.1.1

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.
@@ -14,7 +14,7 @@ const logger_1 = require("./logger");
14
14
  /**
15
15
  * the odds of running are 1 in CLEAN_ODDS
16
16
  * ex: CLEAN_ODDS=100 implies 1 in 100
17
- * ex: CLEAN_ODDS=100 implies 1 in 1 (run every time)
17
+ * ex: CLEAN_ODDS=1 implies 1 in 1 (run every time)
18
18
  * */
19
19
  const CLEAN_ODDS = 100;
20
20
  const MAX_FILE_AGE_DAYS = 7;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/core",
3
- "version": "5.0.1-v5-beta.1",
3
+ "version": "5.1.1",
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",
@@ -41,7 +41,7 @@
41
41
  "dependencies": {
42
42
  "@salesforce/kit": "^3.0.4",
43
43
  "@salesforce/schemas": "^1.6.0",
44
- "@salesforce/ts-types": "^2.0.2",
44
+ "@salesforce/ts-types": "^2.0.5",
45
45
  "@types/semver": "^7.5.0",
46
46
  "ajv": "^8.12.0",
47
47
  "change-case": "^4.1.2",
@@ -75,9 +75,9 @@
75
75
  "chai-string": "^1.5.0",
76
76
  "eslint": "^8.44.0",
77
77
  "eslint-config-prettier": "^8.8.0",
78
- "eslint-config-salesforce": "^2.0.1",
78
+ "eslint-config-salesforce": "^2.0.2",
79
79
  "eslint-config-salesforce-license": "^0.2.0",
80
- "eslint-config-salesforce-typescript": "^1.1.1",
80
+ "eslint-config-salesforce-typescript": "^1.1.2",
81
81
  "eslint-plugin-header": "^3.1.1",
82
82
  "eslint-plugin-import": "^2.27.5",
83
83
  "eslint-plugin-jsdoc": "^43.2.0",